Steven
Steven
When an element gets dragged, a clone of the element is created and also the original element will get hidden. Just curious about the motivation for such a behavior 🙂...
The new `stdin-filepath` option would allow csscomb to process stdin that is in different syntax format (i.e. less). The detail of this new option could be viewed in the [doc/usage-cli.md](https://github.com/csscomb/csscomb.js/blob/8b63eae8b1639f730137742372be30b0fd98119f/doc/usage-cli.md)
Some invalid HTML entities (ex: `&#a;`) are still being matched by the regular expression `r_unescape`, which result in error Example scenario ``` html = "hihi" plaintext = html2text.html2text(html) ``` Error...
### Changelog When the `MarkdownEditor` was placed inside a form: ```jsx ``` The preview tab button of the MarkdownEditor would unintentionally trigger the form submit event when clicked, as the...
Currently, the extraction code will do an `os.walk` to perform a deep file search. However, this file exploration could be very slow when there were directories that were deep and...