Baptiste Mispelon

Results 25 issues of Baptiste Mispelon

I noticed today that the login process seems to lose track of where the user is coming from: - Visit a ticket page while not logged in - Click "Login"...

bug

This PR adds support for Python3 (>= 3.7) and Trac 1.6 (while retaining support for Python 2.7 and Trac >= 1.2). I've tried to split it into several commits for...

I originally made the fix on top of my branch for #141 but I realized later that the conflicts weren't so bad to fix, so here is an independent PR.

It would be nice to have a `` pointing to [an opensearch description file](https://developer.mozilla.org/en-US/docs/Web/OpenSearch). This lets you add the search engine to your browser directly (on my browser a menu...

djangonauts

Hi, I've been encountering a strange error when using `eslint` and I think (not 100% sure) that the issue might come from nodeenv. I originally encountered the problem while using...

Some of our dependencies have started dropping support for Python 3.8 (the one we're currently running in production). I don't think there's much to be done in this project's codebase...

on hold

Bumping them to their last version that supports Python 3.8 Sphinx is a pretty central dependency for us (since it's the tool that builds our documentation), so I'd like to...

Fix for #1023 Two big questions that I don't have the answer to (yet?): - [ ] Should we re-populate the cache (somehow transferring the data from memcached to redis)...

Currently the header in the [community pages](https://www.djangoproject.com/community/) looks like this: ![Screenshot 2024-06-27 at 14-10-10 Django Community Django](https://github.com/django/djangoproject.com/assets/6345/958ff7e5-1f8e-43c2-998a-94f06b30be33) The text "Building the Django Community for __18 years, 11 months__. Come join...

python
good first issue

The `BaseContactForm` in `contact/forms.py` has a custom `clean_body()` method that checks the message against the anti-spam service akismet. The docstring on that method seems to indicate that this method was...

python
good first issue