Samuel Bégin
Samuel Bégin
I get the same error from a fresh install : ``` /Users/sambegin/app/platforms/android/gradlew: Command failed with exit code 1 Error output: /Users/sambegin/.gradle/caches/transforms-1/files-1.1/support-compat-28.0.0.aar/635b345120bb7a183674d7e4721cfbe7/res/values/values.xml: AAPT: error: resource android:attr/fontVariationSettings not found. /Users/sambegin/.gradle/caches/transforms-1/files-1.1/support-compat-28.0.0.aar/635b345120bb7a183674d7e4721cfbe7/res/values/values.xml: AAPT: error:...
We're also getting out of memory error when using the debugger. ``` 09-19 10:59:34.661 28117 28950 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 73926864 byte allocation with 25165824 free bytes...
@rafaelcorreiapoli Had the same problem, You can use this on server side : SERVER SIDE : Cloudinary.utils.url(filePublicId, {transformation: transformation,devicePixelRatio}); CLIENT SIDE : Cloudinary._helpers.url(filePublicId, {transformation: transformation, devicePixelRatio});
+1 , Would be a huge improvement for mobile app !
@steadicat any chance this gets merged?
Same here, got an error this morning in production. This is bad ``` TypeError: Cannot read property 'type' of undefined at Function.buildFromResponse (/var/task/node_modules/src/errors.ts:63:18) at Api.request (/var/task/node_modules/src/api/api.ts:121:47) at processTicksAndRejections (internal/process/task_queues.js:95:5) at...
I asked the same question a while back: https://github.com/gocardless/gocardless-nodejs/issues/123 Really sad to see there wasn't **any** progress on this