Nikolay Kost
Nikolay Kost
Now I need to implement base protocols for able to play without any features like spoofchecks, bans, scores etc
@celsworth as a solution you can encode [] in url in Rails ```ruby URI::Parser.new.escape(my_url_string) ``` or in js ```js encodeURI(my_url_string) ``` that leads to `https://shalazam.info/maps/1?x=1691.0&y=755.0&zoom=5.0&pin_loc%5Bx%5D=3440&pin_loc%5By%5D=3716`
So i tried to investigate this problem, but current arch of how parser detects an open and close tags doesn't allow to handle this situation. For parser tag starts when...
Looks like bug. Will be fixed soon
My investigation revealed that esm.sh has caching issues. esm.sh is used to import modules in the demo. ```js /* esm.sh - @bbob/[email protected] */ import "/v135/@bbob/[email protected]/es2022/preset.mjs"; import "/v135/@bbob/[email protected]/es2022/plugin-helper.mjs"; export * from...