Joaquin "Florius" Azcarate

Results 8 issues of Joaquin "Florius" Azcarate

* [ ] Review name of `requireJournalFileExists'`. * [ ] Make error page pretty _(Use the web layout? Add static Favicon?)_ * [ ] Log the error via `stderr` or...

web
needs:testing
needs:rebase

I'm very bad at running prettier, and there is a very easy way to hook it to the git pre-commit in both `server/` and `client/` https://prettier.io/docs/en/precommit.html

Feature request

I actually wanted to propose a slightly different change, and decouple the controller with the database. Right now tests are **very** slow because they spool a whole DB, and any...

![image](https://user-images.githubusercontent.com/403456/161805820-66aa172c-f9c5-484d-9c6c-70e5488519a9.png) Either a `text-elipse`, or simply limit the char count of a post title 🤷

Feature request

Before: ![image](https://user-images.githubusercontent.com/403456/119258484-0cf36e00-bbca-11eb-9a59-5e1d2c9f2fe9.png) After: ![image](https://user-images.githubusercontent.com/403456/119258509-34e2d180-bbca-11eb-83b2-9df5a55f4ed5.png)

Closes #7 . If https://github.com/tsoding/ficktoberfest/pull/11 gets merged before; we should update the stack quickstart with the `[owner]` optional arg.

Once Stack is merged (https://github.com/tsoding/ficktoberfest/pull/11), the CI can use stack easily. As there are no tests, `stack text` will just check if it compiles 😅 Closes #8

Closes #6 I coudn't find the `lts` in hackage you were using. [`lts-14.27`](https://www.stackage.org/lts-14.27) for example has `text-1.2.3.1` not `text-1.2.4.0` as the `stack.yaml` mentioned 🤷.