Antoine Lambert

Results 7 issues of Antoine Lambert

In my project, I use the `js_inline_reverse` template tag. Since the upgrade of `django-js-reverse` to version 0.9, the following error is reported when Django renders a template containing the template...

That PR brings a couple of fixes in order to use the h3 layout with Python 3 (while maintaining Python 2 support of course). FYI, I am a maintainer of...

### Before opening, please confirm: - [X] I have searched for [duplicate or closed issues](https://github.com/currents-dev/cypress-cloud/issues) and [discussions](https://github.com/currents-dev/cypress-cloud/discussions). - [X] I have done my best to include a minimal, self-contained set...

wontfix

Some markdown files can contain extra code block annotations after the language name, separated by commas. Such extra annotations break code highlighting after processing by `showdown-highlight` as the language name...

Commit 262bdf0 ensured to raise an `EOFError` exception on end of input to simulate tty behavior and avoid blocking prompt during tests when no more input is available. However the...

After bumping svix Python client from 1.62 to 1.82 in [swh-webhooks](https://gitlab.softwareheritage.org/swh/devel/swh-webhooks), some of our unit tests are failing when calling the `list_by_endpoint` wrapper. The issue can be reproduced by applying...

Some really old git repositories still using the dumb transfer protocol do not serve the HEAD file leading to errors when attempting to clone them with dulwich. As a workaround...