Michal Čaplygin

Results 23 issues of Michal Čaplygin

Moving the functionality to JavaScript inside single locally hosted keyword bookmarked file and relaxing "bang" shortcuts from "!command" to "! command" should give similar benefits without bloating actual bookmarks. Could...

There is collection of similar projects over at https://github.com/dbohdan/classless-css. I think this project should be there as well.

### Brief questions to answer 1. Is `:lang("*")` really valid selector? (Safari supports it and Chrome accepted [Issue 1281157](https://bugs.chromium.org/p/chromium/issues/detail?id=1281157) to implement it.) 2. How to address document that failed to...

selectors-4
Closed Accepted by CSSWG Resolution
Needs Edits
i18n-tracker

https://github.com/mde/ejs/blob/ca2c30f4d983cf964307148bc4f7fd65b9678034/Jakefile#L39 Changing it to ```JavaScript exec('.\\node_modules\\.bin\\jsdoc ' + p + ' -c jsdoc.json "lib" "docs\\jsdoc"') ``` Worked for me. --- Knowing nearly nothing about Jake and (Node) exec before, little...

This extension currently does not work with "portable" settings scenario: having stand-alone git executables unpacked on path referenced by `git.path` in VSCode enables VSC to perform common "native" Git operations...

Successful google search for `define %word%` (and often even any single word search) yields mostly nice informative blocks with definitions, translations, pronunciations and so on above "real" search results. This...

enhancement

https://github.com/Heydon/REVENGE.CSS/blob/1fdbe2c0bce82cc588ef16541ec368a6d4baa300/revenge.css#L62 Sure this style predates HTML5 and HTML Living Standard, so hard to criticize, but nowadays it is allowed to have non-nested DIV elements inside DL: https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element:concept-element-content-model https://github.com/Heydon/REVENGE.CSS/blob/1fdbe2c0bce82cc588ef16541ec368a6d4baa300/revenge.css#L63 Also AFAIK...

It would be neat to have `path`/`glyph` `d` attribute value highlighted so that commands, coordinates, lengths, angles and flags would be more apparent. Mock (pardon colours): ![image](https://user-images.githubusercontent.com/1761395/37116584-013f3534-224f-11e8-9a2b-4070ccf7e632.png) I assume it...

future

Providing opportunity for any HTML element node to (technically) become active control element, this creates possibility to produce nested active structures. Such structures were not technically possible (e.g. nested buttons,...