Tigran Sargsyan

Results 7 issues of Tigran Sargsyan

The `inset` CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. Unfortunately, it is not supported in older Safari browsers - both desktop and...

enhancement

Would it be possible to honor settings for including and excluding files and directories in Sublime project file instead of redefining them for the plugin? Unrelated. What about having links...

enhancement

### What issue are you having? It looks like right now Shoelace's React version's type definitions don't work with projects in Preact. The components themselves work, but the props' types...

feature
help wanted

When uglifying with the grunt plugin, using option `output.comments: 'some'` or `output.comments: /^!/`, only comments from the first file(s) are being preserved. This problem doesn't happen when using uglify-js package....

### Which package(s) are affected? Lit Core (lit / lit-html / lit-element / reactive-element) ### Description On update, the rendering is delayed on a microtask level. This is fine for...

I am running `pip3 install --upgrade --pre CodeIntel` command and getting this error: > error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools":...

Items in `languages` array in `Rainbowth.sublime-settings` are case-sensitive. Only all-lowercase values are accepted. E. g. "`CSS`" doesn't work, whereas "`css`" works fine. Thanks for the package! 😉