Nicolas Grekas

Results 118 issues of Nicolas Grekas

Add in PHP 7.3 as Normalizer::normalize() argument for NFKC_Casefold normalization.

help wanted

Not needed in 6.2 after https://github.com/symfony/symfony/pull/46752

The logic to get the hash of the public key is implemented here: https://github.com/symfony/symfony/blob/51821353c0d5d42a828ce32579c4df09715d7758/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php#L78-L84

feature request

Ensuring that deps in vendor/ have a license compatible with the root project is a tough task. Other projects exist in js/Rust/Ruby/etc. I computed the following list of interest: -...

See https://github.com/w3c/webappsec-permissions-policy and especially https://github.com/w3c/webappsec-permissions-policy/blob/main/features.md including https://github.com/w3c/webappsec-permissions-policy/pull/420

Once https://github.com/symfony/symfony/pull/36042 is merged (should happen in the very next days.)

- the return value of rejection callback should reinject to fulfill the promise and recover from the error - this is not supported - chaining promises/callbacks is wrong, see https://blog.domenic.me/youre-missing-the-point-of-promises/...

204 response is valid for PATCH and PUT but there is no way to set the status inside a ResourceListener (I may be wrong though).