Maciej Woźniak

Results 5 issues of Maciej Woźniak

Tried to run my project on truffleruby and got this error multiple times. ``` #25 36.43 Bundler::GemRequireError: There was an error while trying to load the gem 'oj'. #25 36.43...

compatibility
sulong-issue
aarch64

## Environment - Ruby **3.2.2** - Rails **7.0.5** - Devise **4.9.2** ## Current behavior If I overwrite Devise::SessionsController#create in custom controller to not sign in user and just redirect it...

**Describe the bug** When loading frame in rails with turbo it is initialising all components again which makes modals and drawers create multiple backdrops. It sometimes makes screen grey and...

**Describe the bug** When you navigate with turbo, drawer doesn't open anymore. It only makes screen grey. It was working fine in version before 2.0.0 **To Reproduce** Steps to reproduce...

If you try to use Mirage with docker it will fail because: 1. In `Mirage.start (runner.rb:14)` it put default port. After that in `Mirage::Client` this if elsif `(client.rb:15)` will never...