Results 23 issues of Lars

Have you thought about dropping x86_64.json (i.e. dump everything into a single file) and using import *? It took me a while to understand why newly added instructions (opcodes) did...

I’m generating about 1000 test cases, a few hundred instructions each. This process takes 195 seconds on my PC. According to cProfile 64% of the time is spent in deepcopy,...

Should fix https://github.com/sanic-org/sanic/issues/2457. Not sure why `.strip(':')` was suggested – we can just split at the correct token, though I’m leaving other places where this kind of splitting occurs untouched....

on hold

**Describe the bug** When using a full URL as `config.SERVER_NAME` the request’s URL (`request.url`) is invalid, as it contains two colons. The [code](https://github.com/sanic-org/sanic/blob/main/sanic/request.py#L715) does not properly split the `SERVER_NAME`, keeping...

bug
needs investigation

The tarball for version 0.28.8 lacks two directories with test data, which are present in this git repository: - tests/bugs/issue-242 - tests/system/interruptible Would it be possible to add them in...

…which breaks asynctest, but provides its own async unittest class. These are minimal changes to make it work again.

Translates new strings added since 1.7.

Similar to #122 the testsuite fails to complete all test_attach_to_pid* tests on systems, which have a YAMA ptrace_scope higher than zero (unlimited ptrace access). Most distributions set it to one...

For screens with high pixel density HiDPI (i.e. output scaling) support is essential. I rebased the branch support_wlr-output-management on top of main and added send_enter events, which appear to be...

Sometimes crocoite-single simply gets stuck for no apparent reason. In theory it should still time out, but it does not. Trace using `[*map(asyncio.Task.print_stack, asyncio.Task.all_tasks())]`: [trace.txt](https://github.com/PromyLOPh/crocoite/files/4076735/trace.txt) [trace2.txt](https://github.com/PromyLOPh/crocoite/files/4086040/trace2.txt)

bug