Results 10 comments of josher19

What version of node are you using? ``` nodejs --version ``` You might need to install a later version of node (v0.8 or v0.10). Also, instead of modifying the journo...

PS: This looks like a problem with **testFrag-util** rather than **testFrag** itself. ``` js fastFrag.create({"content":" (

I think this was introduced by this commit / Pull Request: https://github.com/boo1ean/casual/pull/26/files It should be a property for every locale and should not be a function for any locale, Instead...

Used zip_short and zip_long instead of zip5 and zip9 (which is specific to the USA).

PS: There is an ugly work-around, but it is not very efficient. You can delete the cache and re-require casual for each language/locale: ``` function refresh(moduleName = 'casual') { delete...

Might be fixed by #17 --- I updated the requirements.txt so it did not try to install webrtcvad twice -- instead it just used the wheels version. If you are...

Yes On Tuesday, November 15, 2022, Holger Jeromin ***@***.***> wrote: > Can this be closed? > > — > Reply to this email directly, view it on GitHub > ,...

Right now, `o[...keys]` becomes javascript: `slice$.call(o[keys])` which will fail with `Array.prototype.slice called on null or undefined` unless you have a key like `"a,b"` (javascript forces the key to become a...

app/models/search.coffee Lines 22 and 35.