Gaetan Semet

Results 65 issues of Gaetan Semet

PushOver notification when a movie subtitle has been changed (only on radarr notification) Information to give: - name of the movie - subtitle downloaded - language of the movies Something...

Type: Feature Request
Category: Notifications

When episode are uploaded, subtitles may come later on. Need to store the video name aside, in a cache file, to refresh later. TODO: - setup a cache file in...

Type: Feature Request
Category: Refresh

Please support pipenv to start unit test without having to source virtualenv prior to launch atom. thx

question

Hello pytest-dotenv is very interesting for loading dotenv for integration tests (ie test that depends on the environment), for example to simulate the test environments in CI. But this approach...

Please do not add the 400 response automatically in all api, some cannot fail. Thanks ``` def get_swagger_operation(self, context=default_context): """ get the swagger_schema operation representation. """ consumes = produces =...

Hello, I am the Guake maintainer. I would be happy to see your theme integrated directly in Guake. Do not hesitate to add it in [palettes.py](https://github.com/Guake/guake/blob/master/guake/palettes.py) ! I am not...

type-task
status-pending
resolution-upstream

- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...

- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...

Hi When using ```python from importlib.metadata import version version("name_of_my_package") ``` I get a crash `importlib.metadata.PackageNotFoundError: No package metadata was found for name_of_my_package` I first create the wheel of my package...