Gavin Kistner
Gavin Kistner
I am trying to create a self-running .exe on Windows. When I launch Shoes.exe and click on "Package an App with Shoes" nothing happens, but I get the following error...
I'd love to be able to consume this fantastic information you've created and provide an alternative visualization for it. For that, it would be far easier to consume a database...
At the end of my build: ``` [ 47%] Linking CXX executable bin/uscxml-browser lib/libuscxml.so.2.0.0: undefined reference to `inflateInit2_' lib/libuscxml.so.2.0.0: undefined reference to `zlibVersion' lib/libuscxml.so.2.0.0: undefined reference to `inflate' lib/libuscxml.so.2.0.0: undefined...
On a fresh clone, running `cmake .. && make` fails: ``` Scanning dependencies of target xerces-c [ 5%] Creating directories for 'xerces-c' [ 5%] Performing download step (download, verify and...
```javascript const jp = require('jsonpath') let o = {a:1} console.log(jp.parent(o, '$.a')) // { a: 1 } jp.parent(o, '$.DOESNOTEXIST') // Uncaught TypeError: Cannot read properties of undefined (reading 'path') // at...
Build a beat detector that injects automatic bpm and beat-start information into the network.
Build a hardware box that allows someone on the Jelly to tap-tap-tap to the beat, and it sends to the network (a) the BPM and (b) a timestamp associated with...
``` ~/code/NeatJSON/test$ lua test_neatjson.lua neatJSON("foo\9bar") EXPECTED "foo\tbar" ACTUAL "foo\9bar" neatJSON("foo\13bar") EXPECTED "foo\rbar" ACTUAL "foo\13bar" neatJSON("foo\8bar") EXPECTED "foo\bbar" ACTUAL "foo\8bar" neatJSON("foo\12bar") EXPECTED "foo\fbar" ACTUAL "foo\12bar" ``` This is valid Lua escaping,...