joranbeasley
joranbeasley
I don't offhand I started to look into that ... I use these methods in my own little ip scanner thing (thats just implemented using python sockets and paramiko) and...
don't the solutions listed above here totally negate any benefit derived from ujson? I would suspect at this point you would see better timing just using normal json with a...
ps ... oof your test cases are were tough to pass :P (not really ... just had a ton of pep8 issues at first :P )
is this actually different than the `responseOnly` flag?
please fix arrow keys while you are at it :)
``` from werkzeug.wrappers import BaseRequest >>> from werkzeug.wrappers import BaseRequest Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'BaseRequest' from 'werkzeug.wrappers' (E:\flask-webhook-creator\venv\lib\site-packages\werkzeug\wrappers\__init__.py) ```
see: https://github.com/sivel/flask-lambda/pull/14 for potential fix
I would gladly take a look at this ... at a guess the timing is slightly different ... sorry i just saw this 10 months later :(
this seems to be available with self._list_dirs already (somewhat broken but I just submitted a pull request that should fix it)
> i added a test, not sure if that's exactly what this PR fixes so feel free to fix it up I think it supposed to make it so that...