Ruslan Sayfutdinov

Results 12 issues of Ruslan Sayfutdinov

HI! I've seen your PR in HA: https://github.com/home-assistant/core/pull/28866 If you're still interesting in enabling these checks for your project, you might be interested in https://github.com/KapJI/homeassistant-stubs Example how it can be...

When text in `paper-icon-item` doesn't fit one line, flex container shrinks `contentIcon` div which looks bad. This change protects width of `contentIcon`. Before: Note that text is misaligned. After:

cla: yes

Replace `os.path.normpath` with `str(pathlib.Path())` which correctly fixes path separators when UNC path is provided. Tested that this code doesn't escape search dir, e.g.: ``` >>> str(pathlib.Path(posixpath.join("C:\\abc", "e:d\\ef"))) 'C:\\abc\\e:d\\ef' >>> str(pathlib.Path(posixpath.join("\\\\?\\C:\\abc",...

In https://app.tolgee.io/projects/2110 we have bunch of keys which are not translated to some languages. But for some reason they have "Translated" status instead of "Untranslated" even though value is empty....

bug

I noticed lit-virtualizer doesn't work on iOS both in Safari and Chrome. Scrolling stops when new element is added in VirtualScroller. So you can scroll one item at time. You...

Type: Bug
Focus Area: Core Libraries

It's not very clear from current description that it only accepts bytes per second. E.g. that "10 Kb" still means kilobytes while it's more common for it to mean kilobits,...

If `spotify_device_id` is provided in the config, you may still need to launch an app on Chromecast first to wake it up and make it available in the device list....

## Is your feature request related to a problem? Please describe. If some file can't be rendered or decrypted, `chezmoi status` only shows that error and no information about list...

enhancement

**Bug Report** I see there is some work ongoing for adding PEP 695 support. Creating this issue to track support in `stubgen`. **To Reproduce** Run `stubgen` for: ```python type ListOrSet[T]...

feature
topic-stubgen
topic-pep-695

When using `--mypy_grpc_out=readable_stubs:.` async and sync imports are duplicated and type arguments clash: ```python from grpc import ( Channel, Server, ServicerContext, UnaryStreamMultiCallable, UnaryUnaryMultiCallable, ) from grpc.aio import ( Channel, Server,...