davidnurdin
davidnurdin
The driver fail to create the VDI's on Slave on their local SR Why ? Because it doen't manage the 302 redirect when it made the PUT in the HTTP...
Hi, it is possible to save the "extra" field if present in composer.json, and expose it in API ? How ? Thanks
hi, I need to configure "config.compilerOptions.isCustomElement" on Vue, But how we do ?  I've try that, but it doesnt seem work. I still have :  Thanks
### What happened? Seem on version 1.2.5 , parallel is crashing (with server mode) `sudo ./frankenphp-linux-x86_64 php-server index.php` ``` ❯ cat index.php
Seem that we have no setter in stmt in this case when source is a array  (i've add count($propStatements) ) If transformer is a ArrayTransformer => OK , if...
Hi, Do you have an idea why ?  Fatal error: Uncaught PharException: phar "/home/david/poc/castorSampleDoctrine/my-app.linux.x86_64" has a broken signature in /home/david/poc/castorSampleDoctrine/my-app.linux.x86_64:11 Stack trace: #0 /home/david/poc/castorSampleDoctrine/my-app.linux.x86_64(11): Phar::mapPhar('alias.phar') #1 {main} thrown in...
Hi, If i active --mixed-context , => We can't connect to anything with WS. var conn = new WebSocket('ws://localhost:9400'); conn.onmessage = function(e) { debugger; console.log(e.data); }; conn.onopen = function(e) {...
### Describe your feature request Is your feature request related to a problem? Please describe. The problem is that FrankenPHP does not provide a built-in solution for WebSockets. Mercure (SSE)...