Phil Tsaryk

Results 27 issues of Phil Tsaryk

In the example - root cause is `Element`. If this type does not have `` part - then highlighting works OK. ```jsx // @flow import React from 'react'; import type...

bug

* Map breaks further syntax * Wrong highlighting of `tablet` word (related to #191) ``` $logo-top: ( mobile: 11, tablet: 13, desktop: 15 ); html { font-size: 10px; } ```

bug
priority: medium

* variables are not highlighted ```scss background-color: $color-body-bg; ``` * Ordinary values are not highlighted ```scss position: absolute; -webkit-text-size-adjust: none; ``` * value `grayscale` is partially highlighed ```scss -moz-osx-font-smoothing: grayscale;...

bug
priority: medium

Is it possible to add compatibility with plugins https://github.com/necramirez/SublimeLinter-contrib-htmllint and https://github.com/htmlhint/SublimeLinter-contrib-htmlhint with Naomi->HTML syntax. They seem to check syntax "html". Most likely here could be a similar fix as for...

enhancement
external plugin compatibility

My repo's CI uses `npm ci` to install dependencies. greenkeeper checks package new version by changing only `package.json` and keeps `package-lock.json` out-of-sync with `package.json`. In this case `npm ci` fails...

I think it would good to determine whether a scrollbar width should be included into `width` parameter or not. `widthIncludesScrollbar == true` means the scrollbar will not widen a wrapper...

Rebased on: https://github.com/volumio/volumio3-backend/pull/160

Persistent sorting storage for new sorting mechanism. Currently it lives only in memory, but it can be extended to real persistence - file storage. Used by: - https://github.com/volumio/volumio3-backend/pull/159 - tidal...

Where those translations are hosted? List items under "My music" ![Screenshot_20230225-080929](https://user-images.githubusercontent.com/598919/221344163-62eba3d7-5751-494b-85c7-4c3d045716ac.png) I didn't find them during https://github.com/volumio/volumio3-backend/pull/123 and https://github.com/volumio/Volumio2-UI/pull/820 I would like to fix them and create MR, or at...

Ref: https://community.volumio.org/t/volumio-seek-minus-works-wrong-at-beggining-of-a-track/60363