Dmitry Mineev
Results
2
issues of
Dmitry Mineev
I found an issue with an example that uses this code: ``` python -c 'print "\x00"*20 + "\x80\xa0\x04\x08"' ``` It didn't work for me with pythons 3: ``` python -c...
My setup: OS: MacOS Sonoma 14.2.1 Processor: M2 Ruby: ruby 2.7.8p225 (installed with asdf-vm Rails: Rails 5.2.4.6 We use postgres in our app, however the sqlite3 gem is also installed...