Julien Maneyrol

Results 14 comments of Julien Maneyrol

Hi, I'm really struggling using this extension since none of the it-containers I use render when I convert to .pdf. For exemple, ``` ::: warning Some warning ::: ``` renders:...

@chiva , what APK variant did you use? ARM translation can only translate armabi-v7, it doesn't work with armv8/arm64.

>Maybe, that can be added to the readme for future incautious people Cc @m9rco . I think that this is important too and should be mentioned in the README. Many...

@3xploiton3 @evin-zhang is your APK compiled for arm 32bits (armabi-v7a)? ARM translation tools can NOT interpret arm 64bits (armv8).

@trumpjk ARM translation tools for 8.0 also work for 9.0. Here, you are probably using an arm64 version of Wickr Me: **ARM translation tools cannot interpret arm64(v8) code**. You need...

FYI, the package for 8.0 also works for 9.0

As far as I know, there aren't any packages for Android 10 for the moment.

Or use Genymotion Device image product: they have native ARM images on AWS -> https://support.genymotion.com/hc/en-us/articles/360010029677-How-to-run-applications-for-arm64-aarch64-armv8-

No updates? Up @pskordilakis

> Found a solution @jmaneyrol69. Add the following CSS to the `index.styl` file: > > ```css > section.tabs-component-panel::before { > content: ''; > display: block; > position: relative; > width:...