Alexey Cherepanov

Results 7 issues of Alexey Cherepanov

``` Traceback (most recent call last): File "/home/ac/.local/bin/alacritty-colorscheme", line 8, in sys.exit(main()) File "/home/ac/.local/lib/python3.10/site-packages/alacritty_colorscheme/cli.py", line 158, in main handle_args(args) File "/home/ac/.local/lib/python3.10/site-packages/alacritty_colorscheme/cli.py", line 147, in handle_args replace_colorscheme(colors_path, args.config_file, File "/home/ac/.local/lib/python3.10/site-packages/alacritty_colorscheme/colorscheme.py", line...

We have custom scroll component, which listen mouse/touch events and manages scroll position programmatically. Scroll container has overflow set to hidden. autoScroll and restrictToFirstScrollableAncestor is not working in this case....

### Describe the bug Got error on stylesheets with legacy filter declarations. ### Input code ```typescript .ui-popup-screen.out { opacity: 0; filter: alpha(opacity=0); } .ui-popup-arrow-container.ie .ui-popup-arrow { -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477,...

C-bug

If useState called with the same id from different points, then value changes are propagated between all calls. This breaks react behavior and very inconvenient if setState is used inside...

In rsuite where are three ways to pass values - primite - generic ItemDataType - eventKey/activeKey Let's consider the Dropdown/Select components family. Currently, ItemDataType and eventKey/activeKey can be anything, either...

I just started experimenting with node-qpid. Is it suppose to work with newer qpid-proton lib (v0.7 for now)? What I can compile it with following patch: diff --git a/src/messenger.cc b/src/messenger.cc...

With @types/react v19 typecheck is broken @types/[email protected] @types/[email protected] [email protected] ``` TS2590: Expression produces a union type that is too complex to represent. ``` Reproduction ``` import {NumericFormat} from 'react-number-format' const...