LeoColman
07/15/2025, 10:37 PMPiotr Krzemiński
07/16/2025, 10:09 AMPiotr Krzemiński
07/16/2025, 10:09 AMPiotr Krzemiński
07/16/2025, 10:09 AMPiotr Krzemiński
07/16/2025, 10:11 AMPiotr Krzemiński
07/16/2025, 10:32 AMIOException
assume the typings are absent. I think IOException
is a very general exception type, and it can model various problems. We should detect "no file" vs. "some other problem", and retry on the latter
• embed ktor request ID in the typing class, at least the comment, to better track down the problematic generationPiotr Krzemiński
07/16/2025, 10:38 AMIOException
while we can use a more specific exception type: fix(server): fix exception type meaning YAML was not foundPiotr Krzemiński
07/16/2025, 10:46 AM