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
{{ message }}
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.
Let X'Y be a valid sequence, therefore the sequence is equivalent to X' Y, for any X: [FBUDRL](w)? and for any Y: move.
Easy fix: replace all ' with '\s except when the next character is a space or it's the last char in the string.
Also maybe change that part of the validation too completely (the RegEx check for spaces that updates as you type turned out to be a little bit annoying)
IMO all those replacements should happen after the user sends the solve and before it gets saved to Mongo.
I'll try to do it and if I can't I'll just buy a Cristóbal I guess.
The text was updated successfully, but these errors were encountered:
Let
X'Y
be a valid sequence, therefore the sequence is equivalent toX' Y
, for any X:[FBUDRL](w)?
and for any Y: move.Easy fix: replace all
'
with'\s
except when the next character is a space or it's the last char in the string.Also maybe change that part of the validation too completely (the RegEx check for spaces that updates as you type turned out to be a little bit annoying)
IMO all those replacements should happen after the user sends the solve and before it gets saved to Mongo.
I'll try to do it and if I can't I'll just buy a Cristóbal I guess.
The text was updated successfully, but these errors were encountered: