Léo Flaventin Hauchecorne
Léo Flaventin Hauchecorne
**What**: Refactoring lib/renderer.js code by splitting the `render()` code into several smaller functions **Note : this patch includes also #2700 . I can rebase it on dev if I am...
**What**: * Scope `node.filename` changes so that it's easier to follow how this global variable is changed * Root AST node call its parent to get a filename too *...
Disclaimer : I don't know the stylus code base enough to tell if this is a bug or a feature... **To reproduce:** ```javascript import stylus from "stylus" var fn =...
All the `__parent`, `__key` and `__missing__` implementation details lead to surprising behaviors, like this one : ``` In [1]: from addict import Dict In [2]: d = Dict() In [3]:...
Counter offsets seem broken The following: ``` ((span>input[type=radio value=$@0 name=aspect$@0 v-model=aspect]#aspect$@0+label[for=aspect$@0]+br)*4) ``` Should output: ``` ``` But this is what is printed: ``` ```
* Added support for bytes in sliced __setitem__ * Test change and addition accordingly * Modification of misleading exception message All tests pass
First of all, thank you for this app that changed my life with tmux ! In the current plugin system, it seems impossible to access the session configuration (from yaml...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version Archlinux + Docker24.0.7 apache/iotdb:1.3.0-standalone apache/iotdb:1.2.2-standalone (I have not tried other versions) ### Describe...
### What problem does this feature solve? Currently, plugins are executed in the order of the package.json dependency list. Since these dependencies are automatically alphabetically sorted by `yarn install`, One...