Sander Verweij
Sander Verweij
### Steps taken Render this digraph with viz.js (either version 1.8.x or 2.0.0) ```dot digraph { node [shape=box] "Hello world" [label="Привет мир"] } ``` ... or this one that uses...
It looks as though attempts to resolve external modules got jammed somewhere. Did I forget something? Should I pass something extra? Is it a deliberate deprecation? ## Steps taken Run...
## Description - relaxes the safe-regex check on repeats within regular expressions that are used within rule sets See the comment added to src/main/rule-set/validate.js for details on the implementation. Published...
### a basic scenario  ### Handling proper arrow endings properly  ### Handling colors  ### Integrating `...`  ### Re-activation?  ### Activation on self reference? TODO ###...
## Description - adds an `ancestor` matcher ## Motivation and Context It's _probably_ possible to do this with regular expressions and group matching, but so far I haven't found a...
## Description - memoizes regexes that can be compiled in advance ## Motivation and Context This should make some steps a bit faster (TBD on a decently sized code base)....