Philipp Kursawe

Results 205 comments of Philipp Kursawe

Wicked! ;) I have no time to test it right now, but I will eventually. Interesting to see what @IvanSanchez has to say to it. The whole leaflet ecosystem needs...

Why not use fetch's RequestInit as input? it contains all the fields already and could be extended to add fileURI as a new prop. Remember headers in the true HTTP...

The stream would be processed natively, not in JS using [react-native-simple-crypto](https://github.com/ghbutton/react-native-simple-crypto) but I'd like to not have an XX MiB encrypted file on disc temporarily when I could just decrypt...

@edeckers I would opt for the high performance in process solution to start with. However I would give the plugin only transform capability an no file writing burdens. I thought...

Coming back to this... how about using the new native JNI of react like react-native-vision-camera? Then no bridge is involved, if I understood that correctly?

Way to go! The callback could/should(?) return a promise and get handed in if the given block is the last one. To know its the last block is crucial for...

An additional argument to onBlock could indicate it's the last block. Why would it be too late to call aes.finish then? I know node has a stream API that also...

That would be a really useful feature

Hmmm... this generator says different: https://www.tec-it.com/en/support/knowbase/barcode-overview/linear2/Default.aspx#One-Track%20Pharmacode It says it can have any length and is even able to generate longer codes for greater numbers. However, the [official spec](http://www.gomaro.ch/ftproot/Laetus_PHARMA-CODE.pdf) says 131070...