davidnurdin

Results 8 issues of 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 ? ![image](https://github.com/symfony/ux/assets/50957749/fa7b0ed1-55a0-4417-9edc-cb08fb08a9d5) I've try that, but it doesnt seem work. I still have : ![image](https://github.com/symfony/ux/assets/50957749/17c6e372-fdf0-4d7e-807e-b7ad317f1107) Thanks

Stalled

### 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

bug

Seem that we have no setter in stmt in this case when source is a array ![image](https://github.com/jolicode/automapper/assets/50957749/7b7c486d-13a4-448b-91d6-e5df344138ea) (i've add count($propStatements) ) If transformer is a ArrayTransformer => OK , if...

Hi, Do you have an idea why ? ![image](https://github.com/user-attachments/assets/d0db213b-d1c0-447f-8baa-c6b7078c6ba1) 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) {...

bug
has-min-repro

### 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)...

enhancement