Mikael Henriksson

Results 65 issues of Mikael Henriksson

When I run `importmap pin @turbo-boost/commands` it changes the `importmaps.rb` line from: ```ruby pin "@turbo-boost/commands", to: "@turbo-boost--commands.js", preload: false # @0.0.16 ``` To: ```ruby pin "@turbo-boost/commands", to: "@turbo-boost--commands.js" # @0.0.16...

So, one of the main things that I'd like to solve with turbo_boost is to build a modal manager/component. Currently, I have something like the following (been using flowbite and...

Has anyone successfully setup the rubocop linter for projects running exclusively inside docker? Currently, I'm having all gems installed inside `vendor/bundle` in the hopes of making them more accessible. That...

I would have expected the following to work but it doesn't. ```ruby driven_by :evil_cuprite, screen_size: [2800, 2800] ``` Would you be open to allowing some way of customizing the custom...

The following code used to work: ```js $('[data-select-products]').each(function() { var $el; $el = $(this); return $el.select2({ theme: 'bootstrap', width: null, containerCssClass: ':all:', minimumInputLength: 2, ajax: { url: '/admin/shop/products', delay: 600,...

Hi @joeldrapper, Long time no see! Let's allow skipping the generated suffix, I am getting annoyed having to remove them all the time. I could also consider a phlex config...

# Adding Load Balancer to Kamal This PR adds load balancing to Kamal with minimal changes. It spreads traffic across multiple app servers while keeping things simple. ## Key Design...

This PR adds the Steps component from #5. ## Changes - Adds `PhlexyUI::Steps` component - Includes comprehensive test coverage - Follows PhlexyUI patterns and conventions Part of breaking up #5...

This PR adds the Chat component from #5. ## Changes - Adds `PhlexyUI::Chat` component - Includes comprehensive test coverage - Follows PhlexyUI patterns and conventions Part of breaking up #5...

This PR adds the Carousel component from #5. ## Changes - Adds `PhlexyUI::Carousel` component - Includes comprehensive test coverage - Follows PhlexyUI patterns and conventions Part of breaking up #5...