Alexandr Chernyaev

Results 168 comments of Alexandr Chernyaev

Hey! 👋 I'll try to check the reproduction of the issue over the weekend. However, the model should be passed into the closure if it's available in the route arguments....

Hey! I tried specifying the group, prefix, and other parameters, but I couldn’t reproduce the issue. Maybe I’m missing something. Could you provide a minimal reproducible example? That would really...

It seems like you're using an older version of the package. Recently, this pull request was added: https://github.com/tabuna/breadcrumbs/pull/43, and it was included in version 4.2.1. Try updating! 😊

Hi @superwave1999 It's strange that RoadRunner doesn't have this issue since the cleaning mechanism should be the same. Please specify the versions of the software (Swoole/OpenSwoole/PHP/Laravel/Package) so that I can...

What do you mean by blocks?

It looks like I was able to reproduce the issue. While I'm working on a fix, you can use the following workaround by disabling the cache in the config: ```php...

Your example demonstrates the default behavior that was used previously, though it has certain drawbacks. When clicking on any item, the drop-down closes—even in cases where it doesn't imply a...

I’m not entirely sure I understand the issue. Do you mean that you’d like the selected values to persist across page navigations or browser tabs? For example, by using [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)?

I think this can be simplified by using the `->fromEnum()` method, which is specifically designed for cases like this. Here's an example from the Orchid tests: [https://github.com/orchidsoftware/platform/blob/ba754210adb0045046769987b78652a23e84a935/tests/Unit/Screen/Fields/SelectTest.php#L271-L280](https://github.com/orchidsoftware/platform/blob/ba754210adb0045046769987b78652a23e84a935/tests/Unit/Screen/Fields/SelectTest.php#L271-L280)

I believe this might be useful to have in the documentation. Would it be possible to add an example?