Luca Anceschi

Results 20 comments of Luca Anceschi

@JoanZapata, @montreux I just encountered the above mentioned issue with the emulator running the x86_64 system image and API level 23. ``` 03-18 15:53:20.270 23415-23495/com.foobar.fooapp E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #2...

I created a new folder `x86_64` in the lib folder: ``` APP_FOLDER/build/intermediates/exploded-arr/com.joanzapata.pdfview/android-pdfview/1.0.4/jni ``` and I put the `x86` `libvudroid.so`. I compiled and run the app and here's the new error...

@montreux I just gave a try to your approach although the result was sadly unsuccessful. Thanks for the reply.

@montreux, @Sunycha I downloaded [vudroid](https://f-droid.org/repository/browse/?fdid=org.vudroid) source and compiled libraries for x86_64 and mips64 architectures. The source was compiled with Android NDK Revision 11b (March 2016) for Linux 64-bit (x86). Here...

Hello, I confirm the same issue even using `process.stdout.write` instead of `console.log`

I tried to compile [amp][amp-site-url] with following flags: ```shell cargo build --release --target x86_64-unknown-linux-musl ``` It compiles successfully but if launch [amp][amp-site-url], it crashes reporting with the following error: ```shell...

@reboy @KIvanow even shorter: ```javascript const {RBAC} = require('rbac'); ```

What I came up with as a work-around is to intercept Scrollspy ```onUpdate``` method. I hook into the ```onUpdate``` method in order to update a newly created ```active``` attribute in...

@makotot thanks! Got it. I guess you can close this issue now. If you're planning on extending this lib in order to support programmatically generated option items, then let me...