Jesse Proudman

Results 12 comments of Jesse Proudman

Any further solution on this?

We're seeing this issue, except the provided fix doesn't resolve the issue: ``` config.override_gem_home = false ``` Here is our warble.rb config file: ``` Warbler::Config.new do |config| config.features = %w(runnable...

And for what it's worth, our missing git based gem is actually missing from the war: ``` dhcp69:jproudman-auth jproudman$ jar tfv auth.war | grep "rails_sql_views" dhcp69:jproudman-auth jproudman$ ```

Also, we've tested this both with RVM and rbenv to the same results.

So, following the instructions here (https://github.com/jruby/warbler/issues/165#issuecomment-60734455) and using: ``` bundle package --all ``` We were able to get the the war to build and operate successfully. Something isn't right here...

Gremlins in the system. I just left the office and tried again and it seems to be working.

Seeing similar crashes: moto e (XT2052DL) RN 0.64.0 react-native-reanimated 2.2.0 ``` OS Version: Android 10 (QPGS30.82-141-5) Report Version: 104 Exception Type: Unknown (SIGABRT) Application Specific Information: Abort Thread 0 Crashed:...

From our team @nhannah took over the issue. Will ping him.

Here's the CSS I used to make the table work: ``` .react-datepicker { font-size: 1.3rem !important; } .react-datepicker__current-month { font-size: 1.5rem !important; } .react-datepicker__header { padding-top: 6px !important; } .react-datepicker__navigation...