Tigran Sargsyan

Results 10 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! 😉

Google Page Speed insights and Lighthouse both complain "Avoid serving legacy JavaScript to modern browsers". This is due to polyfilling JavaScript built-in `Date.now` in https://github.com/mixpanel/mixpanel-js/blob/475b2c6853dd49ffc625daac3925bf37940ec390/src/utils.js#L342 This polyfill should be removed,...

**Is your feature request related to a problem? Please describe** Storybook shows a ton of auto-generated controls for all the properties (including even private ones), attributes, slots, CSS shadow parts...

feature request
addon: controls

Remove polyfill for `Date.now` method in `utils.js`. The method has wide browser support (IE starting with v9).