bo5o
bo5o
Hello @atugushev, I agree there is no clean solution outside of pip. I guess for credentials there are, as you mentioned, ways around it, and they are probably better. This...
if fixed it for now by simply passing `event` as a second argument (see https://github.com/cbows/vue-barcode-scanner/commit/07c3c23882be6762ef31cbc482eb9376059a01dd)
Unfortunately it is currently not working for me. `script.py` ```python def foo(bar: int) -> str: """Foo bar. Not very pythonic. """ return str(bar) ``` Running ```sh $ darglint -s numpy...
Not a maintainer, but please don't post duplicates. If you want to upvote this issue, comment or react on the original thread.
I am also experiencing this issue. Yamllint invoked by pre-commit does not respect arguments I pass in pre-commit config.
@tpope I've been thinking the same. `:cabove`/`:cbelow` don't work in some situations yet. For example in fugitives `:Glog` you still need `:cnext`/`:cabove` to navigate the list and there is more...
If I understand correctly you'd want something like an enhanced macro that records keypresses/commands on tree-sitter nodes and replays those on every structural edit? Maybe an example (in Python, but...
The following fixed the recursion bug for me: ```python #!/usr/bin/env -S uv run -s ``` From `uv help run`: ```help -s, --script Run the given path as a Python script....