John Belmonte
John Belmonte
njs noticed a bug in early exit: > that early exit on line 84 is wrong btw... it won't notice the Cancelled in MultiError([RuntimeError, MultiError([Cancelled, Cancelled])]) https://github.com/groove-x/trio-util/blob/bd32a3e3cdc448ee6ccf66456126c08953927575/src/trio_util/_exceptions.py#L84-L85 also this function...
### Bug description summary: * pylint incorrectly reports `import-error` with recent pip versions (>= 21.3) * the environment uses `pip install -e .`, on a project with `setup.py` and `pyproject.toml`...
### Issue description * Pipfile contains a package dependency on package _A_ (trio). * package A has a conditional os_name dependency on packace _B_ (cffi, os_name=='nt') * Pipfile.lock is generated...
As a user, it took me a long time to figure out why transitive dependencies of a VCS dependency weren't appearing in my lockfile. The symptom is subtle, and the...
I noticed a few issues in my environment ## c++17 standard is not being applied Maybe the current config only happens to work if the C++ compiler defaults to 17?...
Fixes #8 ``` Apple clang version 12.0.0 (clang-1200.0.32.29) Target: x86_64-apple-darwin19.6.0 ``` ``` Drachennest/bench/bench_strtod.cc:144:22: error: redefinition of 'random' as different kind of symbol static JenkinsRandom random; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/stdlib.h:228:7: note: previous definition...
A failed connection is normal (more likely a connectivity issue than programming error) so the library should avoid logging. A real app needs to handle connectivity issues and periodically retry...
https://github.com/pinguinpfleger/ASWX1-TFTFW-MOD/blob/3c0802edb3c900cc737420ae86bbfa27d3df64c7/README.MD#L3
Without this it isn't possible for a Lua function to return variable number of arguments of differing type (see issue #42). (This may not be high priority but I want...
I realize this will be controversial given how long the Python memcache API has been around. Relative to the memcached protocol, Python's API doesn't support CAS beyond very trivial use...