Cédric Belin

Results 34 comments of Cédric Belin

My thoughts: - `composer://` is the right choice. Another package manager could emerge? - We should prevent opening of files in write-mode. Edit: I think its a great idea to...

Just as a reference: https://docs.github.com/en/actions/creating-actions/about-actions#using-tags-for-release-management

Same issue here. Returning a 404 status code instead of catching the error 500 with a global exception filter is definitely the best option.

I close this issue because we have just exceeded one year of seniority 😴

@fab1o Sure... but I think @h13i32maru has moved on: he doesn't seem to maintain this project anymore. We can't blame him: I have myself moved on (I replaced JavaScript by...

A first step would be to allow variables overrides by using `!default` modifier.

@TedSander Thanks for the clarification.

+1 This feature is essential.

Same issue when targetting PHP 😢 But PHP regular expressions supports Unicode since version 5.1.0: https://www.php.net/manual/en/regexp.reference.unicode.php The `EReg` class from the Haxe standard library uses these features (since v4.0.0, it...