Results 9 comments of Kauly

Are you converting the blob to a arrayBuffer? Here only work with that. ``` const buf = await blob.arrayBuffer(); ```

Probably because the plugin is required in .babelrc file.

To make the `bluetooth()` function work I had to put the following piece of code at `main.rs`: ``` unsafe { esp_idf_sys::nvs_flash_init(); } ```

> **General Information** > > - [ ] Bug > - [x] Improvement > - [ ] Other > > **Description** > > Please add [Waft - WebAssembly Framework for...

Hello, I think that similar results can be achieved using the _zipUrl_ param of this route: https://github.com/OpenDroneMap/NodeODM/blob/master/docs/index.adoc#post-tasknew Just zip the images before upload them to S3

@elmalakomar its inside of the `android {}` section, like this: ``` android { ndkVersion rootProject.ext.ndkVersion buildToolsVersion rootProject.ext.buildToolsVersion compileSdk rootProject.ext.compileSdkVersion namespace "com.boatapp" defaultConfig { applicationId "com.boatapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode...

Try to do the same thing but in the build.gradle of the rnn library

any news about this feature?