Renaud Chaput
Renaud Chaput
Great gem, thanks for it! Do you think it would be in scope to allow callbacks on specific activities (once they are complete, geocoding has been done…)? Use case: reporting...
Most cameras do not store the timezone in their EXIF data, and you dont have any way to know which timezone the date stored in EXIF is. The current code...
Currently with a simple CS2 file with JSX I am getting lint errors: ```coffee # content-text.coffee import React from 'react' export default class ContentText extends React.Component render: -> Content Text...
I am seeing the same error here. Disabling JavaDoc in `build.gradle` is a workaround until this package is patched: ``` diff --git a/android/build.gradle b/android/build.gradle index 1ed7e6e8d383f5b23cc619d61af097282174f92f..fc92a9438da3af3aa0ca8d920f0b50c4bf39d0f0 100644 --- a/android/build.gradle +++...
Ping @EvanBacon, I am not sure how to solve this. Maybe add a way to specify the fallback transformer for `app` files?
I agree with the initial author, this would be very useful, especially for jobs depending on an external service and/or unreliable network, where it is not a problem if the...
Sorry for the long delay. I managed to reproduce it: it depends on the location of the `stripe-rails` gem in your `Gemfile`! For me it was near the end and...
This seems to only happen for iOS release builds for me, which seems weird. Metro takes about 40 seconds to build the bundle for Android release builds, but takes about...
While trying to solve this, I switched my project to https://github.com/EvanBacon/metro-minify-esbuild and I am no longer seeing the issue. @milos201 can you try if this fixes it as well for...
`metro-minify-esbuild` generates incomplete sourcemaps. I thought that Metro used `terser` as the default minifier but it does not seem to be the case. Switching the minifier to `metro-minify-terser` solved the...