You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We require whitespace between alg nodes. I want to keep this the same — mandatory whitespace sets a much better interoperability baseline for all other apps.
Twizzle Explorer ignores invalid URL alg parameters — we can consider showing an error message.
In almost all programming languages I am familiar with, comments are a
syntactic
construct not requiring whitespace separation. Requiring whitespace before
a
comment (or after a closing block comment) violates least surprise and
looks very
much like a bug.
On Thu, Nov 16, 2023 at 6:40 PM Lucas Garron ***@***.***> wrote:
It looks like this is about two separate things?
- We require whitespace between alg nodes. I want to keep this the
same — mandatory whitespace sets a *much* better interoperability
baseline for all other apps.
- Twizzle Explorer ignores invalid URL alg parameters — we can
consider showing an error message.
—
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMOLSZOQNQ75A53XCHHNQ3YE3FAJAVCNFSM6AAAAAA7PCP34WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJVGY3DANBWHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Steps to reproduce the issue
Visit the URL:
https://alpha.twizzle.net/explore/?alg=U+F+R%2F%2F+comment
Observed behaviour
The algorithm and comment are completely ignored and the URL is rewritten to drop these args.
🖼 Screenshots
No response
Expected behaviour
A space should not be required before a comment.
Browser & operating system
Chrome on MacOS
Additional info
(Found by Christopher Mowla; turned into an issue by Tom.)
The text was updated successfully, but these errors were encountered: