cloudspeech
cloudspeech
My node app uses DecompressionStream to unpack npm packages 'manually', i.e. without official npm tooling - I would very much like to switch to bun, but this is blocking me...
One could try https://github.com/101arrowz/compression-streams-polyfill in the meantime.
I took a look at the scripts and saw they're not simple. Thus I wonder: would the option to make MemoryStore persistent be a better alternative? We have https://github.com/meln1k/foundationdb-block-device. Could...
This looks very much like a German receipt tax reference QR code ("Steuerreferenz").
Kdeploy is listed on NPM: https://www.npmjs.com/package/kdeploy Minor edits to the package.json should make it work.
I am very interested in this use case also, i.e. personal hotspot on Android device with no WiFi or cellular connection whatsoever, and lWS as web server accessible via the...
It seems https://github.com/bodeme/androidwebserver/blob/a35c179e31c68afc3712b8ff3aa57fe0f9d7987b/app/src/main/java/net/basov/lws/ServerService.java#L101 is the culprit. If we would conditionalize stopping the server with a flag toggled by a checkbox 'Keep server running when offline', the behaviour desired in this...