Louis Sautier

Results 54 issues of Louis Sautier

**Bug Report** Hi, This test fails with Python 3.10 because of the deprecation of distutils. **To Reproduce** Run the following Dockerfile: ```Dockerfile FROM python:3.10.0rc1 RUN git clone --depth 1 https://github.com/python/mypy...

Hi, I'm not sure how to work around this issue but I see that the spell checker tokenizer splits words on hyphens: https://github.com/otsaloma/gaupol/blob/30a2ed875f489142e975361d5f19f6821deb97f4/aeidon/spell.py#L255 This can break spellchecking for the following...

Hi, It looks like iPXE behaves [like older OpenSSL versions](https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/) when encountering an expired CA at the end of a chain of trust. When it attempts to download an image...

Hi, As initially reported here: https://bugs.gentoo.org/861839, the build fails with certain strict compiler flags: ``` $ rm CMakeCache.txt; export CXXFLAGS="-flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"; cmake .. && make -j$(nproc) […] [...

I understand that the reason why there are so many submenus is because the UI is also optimised for small devices but I think desktop users could benefit from a...

discussion

I've been thinking the context menus could be displayed by right-clicking (at least on desktop browsers). What are your thoughts on this?

enhancement (upvotes needed)

When I run tests with PyPy3, they pass but I see a lot of these errors. Is PyPy3 officially supported? For instance: ``` $ pypy3 -m unittest discover -k test_default_set...

Hi, I noticed that `real_nickname` is always wrong when I connect to ZNC bouncers: ```python #!/usr/bin/env python3 import ssl import logging import sys import irc.connection import irc.client def on_welcome(c, e):...

help wanted

Hi, I'm not sure if I should report this here or to the main repo but I noticed that links to sections of different manpages do not work. For instance...