Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
I'd like to fix #57 but I'm not quite sure what we should display to the user instead. I am not yet familiar with Caqti errors, but I believe the actual error message
could help them know what they did wrong. Should I display it?
To reproduce the error, try using an incorrect UID, e.g., http://localhost:4000/topic/show/03c17d2e-6e82-4ef3-9348-g714a1290019 (character
g
is invalid here).Edit : also, just to be sure: I don't need to add any dependency to the .opam file, as Str is already in Stdlib, right? And CI is failing on this because I seem to have an issue with ocamlformat at the moment.