Alexandr Shavykin

Results 10 issues of Alexandr Shavykin

**Is your feature request related to a problem? Please describe.** I couldn't figure out how to place an entry to another folder or reorder them in a tree when I'm...

enhancement
mobile

Hello. Getting this when trying to build the plugin manually. `cmake . ` works, but then: ``` $ make &> out ; head out [ 12%] Linking CXX executable tmux-mem-cpu-load...

Stale

Hello. Tried to open rc.json right after installing and it wasn't successful: ``` > xo --rc Traceback (most recent call last): File "/home/delameter/.local/bin/xo", line 1122, in main() File "/home/delameter/.local/bin/xo", line...

- Fixed application crash on printing entry with none-type `password`. - Empty passwords are displayed correctly now (as empty string, not as "None"). - Added similar mechanism for `username` property....

Hello. Plugin's config reading fails with an error "not valid". ## Prerequisites: Traefik version 2.9.5 fail2ban version v0.6.6 ### middlewares.yml: ```yml http: middlewares: mw-fail2ban: plugin: fail2ban: rules: bantime: 1h findtime:...

kind/bug/confirmed
documentation
good first issue

Can you possibly add a support for registering listeners for Win+_Smth_ combos?

Hello again. After making several PDFs noticed that there is no embedded fonts inside. That was expected, but default document viewer renders them in Times font (Times New Roman), also...

Hi. Ran into interesting behaviour of your shell debugger. Test script is: ```bash #!/bin/bash cd "$(dirname "$(readlink -f "$0")")" || exit 127 echo Testing echo Testing echo 123 ``` Line...

## Non-capturing groups with alternations issue `regex` module incorrectly processes regexps having non-capturing groups combined with alternation operator. ## Steps to Reproduce Example function: ```python def contains_sgr(string: str, *codes: int)...

bug
stale