João Pimentel Ferreira
João Pimentel Ferreira
BTW @Pomax I found another solution using a fork of this repo, it works (I'm just stuck with coordinate transformation, but it works), here: https://github.com/mmomtchev/node-gdal-async/blob/master/examples/serve.js
my GeoTiffs have 2Gb, thus 200Mb makes no great difference ;)
I am using tiles, what I meant is that the total amount of tiffs makes 2Gb Thanks for the tip regarding storage of large files
We would use it for example like this ```js readFile(cordova.file.applicationDirectory + 'www/json/anomalies.json') .then((res) => { console.log(res) }).catch((err) => { console.error(err) }) ```
> Abstractions can be made to hide the meat of the filesystem API by creating utility classes/methods like your example, but I think that belongs in the community. If the...
just a further question @breautek , since XHR requests are blocked with `AndroidInsecureFileModeEnabled` disabled, how do we download now files from the web to the FS or as dataURL? I...
@breautek I saw now [your reply](https://github.com/apache/cordova-android/issues/1354#issuecomment-921752541) on other thread.
Because this was becoming off topic I opened an issue accordingly https://github.com/apache/cordova-android/issues/1549
sim, é um problema do plugin de email que nos ultrapassa On Tue, 6 Feb 2024, 20:56 joanasimoes, ***@***.***> wrote: > Fiz uma denúncia (primeira vez) e utilizei o Outlook...
Hi there, I did all the tips you gave here, but it fails, it seems it fails on C make file ``` gem install decidim Fetching carrierwave-1.3.1.gem Fetching doorkeeper-i18n-4.0.1.gem Fetching...