Cédric Belin

Results 40 comments of Cédric Belin

Thanks for your efforts but it still doesn't work. Unfortunately I can't give you access to the initial code (it's a private project), but I have 3 other projects where...

Fixed by 2a209424c24002aa45dad77b8c85d3af943246f5 ?

For folks with the same issue: the workaround is pretty easy. The `Context.authed()` method receives the request object as first parameter, and expects a session factory as second parameter. So...

Same problem here: too much work is done by the transformer. I though that only the script tags would be rewritten but instead the complete markup is transformed for all...

Same issue here 😢 (also using Windows 10)

For my part, I managed to locate the source of my error: it comes from the `execa` package when the `preferLocal` option is enabled. ```js import {execa} from "execa"; //...

Also OK on my side with v23.1.0 👍

Encountered this issue today. This should be clearly mentioned somewhere in the docs.

Another important issue with PHP 8: Haxe allows required parameters to be after optional ones. So this: ```haxe public function new(method:Method, url:Url, protocol:Protocol = HTTP1_1, fields) ```` Is compiled to...

> This is already fixed in development and 4.1_bugfix branches. @RealyUniqueName Thanks for all your efforts!