Alexander Lazarević
Alexander Lazarević
I'm using pyenv, which is based on rbenv. The described problem should affect pyenv as well as rbenv, so instead of issuing a pull request for pyenv I'm doing it...
In the example code there is the use of "from article.xyz" and "from article**s**.uvw" . I think this is a typo and `articles` should be consistently used.
The `filter_dict`, that the reading methods `Mastodon.filters` or `Mastodon.filter` return, uses the key `expires_at`. But the writing methods `Mastodon.filter_create` or `Mastodon.filter_update` use `expires_in` as a keyword. If the `filter_dict` would...
With flake8 version 7.0.0 the settings from a `setup.cfg` are not properly converted to arguments for flake8: ``` [flake8] exclude = build,.git,.tox,./tests/.env extend-ignore = E203 max-line-length = 88 per-file-ignores =...
### Description of problem Running the following: ``` dokku scheduler-k3s:initialize --server-ip AAA.BBB.CCC.DD ``` results in this error: ``` Deployment is not ready: keda/keda-add-ons-http-interceptor. 1 out of 3 expected pods are...
### Prerequisites Put an `x` into the box(es) that apply: - [x] This pull request fixes a bug. - [ ] This pull request adds a feature. - [ ]...