Éric

Results 51 issues of Éric

The code uses `self.__doc__ = getattr(func, '__doc__')` in a few places, but that’s strictly equivalent to `self.__doc__ = func.__doc__`. If the goal is to avoid AttributeError, a default is needed:...

bug
help wanted

Hello! I’m changing an existing Dash app for a covid-19 hackathon and am looking for ways to use flask i18n for the dash layout. Would it be in scope for...

## Checklist - [ ] I have verified that that issue exists against the `master` branch of Django REST framework. - [x] I have searched for similar issues in both...

**Is your feature request related to a problem? Please describe.** We can run a pyxel game with a custom palette, but we can’t use it in the editor. **Describe the...

enhancement

Fixes #315 Rework of #321 todo: - document - add constant for pyxpal extension

**Describe the bug** I use django-import-export and configure some admins with lightweight format (most of the time only CSV). But I can’t avoid installing many modules that I don’t need,...

bug

I end up writing wrapper scripts to pass options (like no-header) and support multiple .in files (#532). If pip-compile knew to find its options in `.pip-tools.cfg` or `tox.ini` (many Python...

PR wanted
enhancement
pyproject.toml

**Describe the bug** On firefox, container rounded with title has an unwanted border. **To Reproduce** ```html Not found! Sorry, the requested page does not exist. ``` Observed issue with and...

bug

The readme could have a simple list without checkboxes (it’s not an interactive form after all!). Maybe also worth reporting to warehouse.

Hello! There is no information about the changes contained in a release. A short list included in the README and/or PyPI description and/or github «release» tab would be great. Thanks!