alfechner
alfechner
### Description I configured the rule like that: ``` 'promise/prefer-await-to-then': 'error' ``` This code doesn't give me an error, though: ``` function foo(): void { alert('test'); } const test =...
Let's say I want to indicate a bad request to my user. I can either return 400 from the controller directly or I raise a [BadRequestProblem](https://connexion.readthedocs.io/en/latest/exceptions.html#connexion.exceptions.BadRequestProblem) that is translated to...
The scripts you provided in your example `package.json` file don't work for me on windows. They don't work with the single quoted path's. I had to change i.e. `"extract:messages": "react-intl-cra...
The [security docs](https://connexion.readthedocs.io/en/latest/security.html) and the [JWT example](https://github.com/spec-first/connexion/blob/fcfe151e690c8d8864605ff94923c8b8ce834bfb/examples/jwt/app.py#L36) describe how to validate JWT token. It also shows how `user` object is passed to a handler method. We plan to create a...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/)...
I need to know when I drag over and when I drag out from a drop target. I can use `hover` for the first use case. I'd need something like...
Hi and thank you so much for creating this awesome library 😃 For my application it's crucial that the lock is eventually released even if the process crashes, so I...
From the docs: > Connexion will not automatically pass in the default values defined in your requestBody definition, but you can activate this by configuring a different [RequestBodyValidator](https://connexion.readthedocs.io/en/latest/validation.html#custom-validators). That sounds...
Click 8.2.1 includes fixes related to boolean flags. We’re encountering a specific issue described in [this comment](https://github.com/pallets/click/issues/2897#issuecomment-2873272069). The comment appears in the thread for a different but related issue ([#2897](https://github.com/pallets/click/issues/2897)),...