Renaud Chaput

Results 74 issues of Renaud Chaput

When running system tests with Rails 7, the development environment variable files are loaded before loading the test ones. This is most likely a bug in Rails 7, see https://github.com/rails/rails/issues/43937...

JSX is now supported in CS2: http://coffeescript.org/#jsx It would be awesome to have the syntax supported in coffeelint (it is currently reporting errors).

When the app is started from opening an URL, it crashes with: ``` 07-28 18:32:19.135 10708 10758 W Bundle : Key android.support.customtabs.extra.SESSION expected String but value was a android.os.BinderProxy. The...

### Summary I want to use Exotic Mode for my bare project (already using `expo/metro-config`), but I also need SVG support, thus `react-native-svg-transformer`. It requires to use `config.transformer.babelTransformerPath = require.resolve("react-native-svg-transformer")`...

needs review
CLI

**Is your feature request related to a problem? Please describe.** I want to switch our projects from Babel to [SWC](https://swc.rs), a Rust-based JS transpiler. SWC is used by Next.js unless...

### Discord username (optional) _No response_ ### Describe the solution you'd like? ```text Some terminals are using custom escape sequences to display base64 encoded images (`ESC ] 1337`) or from...

I am getting a lot of "ResizeObserver loop limit exceeded" exceptions reported from my users (through Sentry). It seems to only come from Chrome 64+ on mobile (so no polyfill)....

### Description Some modern Android devices (Samsung Galaxy S10e for example) have an option to use HEIC as the default image format. When picking one of those images, the temp...

:bug: Bug

There is a new [libvips 8.13+](https://www.libvips.org/2022/05/28/What's-new-in-8.13.html) to block unfuzzed loaders using `vips-block-untrusted-set`. I think this should be enabled by default to improve security, as most of the time the images...

After upgrading to `stripe-rails` 2.2.0 (or 2.2.1), I am getting this error when running `rails c` or `rails s` ``` … 8: from /Users/renchap/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/stripe-rails-2.2.0/lib/stripe/prices.rb:1:in `' 7: from /Users/renchap/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/stripe-rails-2.2.0/lib/stripe/prices.rb:2:in `' 6:...