Results 15 comments of JT Knabenschuh
trafficstars

Hi @I2rys, I got the same or similar problem. After research I found this change https://github.com/electron/electron-packager/pull/819 since then you have to take care of the pruned node_modules by yourself. See...

Hi @Nek, thank you for you support. > Thanks for the great library! I'm using a heavily modified version of it in my own lib https://github.com/cljs-audio/cljs-audio/tree/master/src/main/cljs_audio/workers. Cool 👍 > I'd...

I´m surprised, I did not get any issues using node-js libs with defined externs. For my last project I had planned using this library. After noticing advanced optimizations munged functions...

Mmh following example did not work in advanced for me but without optimization. Does this work for you in advanced? ```clojure (defn parent [path] (let [file (io/file path) parent (.getParentFile...

Caused by waking up this issue I dived into the source code and now claim I found and fixed the issue. As @PhenomDevel already mentoined currently its just working for...

Same here, it seems for the initial call there is no intent object, so you can check if it´s not null. ```java @RequiresApi(api = Build.VERSION_CODES.KITKAT) @ReactMethod public void getFileNames(Promise promise){...

Hi @BenjiU, hopefully the added example config helps. Best Regards

Mmh does anyone known, why the CI does not accept the return type? It seems to be correct for me, None or byte array. 🤔

Same issue on Pixels and Android 13. Some news about a solution?