Karel Faille

Results 13 issues of Karel Faille

Hello, Would you be open to merge a PR to add a simple Laravel support? It could be done with a few new files (ServiceProvider, config file and composer.json) and...

enhancement
help wanted
documentation
testing

Hi, Following issue #42, this PR allows an optionnal and simple Laravel support. It offers a out of the box Laravel compatibility, you'll just have to add the following variables...

Hi, On the main page of this repo, the last release seems to be five years old, except that the last tag was pushed in 2021. ![image](https://user-images.githubusercontent.com/3834222/128992951-b38fbb97-b2e7-4225-a5fa-aa2a6ebdcc06.png) ![image](https://user-images.githubusercontent.com/3834222/128993353-95497d74-c24c-4208-938b-6405bede559f.png) I think...

In a `rv-each` loop, when I remove an item from an array that is referenced inside the rv-each, the following error occurs: `TypeError: callback is not a function`. The error...

Hello, When an exception is thrown inside a view, the compiled cache view is shown instead of the initial blade template. Is this the intended behaviour? ![image](https://user-images.githubusercontent.com/3834222/181453133-daec2589-812c-4413-99f5-0a389355cff7.png) Thanks, Karel

Hi, This sets the PHP minimum to 8.0 to match Laravel 9. This closes https://github.com/novius/laravel-nova-order-nestedset-field/issues/12 Karel

Hi, This sets the PHP 8.0 to be same used in Laravel 9. This closes #12 I set the base branch of this PR to master, but I should be...

Hi, Laravel 9 sets PHP minimum version to PHP 8, but the version 3 of this package sets it to PHP 8.1. That makes the package not usable with Laravel...

Hi, This follows the discussion in #13. The selected dates changes depending on user timezone: ![image](https://github.com/LeaVerou/nudeui/assets/3834222/12bb36c6-25bf-47f5-b3a6-87e628809492) ![image](https://github.com/LeaVerou/nudeui/assets/3834222/7d21de9f-937a-41ad-b38d-d020fec45ef6) ![image](https://github.com/LeaVerou/nudeui/assets/3834222/1270897d-d885-484f-aa6d-1146f3a88355) ![image](https://github.com/LeaVerou/nudeui/assets/3834222/6217e1c0-554c-40b8-a44e-8e44b0c711c3) Regards, Karel

Hi, In some case main.js is not at the index 0. This PR searches for the right index in the manifest and make type checks more strict. Thanks, Karel