Grégoire Détrez

Results 20 issues of Grégoire Détrez

[PEP 420](https://www.python.org/dev/peps/pep-0420/) introduced implicit namespace packages, which are packages without `__init__.py`. Those packages, and the modules under them, don't seem to appear in the dependency graph generated by pydeps. Here's...

bug
help wanted

Would it be possible to include the page title (the first header) in the epub chapters? Maybe as an option? I'm using `--merge` more now but it's a bit confusing...

This stopped working after upgrading from Fedora 35 to 36. From the log it seems that Alacritty starts in 800x600, switch size to 2560x1408 (which is about the size of...

DS - Wayland

Hello & thanks for writing open source software! I've been trying to figure out the security model of PyUpdater. My current understanding is that the separation between the offline key...

Add support in cabal to build bnf files using bnfc (like what is done with alex and happy). This would, among other things, make bnfc own compilation easier.

enhancement
wontfix
cabal

From the ML: > I would appreciate if own character ranges would be supported and not only the > predefined digit, letter, upper, lower character ranges or simple unions... >...

enhancement
lexer
LBNF

Create a test suite from all examples in the book to make sure that, if we were to break compatibility with the book, we'd know it.

Testing

[Pygment](http://pygments.org/languages/) is used in many places to do syntax coloring, it would be nice to add support for bnfc

enhancement

It seems that the list of repository returned by `init` in 0.0.27 and later is much shorter than before. E.g.: ``` $ ~/Downloads/mp-0.0.26-linux-amd64 init --repo-search "org:clever language:Go" ARCHIVED-baseworker-go ARCHIVED-oplog-replay amazon-kinesis-client-go...

bug

Running on Fedora 33 (x86_64), when I run `cargo fuzz coverage ` I get what looks like a linking error: ``` error: linking with `cc` failed: exit code: 1 |...