Viktor Eriksson

Results 20 issues of Viktor Eriksson

I fired up the test example and was delighted by the neatness of this library. Unfortunately I tried to include it in a scaffolded tenzing app but it broke. Why...

question

Do I understand this correctly if it can do a DFU using my mac's built in BLE card? If so, how do I install this? And can you tell me...

I very crudely rewrote the `goog.require` in all the js-files to `require` and changed the output folder to `cljs_output` instead. Not very pretty but I sorted out the performance hit...

When I updated to RN 0.39.0 my changes in the code are not visible anymore, this is probably the issue: https://github.com/facebook/react-native/issues/11301 A possible solution would be to not have the...

It works to fire up a REPL, but when one reloads the app the error `Websocket REPL error: occupied` shows up. To resolve this one has to restart the boot...

Pasting from slack since this is probably a better forum to discuss these things. First I want to apologize for not knowing enough of re-frame's internals to know if this...

If one adds an npm dependency like [@pilloxa/react-native-sodium](https://www.npmjs.com/package/@pilloxa/react-native-sodium) to the `{:npm {:bundles {"dummy.js" "index.js"}}` it will result in an incorrect `cljsc_opts.edn` file. When trying to read it with `read-string` it...

I've been very busy at work lately and haven't been able to spend as much time as I wanted on this and the library is still heavily used (by us...

For `2.2.0-beta` a notification will be shown for SDK >= Oreo. The text is currently hard coded and the icon is fixed to an empty one. Before releasing `2.2.0` I'd...

Causes: https://github.com/vikeri/react-native-background-job/issues/77 Since we use `int` in Java-land instead of `long` very big periods get rejected. Solution: Check if RN-Java interop works with `long` and if so, refactor period to...