Jaime Pérez Crespo
Jaime Pérez Crespo
Hi @melanger! The idea here is more in the line of automating the processing of those files (as in, generation, push to transifex and retrieval of the translated files), rather...
Hi Alex, I understand the most important part would be the actual support for this feature, over metadata stating support for it. Since this is a new feature, it'll have...
I think this is a very good idea Patrick! I agree that many users could benefit from this out of the box, if we implement it in the base class...
Wouldn't that make it unnecessarily complicated? In the end, if you need custom codes, you are going to use them in your own code: ```php throw new SimpleSAML\Error\Error(MYCUSTOMERRORCODE); ``` Since...
Hi @hparadiz, I fully understand your frustration after such an incident, but honestly, coming to the issue tracker of an open-source software project and have a rant against the software...
Shouldn't be a blocker, just something I found interesting to have.
I guess the one who could best answer that question is @andreassolberg.
¡Hola Sergio! While I'm not against using YAML, I don't think it's a good idea to move away from PHP. In the end, PHP will probably be easier for someone...
Thanks for the feedback Pieter! It could indeed be a good idea to prepare brief tutorials on how to use configuration files in JSON or YAML and add them to...
Hi Brad! Thanks a lot for your comments! > It might just be helpful to adopt someone else's code style and take the "fix while you're at it" mentality. There's...