John Belmonte
John Belmonte
Here is my repro. Having the expression in the tuple seems to be necessary. ```python class MyFlag(enum.Flag): FOO = 1 BAR = 2 BAZ = 4 XX = (MyFlag.FOO |...
Perhaps I missed the warning, but I'd expect it during the lock operation: ``` [packages] trio-websocket = { git = "https://github.com/HyperionGray/trio-websocket" } ``` ``` $ pipenv --version pipenv, version 2018.11.14...
The remaining logged messages all appear more severe (unexpected state, invalid URL length, parsing error, etc.) so it seems reasonable to leave them. The bigger question is whether user of...
Since this LuaD functionality has known problems I suggest disabling it by default and adding a compile or runtime option to enable.
I acknowledge that python-memcached2 does the right thing, but what I'm needing is for the ubiquitous Python memcache API (implemented by python-memcached, pylibmc, App Engine, etc.) to support explicit CAS...
Let me give an example: application X is an application using the existing memcache API. For whatever reason (original developers departed, small team, codebase is large, poor encapsulation of memcache...
I think we're just looking at this with different lenses. I'd like the libraries I write to work on different platforms (memcached, App Engine) and with different client implementations (pure...
Lately I haven't reported bugs, but the scenario is as already described. If developers ask for confirmation of a bug fix prior to release, usually I don't do it because...
if scalene generates the appropriate data format, the output can just be dropped into the speedscope web app https://github.com/jlfwong/speedscope
I've observing this too (OS X, i7 processor). `--jobs` merely multiplies the CPU time, with negligible effect on wall time. ``` $ pylint --version pylint 2.1.1 $ time pylint my_package/...