Jakub Wilk

Results 221 issues of Jakub Wilk

orjail doesn't start on my machine, because `bc` is not installed. But `bc` is only used for Firejail version check, which I don't have installed either, so `bc` wouldn't be...

Found using [mwic](http://jwilk.net/software/mwic) and [anorack](https://github.com/jwilk/anorack).

```console $ pydoc libmodernize.main | sed -n -e 9,14p DESCRIPTION Python _ _ _ __ ___ __| |___ _ _ _ _ (_)______ | ' \/ _ \/ _` /...

Found using [anorack](https://github.com/jwilk/anorack).

This is what happens when you misspell your code for `wormhole receive`: ```console $ wormhole receive 6-exodus-unwinf ERROR: Key confirmation failed. Either you or your correspondent typed the code wrong,...

easy

nose doesn't work with Python 3.11: ```console $ python3.11 -m nose Traceback (most recent call last): File "/home/jwilk/.local/lib/python3.11/site-packages/nose/result.py", line 14, in from unittest.runner import _TextTestResult ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: cannot import name...

These misspellings were found using [mwic](http://jwilk.net/software/mwic).

The docstring contains escape sequences (`\b`, `\.`) in regular expressions that should not be interpreted by the Python lexer.