Levi Roberts

Results 27 issues of Levi Roberts

Praise: Hey there! Just ran across fenix and have to say that this is pretty awesome so far. Been looking for something like this for quite a while to automate...

Enhancement Request

Code: ``` bullet.Mark.name = 'Mark' ``` Stack trace: ``` Unhandled Promise Rejection: TypeError: target.get is not a function. (In 'target.get(prop)', 'target.get' is undefined) get - bullet.js:106 ````

Compromise version: `11.12.3` Node version: `v11.0.0` According to line `6928` // Dwayne 'the rock' Johnson ts.match('#FirstName [#Determiner? #Noun] #LastName').tag('#NickName', 'first-noun-last').tag('#Person', 'first-noun-last'); This should tag "The Rock" as a NickName. **Code:**...

bug

# Bug report When activating the "Movie synchronization" button on the `Jobs` page, I can see it re-process all of the movies again because it thinks they have somehow "changed"....

bug

**String Interpolation:** ``` console.log(`Status: ${status}`) ``` Result: ``` $ node-theseus test exception during parsing ..../test.js Error: Line 6: Unexpected token ILLEGAL at throwError (/usr/local/lib/node_modules/node-theseus/node_modules/fondue/node_modules/falafel/node_modules/esprima/esprima.js:1161:21) at advance (/usr/local/lib/node_modules/node-theseus/node_modules/fondue/node_modules/falafel/node_modules/esprima/esprima.js:1089:9) ``` **Arrow functions:**...

`$ npm install --save mitmproxy` ``` > [email protected] postinstall /Users/levi/Desktop/.../mitmproxy > scripts/install_python_deps.py ['version:'] Traceback (most recent call last): File "scripts/install_python_deps.py", line 17, in version[0] = int(version[0]) ValueError: invalid literal for...

Having some issues loading bun-utilities. For example, spawn doesn't appear to be anything. ```js const { spawn } = require('bun-utilities/spawn') const child = spawn('tail', ['-f', 'access.log']) TypeError: spawn is not...

Can `node-gyp configure` and `node-gyp make` fine however when trying to `node example` for any of the examples, the following error happens. ``` module.js:356 Module._extensions[extension](this, filename); ^ Error: dlopen(/Users/levi/.../node-chimera/build/Release/chimera.node, 1):...

As far as I can tell, there's no way to get `spawn` to act like node's spawn with `stdout`. Code like the following, simply does not work (because `tail -f`...

Created this at the request of someone. This script will return a daily bible verse from abibleverse.org This script can be repurposed for any type of RSS feed with ease...