Alex
Alex
Hey, I am using a dockerized environment with: 1. laravel octan (swoole) 2. nginx to octan 3. traefik for reverse proxy (so I dont't have to use different Ports on...
If the calendar is rendered, I want so switch the options: ``` if(allDay === true) { fp.set('enableTime', true) fp.set('dateFormat', 'Y-m-d H:i') } else { fp.set('enableTime', false) fp.set('dateFormat', 'Y-m-d') } fp.redraw();...
**Is your feature request related to a problem? Please describe.** Sometimes it is hard to find N+1 queries, because relation are lazy loaded. **Describe the solution you'd like** I would...
Hey, heaving the following code, the cookies on node are included. ```js const headers: HeadersInit = { contentType: 'application/json', Accept: 'application/json' }; const response = await fetch(`${variables.API_URL}/dashboard`, { headers, credentials:...
**Describe the bug** If the websocket connection is blocked a reconnect & close raises en error. **To Reproduce** 1. block websockets using https://stackoverflow.com/questions/30912854/is-it-possible-to-temporarily-disable-a-websockets-connection-in-a-local-server (TamperMonkey extension via Chrome) 2. run the...
Hey there - will there be support for Laravel 11?
Hey, is this possible via Gotenberg? https://mpdf.github.io/what-else-can-i-do/pdf-a3-xmp-rdf.html We would like to add invoicing data (ZUGFeRD) to our pdf files and I prefer not to use an additional library. We are...
Hey, there seems to be a type mismatch, when upgrading dependencies to: - "@floating-ui/core": "1.6.0", - "@floating-ui/dom": "1.6.1", https://github.com/fedorovvvv/svelte-floating-ui/blob/a1f7bee81ed60a2dcbe143dfc4b0cefd48cde22a/src/lib/index.ts#L40C13-L40C72 ``` Argument of type 'ComputeConfig' is not assignable to parameter of...
### Octane Version 2.5.5 ### Laravel Version 11.2.0 ### PHP Version 8.3 ### What server type are you using? Swoole ### Server Version 5.1.4 ### Database Driver & Version MySQL...