Aleksandr Volkov

Results 6 issues of Aleksandr Volkov

I wanted to use policy, but I always get 403 THIS ACTION IS UNAUTHORIZED. ``` Route::screen('/chat/{chat}', ChatScreen::class) ->can('view', 'chat') ->name('platform.chat'); ``` ``` class ChatPolicy { public function view(User $user, Chat...

Errors

Is it possible to add support for orchids version 14 and above?

enhancement
help wanted

Done to assign a data controller for the layer. Subsequently use the Stimulus. Example: ``` class PlatformScreen extends Screen { ... public function layout(): iterable { return [ Layout::rows([ Input::make('name')->set('data-hello-target',...

I'm using vue-final-modal (4.4.6) and vue3-tabs-component (last). After closing the modal, it scrolls up or down depending on where you are on the screen.

https://github.com/dedoc/scramble/issues/468

I have two requests that I merged into one. When applying the received request, there are no hints. ![Снимок экрана от 2024-07-26 11-33-47](https://github.com/user-attachments/assets/6f03419e-ef55-4edb-8f94-579ee61227b1) ![Снимок экрана от 2024-07-26 11-34-42](https://github.com/user-attachments/assets/02298209-0092-48e8-ac04-f90c36f3a73b) ![Снимок экрана...