Joaquin "Florius" Azcarate

Results 9 comments of Joaquin "Florius" Azcarate

Dunno how useful it is as a data point, but: as a complete stranger to the project, the README.md was more than enough to setup my dev environment 🤷

What did you have in mind for this feature? Gist does provide an API, but for any private gist, the API needs to be authorized. I can see us creating...

Additionally, I think there are a lot of files in `client/component` are not formatted

😅 Ok this might be tricker than expected, as it is one repo with multiple projects, none of the _out of the box_ solutions with Husky will work. I'll leave...

Yup. But I'm on Windows atm 🙈 So it wouldn't fix my inability to remember to run the linter 😅

I noticed the same problem. I dug a bit and realized that CloudFlare is restricting the access. The request to an image returns a `403` with: >Access denied | badges.frapsoft.com...

@simonmichael I'm trying to dip my toes into this issue but I'm encountering some unexpected friction. I was about to refactor the `withJournalDo` to add a exceptional handler (something like...

Ok, so a bit of tinkering, I reached a possible solution. Rather than decouple the `Journal` from the app; have another Yesod application entirely that has only the error string,...

🤔 _This is the third time writing this comment 😅._ After three successive "Aha" moments, I can't think of a downside. Though I'm not entirely sure what would be the...