Michal Čaplygin

Results 25 comments of Michal Čaplygin

Yes, it is [possible](https://github.com/jbtronics/CrookedStyleSheets/issues/24), but this approach alone could monitor only new unique characters, subsequent characters does not produce requests. I [proposed](https://twitter.com/myfonj/status/1126441751126921216) perhaps it could be worked around if subsequent...

Thanks for clarification. > There are tons of obscure and more importantly, completely bunk and useless meta elements out there. Exactly. _If only there was some convenient document where all...

> [the "junk"] was all removed was because the document was almost more useless tags than actually stuff to put in the `head`. It is quite clear indeed, and considering...

Sure, or F6 (like was described in referenced issue and docs) or tab to there, or use mouse or _just open new tab and THEN begin to type in the...

Oh, hi, thanks for kind response. TBH I suck at git(hub): this was my first pull request ever -- realized that GH-pages would not be proper branch just after pressing...

+1. Just ran into some stray variation selector (https://graphemica.com/FE0F) in JS string literal. --- (Found it quite easily thanks another ext: [Unicode code point of current character](/zeithaste/cursorCharCode), but the murky...

tl;dr: modifying page zoom should be legitimate action that should not have any negative consequences. I agree that this might be just a border case and it may seem weird,...

In fact it just forces quickSuggestions in HTML and JS files to be triggered by space, even when `editor.quickSuggestions` are disabled in prefs. HTML: ![zignd-intellisense-for-css-superfuous-quick-suggest-2019-01-08](https://user-images.githubusercontent.com/1761395/50845953-5b43a180-136e-11e9-8bac-7337f66ef229.gif) JS: ![zignd-intellisense-for-css-superfuous-quick-suggest-2019-01-08-js](https://user-images.githubusercontent.com/1761395/50846684-06088f80-1370-11e9-9435-bcb124b8010d.gif)

Second that praise, it is really neat. I wonder ... have you tried / considered using currentColor keyword (and rgba / opacity) for colouring non-transparent areas instead of hard-coding color...

Can confirm that `_%>` whitespace slurping works strange indeed: ```EJS 1 2 2 1 ``` produces ``` 1 2 2 1 ``` As a not-so-pretty-but-functional workaround you can use both-ways...