tasiotas

Results 20 issues of tasiotas

* **What is the expected and current behavior?** Initial class assignment for color modes is wrong when page loads. Once I toggle between dark/light modes, classes are set correctly. *...

bug

When I try to use i-icon component, ```js ``` I get this error: ```[Vue warn]: Failed to resolve component: icon If this is a native custom element, make sure to...

confirmed
bug

Currently click-outside Directive is firing on `mouseup` event. That is causing some unexpected behavior in Modal. When I drag-select input field in modal, and release mouse button outside the modal,...

bug

Hi, Is it possible to specify terminal to use for running command? I have PowerShell set as default, but all commands are run in Command Prompt. I would like to...

Hi, Once I instruct Prometheus to scrape django /metrics endpoint, Django memory usage starts to slowly creep up, until its OOM. If I disable Django endpoint in Prometheus, memory usage...

Hi, I noticed that when setting floatPrecision to 0, it will totally mess up gradient stops. It does work well on path/shapes position precision optimization, but not so well on...

bug

### Describe the feature Could you please add rounded edges modifier so we can specify radius and output rounded/circular images? Found few examples of implementation in Sharp, unfortunately its beyond...

enhancement

### Detailed description of the problem [REQUIRED] Upgraded to v5. While uploading about 50 images, mid way through the process I get this error message in the browser. In v4,...

bug

Hi, Currently this module is using localstorage to save user preference. That's cool, but we cannot use it across subdomains. Could you please add cookies as alternative storage solution that...

enhancement

Hi, Seems like single line comments are not supported by Lightning CSS. SCSS does specify it as valid comment https://sass-lang.com/documentation/syntax/comments/ What should we do? 1. Switch to multiline comments even...