Mikael Ahabalyants

Results 6 comments of Mikael Ahabalyants

@eshaan7 OMG, so fast! Thank you, waiting for new release

Delete endpoint still don't terminate or kill process. That's mean, for example, if I call `sleep` for 10 minutes, process `sleep` will exists for 10 minutes

> Also 3 finger brightness is not working ATM. Fixed in 0.2.7 DND still not working

You can use it like this (for non static methods): $klein->get('/tests', [new \App\Controllers\TestController(), 'index']);

I used the next hack in my code: ```php TextInput::make('stand_id_disabled') ->readOnly(fn(Get $get) => $get('project_id') === null) ->visible(fn(Get $get) => $get('project_id') === null) ->label('Stand') ->required() ->placeholder('Select an option'), Select::make('stand_id') ->relationship('stand', 'name')...