Gavin S
Gavin S
Claims API key is no longer valid. I've produced new keys, no luck. Let me know if there are any logs I can produce to assist.
Here are the rules for the json color scheme syntax ``` { "name": "Test PASS", "scope": "test.status.pass", "foreground": "#33FF33", }, { "name": "Test FAIL", "scope": "test.status.fail", "foreground": "#FF3333", }, {...
When trying to iterate quickly on development (I'm experimenting with TDD in C++), it's important to get feedback quickly. When it's compiling and passing the little note in the status...
Please consider adding project level settings support. Each project may have it's own method of running/configuring tests etc. Rather than configuring this globally. Example: https://github.com/jonlabelle/SublimeJsPrettier/blob/40152c846f0808c34cd156ed02f8588e77e32ed3/jsprettier/sthelper.py#L34
Add ability to specify, and visualize, twisted wires with appropriate call outs for twist specs.
https://github.com/lagodiuk/decision-tree-js/blob/91977780b71775802aacbc6e1a415bf6e7234965/decision-tree.js#L331 Please change this line to: ` predicate = predicates[tree.predicateName];` This single line change enables using a pre-saved root by setting `decisionTree.root = savedRoot` Would be nice to add additional...
Mobile Android chrome renders like desktop, ends up super small with wide left and right margins.
The prior if is where these variables are defined. So in a 'clean' situation this fails. https://github.com/Toblerity/Fiona/blob/c4dfadffeb60a37ceaa8d6a4b338f2f22779d1f5/setup.py#L174 ``` Running setup.py clean for fiona ERROR: Command errored out with exit status...
Would love to be able to run the dockerized version on my pi3 based system.