Matthias Urlichs

Results 94 issues of Matthias Urlichs

The problem vanishes when I remove the inline element from the admin declaration. ``` /usr/lib/python2.7/dist-packages/jinja2/environment.py in _parse return Parser(self, source, name, _encode_filename(filename)).parse() ... ▼ Local vars Variable Value source u'{%...

This moves the block that reads the data up into the try: block. I hit this issue while testing aioamqp with pyrabbit. The sequence of events is: - send request...

If you install your own signal handler from C and then run an embedded Python interpreter, you can't use Trio: ``` Traceback (most recent call last): File "/etc/kamailio/main.py", line 65,...

Can we do better than this? ``` smurf@dev:~/src/distkv$ ./kv server -l 0.dkv $(hostname) > /src/distkv/distkv/server.py(2155)load() -> m = UpdateEvent.deserialize( (Pdb) c Running. ^C Program interrupted. (Use 'cont' to resume). >...

user happiness
debugging

Given … ``` Traceback (most recent call last): File "./test", line 210, in main tg.start_soon(s.run) File "/home/smurf/src/Mudlet/test/e2e/venv/lib/python3.8/site-packages/trio/_core/_run.py", line 983, in start_soon GLOBAL_RUN_CONTEXT.runner.spawn_impl(async_fn, args, self, name) File "/home/smurf/src/Mudlet/test/e2e/venv/lib/python3.8/site-packages/trio/_core/_run.py", line 1432, in...

phantomjs, by default, reads from its stdin. That causes problems with the Python debugger / other interactive front-ends. Please explicitly re-open /dev/null as PhantomJS' standard input.

#### General information * **App version:** 0.9 * **App source:** Google Play * **Android Version:** 10 * **Custom ROM:** no #### Expected result The "Hidden" text which replaces the token...

enhancement
help wanted
good first issue

DeprecationWarning: invalid escape sequence \ (backslash+space) in Python 3.8

Some calls to sleep() are superfluous. Others are missing. For missing sleep calls, retry a few times instead of using a worst-case timeout. The test run is slow enough as...