Thomas Kliszowski

Results 5 comments of Thomas Kliszowski

What is your Elixir version? See #18

I have the same problem. If I remove the Podfile in order to make the new one, I get this bitcode issue. ``` $ pod --version 1.9.1 $ flutter --version...

I use Chrome 39.0.2171.71, the same as yours. When I load the codepen link above and I check out the Javascript console, I should see "27": ``` javascript $(".dial").knob({ 'change'...

Hi @jonasfj, I did exactly what you said in my project: wrapping *webcrypto* calls in `compute`. Note that `compute` seems really slow compared to the main thread execution. After investigation,...

Indeed, I can't disagree, it was way easier for me to do it directly in my project. But the compute method add so much overhead that I couldn't use it....