Alexander Chernyshev
Alexander Chernyshev
Could you advise on how to change current step programmatically? I want to have `steps` on top (then a form with some inputs), and `next`, `back` buttons at the bottom....
Hi. First of all, thanks a lot for this project. I really like Ant.D components and Streamlit lacks some capabilities there. This really helps. You did a huge, valuable job...
Current implementation of fetch methods do not type hint objects returned, which makes it more difficult to use. ### Suggestion: Add a `TypeVar` to **fetch.py**: ``` python from typing import...
Lines in fetch_equals: ``` python cur.execute(f"SELECT * FROM {table_name} WHERE {field} = ?;", (value, )) obj_id, *field_values = list(cur.fetchone()) ``` crash execution due to None being returned from `cur.fetchone()` if...
I'd really appreciate some way to cleanly get blocks redundancy state. Example: * 4 drives in d=RAID1, m=RAID1c3 * 1 drive went missing `lsblk` - reports 3 drives now. `btrfs...
Очень не хватает вида по человеку: * расписание * по горизонтали - дни недели. * по вертикали - номер недели. Покажет повторяющиеся между неделями паттерны, например, если человек стабильно не...
Hi. Sorry if this is a duplicate, but I wasn't able to find issue on this. I'm using RAID1 on 5 drives, all of the drives were 3 TB. Recently...
### Windows Terminal version 1.20.24050601 ### Windows build number 10.0.19045.0 ### Other Software Far manager v3 - easy to test by creating files with needed names and opening Far in...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Recently I've started migrating...
**Describe the bug** A clear and concise description of what the bug is. PicView Avalonia - Preview3 Opening a JPG and re-saving as avif produces wrong symbols in file name....