Cyril Nicodème

Results 22 issues of Cyril Nicodème

Hi! I've stumbled upon this issue by accident and tried to find a solution on my own but couldn't. Working on my code, I made a coding mistake which resulted...

**Describe the bug** The `_app_registry` keeps hold of any app created by Sanic, even those stopped. **Code snippet** Adding the following code resolve the issue: ``` def stop(self): """ This...

Hi! I'm trying to find a way to allow various Model as altenatives to handle and validate a field. I thought about UnionType or PolyModelType but I can't make them...

### Describe the bug Hi! I'm running aioredis via a Celery task. Since Celery is not async by default, I'm creating a custom loop when inside the Celery task, and...

bug

Hi! Great bootstrap project :) How you handle the tests is interesting, and I think it could go a bit further : > When calling test from the manage.py, it...

Hi, When receiving the command "MAIL FROM", the code located at smtp.py is checking for parameters such as SIZE, SMTPUTF8, etc. The problem is if it receives an unknown paramter,...

Hi, I noticed that when a StartTls connection is made over an existing connection, a entirely new Session object is created, which erase the previous one that contained the PROXY...

When hooks are called for each steps of the SMTP call, the code check if the `MISSING` value is returned, which is an instance of `object()`. I'm curious to know...

API
in progress

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? Sentry-sdk v1.5.2 I'm facing the same issue as #1290, but with the latest (v1.5.2) version of...

bug
needs-information
Status: Backlog

Hi! :) Great plugin, I'm gonna use it for my project, but I think it's missing something really interesting : the ability to undo/redo (ctrl+z / ctrl+shit+z) from the natural...