Florent Genette

Results 17 comments of Florent Genette

Can you provide some details, please ? What websocket server did you use ? What kind of error do you encounter ? I'm currently using the header option in this...

> Uncaught Paragi\PhpWebsocket\ConnectionException I don't know about your code but obviously you didn't catch exception. More info on https://github.com/paragi/PHP-websocket-client#exception

Same problem here. I've renamed ```index.var.js``` as ```index-var.js``` and it's working. It's obviously a problem with Apache but cannot fathom how to fix it.

Hello, I'm trying to figure out the right directory structure of a bundle (for 5.4). Is there finally a consensus, the PR is still not merged ? Thanks

I agree with you about src/ & config/ folders. Thank you for your reply :+1:

Sorry, took me a while to check with PHPStan

Done :coffee: ![image](https://user-images.githubusercontent.com/1260026/185699145-8cd88531-af6c-4c93-9fae-65c5f1e4eeaf.png)

Firefox also has bugs with SVG without height/width when drawing in a <canvas> https://bugzilla.mozilla.org/show_bug.cgi?id=700533

> In the end I decided to use isser methods on my entities and not exposing enums to templates. Definitely the best advice, thanks

yep, I'm curious about the performance gain too