Andrew Wakeling
Andrew Wakeling
"compileDebug" is default on (if you are not minifying). This is causing some code to get injected which appears to be relying on the EJS runtime. The offending code is...
VSCode does support forwarding, but it's not clear whether it's local/remote. It also looks like it's limited to "localhost". i.e. Attempting to type anything other than "localhost" in the input...
It would be great if the plugin could be upgraded to support Neo4J 2.0. Related [stackoverflow question](http://stackoverflow.com/questions/19733615/gephi-fails-to-import-neo4j-data). The current error suggests setting `allow_store_upgrade=true` but this did not fix my problem...
Edit: There's 2 easily reproducible problems with globalVars and imports, but it reveals a much bigger issue with the local storage cache. Using the following: https://gist.github.com/andrewwakeling/7748745 1. Ensure your local...
Firstly, awesome plugin! I was a little caught out by the way ! (not) is handled when it is defined within an array, especially when it is alone. To explain...
RSVP will potentially silence errors when handling promises in `then`. I have already [raised an issue with RSVP](https://github.com/tildeio/rsvp.js/issues/196). It might be worthy for basket.js to define an `onerror` event handler...
There's [not much code](https://github.com/andrewwakeling/requirejs-basketjs/blob/master/basket-loader.js) and it works! Is there a central place where these sorts of things can be referenced? I would be interested to see similar uses of basket.js...
I am able to get this board partially working. The board appears to work with AUDIOKIT_BOARD values of 1 (lyrat_v4_3) or 7 (ai_thinker (ES8388) 2957). I had to use AI_THINKER_ES8388_VOLUME_HACK,...
There's a known vulnerability in [email protected] https://nvd.nist.gov/vuln/detail/CVE-2018-16492 Updating to 3.0.2 should remove this vulnerability. It would be great if this package could be updated as this is being flagged as...
I have installed QtSDK, Ruby 1.9.3 + DevKit. I managed to run "gem install jasmine-headless-webkit". When I attempt to run it, I get the following error: C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/qt/qmake.rb:97:in ``': No such...