Mathieu Rochette

Results 120 comments of Mathieu Rochette

@filip-savic there’s also rgb/rgba ans hsl/hsla

maybe we could just require `symfony/yaml` and `symfony/security-bundle` here. it would install a few useless things sometimes but would have a the benefit of making everything works without intervention. I...

I don't know much about it but will that help implementing #226 or make it more complicated? also: shouldn't source_id be extension_id ?

and don't forget, you can [run sen inside a container](https://github.com/TomasTomecek/sen#installation-and-running-sen)

Hi, I took a look at the code because it seems similar to something I'm looking for. afaict, this PR provides classes to associate a result with a rule (Then...

> Ignoring the existence of compound attributes is not viable, and forbidding the use of a valid language feature is also not viable What makes this a feature that can't...

I wanted to try this and got started but it does not seems to be up to date for the latest phpcs 3. I’ve tried to updated but after updating...

and here it is with annotation support (eg: `@Security(…)` in symfony, etc.) https://pastebin.com/7vNpufey the changes were minor

@gmponos ah yes, I didn’t think of that case, can you try to replace this line: `($tokens[$classUsed]['code'] == T_DOC_COMMENT_TAG && preg_match('/(\s|^)@' . preg_quote($lowerClassName) . '\b/i', $tokens[$classUsed]['content']))` with `($tokens[$classUsed]['code'] == T_DOC_COMMENT_TAG...

not the same, but you can do that inside your resolvers : https://graphql-rust.github.io/types/objects/using_contexts.html and return an `Option` or `FieldResult`