Clément Baconnier
Clément Baconnier
> I looove flameshot, but i am loving Hyprland too. That grim warning notification shows on my print screens :( > > A `--disable-grim-warning` flag or config looks good, please,...
@rswfire I forgot to update the readme, but I have updated it for Laravel 10. Let me know if you encounter any issue.
Thanks ! I tried locally and it fixed my issue. It would also close https://github.com/sos4nt/dynamic-colors/issues/23
I had the same warning when running my tests using `libpng 1.6.34` I fixed it using GIMP by re-exporting the image to PNG and I had to **uncheck** `Interlacing (Adam7)`...
`wire:navigate` [cause a lot of headache](https://github.com/livewire/livewire/discussions/6374) when you work with libraries that changes the DOM. I suppose, one possible way would be to intercept the [`livewire:navigating`](https://livewire.laravel.com/docs/navigate#javascript-hooks) event to clear the...
I fixed it be adding `flux:` to `componentPrefix` in my **.prettierrc.json** file ```json { "plugins": ["@shufo/prettier-plugin-blade"], "overrides": [ { "files": ["*.blade.php"], "options": { "parser": "blade", "tabWidth": 4, "componentPrefix": "x-,livewire:,flux:" }...
> Is there a workaround for this issue at the moment? Currently hitting this issue and I dont want to resort to //ignore the errors because I have these popping...