Karl Morrison

Results 45 issues of Karl Morrison

Works in the browser without issue. curl doesn't find it though.

### Clear and concise description of the problem Currently when an issue arises inside a test the error message receives give no information as to which test failed. So manually...

enhancement
p2-nice-to-have

``` var res = yield users.findOne({ name: 'Tobi' }); res.name.should.equal('Tobi'); ``` I understand that after a successful operation it returns the object which was inserted. What does it return if...

## 🚀 Feature Proposal Support ESM templates. Error when loading "--template": svgr-template.mjs ``` Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/karl/development/neo4j/needle-2/packages/react/svgr-template.mjs not supported. Instead change the require of /Users/karl/development/neo4j/needle-2/packages/react/svgr-template.mjs to a...

get the error in Elementary OS Freya (running on Ubuntu 14.04), 64-bit. Ran: trickle -s -d 10 -u 10 skype Got the error: ERROR: ld.so: object '/usr/lib/trickle/trickle-overload.so' from LD_PRELOAD cannot...

Before I say anything I am impressed by the dedication into the modules you guys are creating. ML in JavaScript is in it's infancy it seems as there are no...

``` // Server const mqttServer = require('mqtt-server'); const servers = mqttServer({ mqtt: 'tcp://localhost:1883', mqtts: 'ssl://localhost:8883', mqttws: 'ws://localhost:1884', mqtwss: 'wss://localhost:8884' }, function(client){ client.connack({ returnCode: 0 }); }); servers.listen(function() { console.log('listening!'); });...

``` servers.listen(function(){ ^ ReferenceError: servers is not defined at Object. (/home/karl/dev/javascript/sandbox.js:16:1) ``` Example code is not complete!

I've even put up a question on stackoverflow, your more than happy to answer! https://stackoverflow.com/questions/43574799/dead-simple-example-of-synaptic-js-lstm-rnn-algorithm As the subject states, no full examples of how to A) Train then B) Test....

Hello! I am trying to invoke the nvm command to change nodejs versions/start/stop etc. The shell doesn't seem to load it for some weird reason. > ~> . ~/.nvm/nvm.sh >...