Marien Fressinaud (pro account)

Results 77 comments of Marien Fressinaud (pro account)

Oops, I didn't see you PR and I did my own (https://github.com/symfony/symfony/pull/52938) :sweat_smile: At least we have two ways to solve the problem, so we can expect it to be...

Hey @carsonbot, I think this feature would be valuable for people like me who like to keep their translation files sorted alphabetically. I would appreciate if you keep it open...

I could give it a try but I may need a bit of help. From what @fabpot said, sorting should be done in `MessageCatalogue` (in the `all()` method I guess)....

Ok so draft PRs are not allowed so I made a quick attempt to my idea :) It *seems* to work, ~~but there is an issue when not passing `--sort`:...

Hi @welcoMattic :wave: I saw that you were assigned as reviewer on my PR :) I made some changes: everything seems to work to me, but I'm a bit unsure...

Similar to https://github.com/symfony/symfony/pull/52337

I did something similar too. The problem with this solution is that we don't know the encoding of the initial string. Meaning that if it's not `ISO-8859-1`, we end with...

Yep, I can totally do that :+1:

We could generate an ICS calendar with the list of interventions for each technician.

I made some significant changes to this form in https://github.com/Probesys/bileto/pull/628 Things should be a bit better, in particular, selecting the type of answer (normal, confidential, solution) is the first thing...