Tomi Belan

Results 29 comments of Tomi Belan

Example: | req.path | SCRIPT_NAME header | PATH_INFO before | PATH_INFO after | |---|---|---|---| | /foo/bar/baz | empty | /foo/bar/baz | /foo/bar/baz | | /foo/bar/baz | /foo | /bar/baz |...

That was fast! Looks like it's working. I had to deal with some Chrome/Webkit issues though... (For instance, console logs that happen during page load still show the compiled location....

As for avoiding the global variable and returning both code and source map: for instance, escodegen has an undocumented option "sourceMapWithCode" which makes the return value be `{ code: "the...

I also found this issue. After a lot of debugging I traced it to VanillaFix. If you play modded Minecraft with VanillaFix installed, the /debug command doesn't work. It claims...

I looked into this issue and I think I understand it pretty well now. But I'm just a user so I welcome corrections from the Bitwarden team. **Q: Why does...

Right, that matches my understanding. Personally, my conclusion is the same as berkant's. I just make backups of the data.json file. I want a format that can be decrypted completely...

Oh, right, should I add a warnings.warn(..., DeprecationWarning) to prepare_socket? Or remove it right away? (it's technically public but it's not in the html docs)

Note, if you're planning to release this in 2.2.x then you might also want to adjust the `.. deprecated:: 2.3` `Will be removed in Werkzeug 2.4.` in prepare_socket. A DeprecationWarning...

Sounds good. Thanks for merging! 🎉