Benoît Godard

Results 12 issues of Benoît Godard

### Description When reading the documentation about exception handling I felt on >Application can return (...) exceptions that inherit from both connexion.ProblemException and a werkzeug.exceptions.HttpException subclass` Basically, I created my...

Hello there, I just discovered that we could register our own default encoders/decoders/marshallow fields per types to affect all json dataclasses. However, it looks likes the `mm_fields` defined in `global_config`...

* Faker version: 19.2.0 * OS: Windows 10 Enterprise * Python: 3.8 Using Faker is a bit tedious to me at the moment because I have no type hints through...

stale

Lastly, I encountered an error while trying to use a same context container with a context manager in parallel threads. One of my dependency could not be resolved in one...

bug

When running an application, it looks like access logs are always duplicated. The first access log on request is fine and show all required information. Then there is a completely...

I'm building a JSON API using FastAPI which can takes up to 2.5GiB of RAM per request. My API is deployed on machines where resources are obviously limited. When there...

I'm working on a Windows machine which is behind a company proxy and have a bunch of self signed certificates in the Windows certificate store. I've recently tried to use...

Hello, I'm using pyenv-win on my Windows computer successfully through PowerShell. However, the `pyenv shell` command is not working when I'm using it on a Git bash terminal. It does...

Hello there, I'm stuck with an issue with following angularJS component declaration where the plugin does not generate `$inject` array ```js export const MyComponent = { template: '...', bindings: {},...

When building a wheel of my project the name of the wheel contain information like Python version, platform etc… this allow to determine on which kind of environment this wheel...