Marcin Lewandowski

Results 5 issues of Marcin Lewandowski

Hi, When I use a Livewire component in the view, it doesn't work. When I remove a Livewire component, a notification appears on the website. ``` @livewireStyles @notifyCss @yield('content') @include('notify::messages')...

Hi, I have models in my application with the has_many association: car and parts. Car has many parts. How to go from a car resource to parts? ``` Trestle.resource(:cars) do...

How to use [Pundit](https://github.com/elabs/pundit) and [Rolify](https://github.com/RolifyCommunity/rolify)?

Hi, An error occurs every now and then while the Sidekiq is running. What could be the reason? I use the Digital Ocean and: Ubuntu 18.04.1 LTS rails - 5.1.7...

I installed the library "@googlemaps+markerclusterer" in a Nuxt 3 application and I have this problem during prerender. #### Stack trace ``` ERROR Named export 'MarkerClusterer' not found. The requested module...

type: bug
triage me