ralphtheninja

Results 30 issues of ralphtheninja

In the video where you go through how to build an EEPROM programmer with the Arduino Uno you ended up using `delay(10);` at the end of the `writeEEPROM()` function. Did...

`tinyify` has some problems parsing numbers written like `10_000`: ``` SyntaxError: Unexpected token name «_000», expected punc «,» while parsing file: /home/lms/src/peermaps/peermaps-web/storage/http.js at Z.get (/home/lms/src/peermaps/peermaps-web/node_modules/uglifyify/node_modules/terser/dist/bundle.min.js:1:463) at Readable.errorExit (/home/lms/src/peermaps/peermaps-web/node_modules/browserify/bin/cmd.js:79:27) at Readable.emit...

So the `session.run()` operation is synchronous. If this can take a lot of time it doesn't really play nice with the node way of doing things. ```js // Run to...

feature-request

Background here https://github.com/Level/leveldown/pull/446 and https://github.com/Level/leveldown/pull/447

maintenance

documentation

E.g. `prebuild --all=electron,node,nw`

enhancement
help wanted

I'd like to get some input on what people think about this. So, what's the deal? Currently when binaries are built using `prebuild --all`, it means the following targets will...

discussion

This makes e.g. `npm docs @hyperspace/cli` work instead of giving a 404 page.

I have an issue https://github.com/peermaps/peermaps-web/pull/39 where `browserify` used together with `tinyify` blows up because `browserify` can't find the `worker_threads` module. This works great when you're _only_ using `sodium-javascript`, since it...