Kristian Gerardsson

Results 45 comments of Kristian Gerardsson

6 months later... :(

We have this problem using react-native-web, which is a separate webpack setup than our react-native app. So for us `{ "ignore": [ "art/core/color.js" ]}` did work well. Thanks :)

I have the same issue. All i ran was `yarn create playwright` from the docs, nothing else: ``` { "name": "...", "version": "1.0.0", "main": "index.js", "repository": "...", "author": "..., "license":...

``` bundle config build.ffi --enable-system-libffi bundle install ``` tho, im not sure if rn `init` had any other steps after this?

Would like to see this too! We added 7 languages, each with about 800 strings to translate. I've spend **hours** accepting :P

Same issue here, would really appreciate this :D Atm, we're manually removing blanks for those fields.. :/ What about booleans? Same issue for us there... Our record changes (with logidze...

@nonameolsson can you post your gem versions? I have ``` gem 'polymer-rails' group :assets do gem 'sass', '3.4.19' gem 'sass-rails', '5.0.4' gem 'sprockets', '3.4.0' gem 'sprockets-rails', '3.0.0.beta2', :require => 'sprockets/railtie'...

I have exactly the same problem, and using the same example. The core-scaffold also has the same issue. Rails 3.2.13 here.