Dmitry Veltishchev

Results 3 issues of Dmitry Veltishchev

### Flameshot Version ``` $ flameshot --version Flameshot v11.0.0 (11.0.0-2 Debian) Compiled with Qt 5.15.2 ``` ### Installation Type Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew,...

Unconfirmed Bug

currently `getUrls` method could be applied to `CSSStyleSheet` object only. Is there a simple way to get urls from single CSS rule? My workaround is like following: ```python from cssutils...

help wanted
question

I've encountered CSS file which `cssutils` library takes lots of seconds to parse (in fact, almost infinite). After some investigation I've minified problematic sample (as possible) and prepared reproducible code...

help wanted