Cameron Fischer
Cameron Fischer
This is minor, and it probably bothers nobody except people who program uglifiers, but the way the sjcl library is made, it pollutes the window namespace with a bunch of...
I discovered this. fakedom TW_Element and TW_TextNode don't inherit from TW_Node correctly, so nodeType couldn't be properly compared.
### Describe the bug I'd really like to use the $testcase widget for providing examples in my upcoming tw5-graph plugin. For instance, this:  This looks fine, but one thing...
This is my proposed crack at making the view widget's formats a module-type of their own. However, @Jermolene, I saw that you had a comment in the code saying: >...
Hello, Small possible issue here. __Widget##hasVariable__ checks for variables by first looking in its own variable member before iterating up its parent chain. This makes sense to me. __Widget##getVariable__ looks...
Hello! Looking into using Manuskript instead of Scrivener, but hitting a show-stopping bug pretty early here. I've so far got 3 files in my project. 5000, 1600, and 1800 words...
Here is an initial implementation of a TW5-Graph adapter for echarts. It's got pretty good parity with vis-network, enough so that it's a viable alternative. It's got a full test...
Am I going insane? This whole project is using typescript, but it's not actually type checking anything. I can put this right in the middle of the echarts widget: ```...
Hey @linonetwo, Working on the TW5-Graph module, and it looks like I need access to the ["roamTrigger" series options](https://echarts.apache.org/en/option.html#series-graph.roamTrigger), otherwise panning and zooming has unexpected, and undesirable, behavior: You can't...