Stephanos Kuma

Results 9 issues of Stephanos Kuma

Steps to reproduce: ``` >>> from collections import OrderedDict >>> from django.utils import translation >>> from django.utils.translation import gettext_lazy as _ >>> from extended_choices import Choices >>> STATES = Choices(...

bug

passing custom format leads to an error in python3: ***@*** $ jira-cli view ***-6029 --format="%key" Traceback (most recent call last): File "***/venv/bin/jira-cli", line 11, in sys.exit(cli()) File "***/venv/lib/python3.6/site-packages/jiracli/interface.py", line 272,...

Adding ```let g:suda_smart_edit = 1``` has a strange behaviour: Editing a file that I have no write access, eg /etc/hosts from an open nvim (ie with `:e /etc/hosts`) works fine,...

bug

python 3.12 deprecated the use of `.utcnow()`, and therefore there are deprecation warnings when creating JWTs: ```

Manual installation of the theme works, but if I try to install the theme from Melpa (with `(use-package color-theme-solarized)`) I get the following error: ``` Warning (initialization): An error occurred...

- [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] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...

kind/feature
status/triage

As there are plugins that clobber the `latest` or `stable` or similar tags, they fail at update (for example `catppuccin/nvim`). The solution is for me to go to ` ~/.local/share/nvim/plugged/`,...

### Description catppuccin fails to update with vim-plug, as vim-plug tries to do a git pull. git pull fails because catppuccin tries to pull the tags, but stable is already...

bug

I was trying to do the equivalent of `git for-each-ref refs/tags` and get which tags are lightweight and which ones are annotated. The closest that I could find was repo.references.iterator(ReferenceFilter.TAGS),...