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
I noticed a weird encoding issue: it encodes journey into jourrney (double r). My suspicion is the first line causes this, even though it doesn't make sense.
This seems to happen only on certain platforms or Lua versions (I'm not sure what triggers that). For example, it didn't happen on my local while running the unit test, but I noticed this issue while on a machine.
This problem stops to happen after I change the code to this:
Hello, I'm looking at this percentage encoding, where it does this:
I noticed a weird encoding issue: it encodes
journey
intojourrney
(doubler
). My suspicion is the first line causes this, even though it doesn't make sense.This seems to happen only on certain platforms or Lua versions (I'm not sure what triggers that). For example, it didn't happen on my local while running the unit test, but I noticed this issue while on a machine.
This problem stops to happen after I change the code to this:
The text was updated successfully, but these errors were encountered: