Guillaume Charmetant
Guillaume Charmetant
Hello, As far as I can see, client secrets are stored in clear text in the database when using the Doctrine persistence. Storing hashed credentials instead of clear text is...
Hello! I have read the SRP definition on the website. As a reminder, here is how it is currently described: https://github.com/codeguy/php-the-right-way/blob/4e688e010e4e1f4c1ae279bfafbbc95aef22ad36/_posts/06-03-01-Complex-Problem.md?plain=1#L27-L33 I remembered reading a blog post a few weeks...
It would be nice to be able to provide arguments to the polling function. For instance, we could write a polling to retrieve the private messages of a user on...
We sometimes need to stop the polling from within `pollingFunc`. Currently, there are two ways of solving this. - If the polling instance is available inside the polling function, we...
Hello! Currently the command arguments parsing is really simple; it only takes `$1` as the goal description ([source](https://github.com/tobym/pom/blob/dd6de61f77d0cdd5633f99796e4340a68b9ab989/pom#L108-L110)). It forces me to write `pom "My pomodoro goal"` whereas I would...