Max

Results 81 comments of Max

when disconnecting and then reconnecting.... yeah it does seem to keep on runnin

have you any quick fix to solve this? i now saw the thread really crashing and my service being unavailable: ``` vopono[3817]: thread '' panicked at 'called `Result::unwrap()` on an...

great thanks! do you mind publishing a new release?

@jamesmcm ah just noticed the release github actions did not run....

just using a default forge php8.3 provisioned server with octane installation: ``` php artisan octane:install Which application server you would like to use?: [0] roadrunner [1] swoole [2] frankenphp >...

latest release worked for me, so closing this one 👌🏼

Quasar offers everything needed for Server-Side-Rendering. Is SSR what your are looking for? Check https://quasar-framework.org/guide/ssr-introduction.html

yeah same for me, i have multiple subscription but only one per user, displaying the correct one does not work.

the css mentioned above works with the latest nova version. @alekmlynek you probably have cached content

my colleague gave me this working css: ``` .modal > div:first-child > form { overflow: visible !important; } ```