Ilmari Vacklin
Ilmari Vacklin
- Do we really need a framework? - Is Backbone the right framework for us?
Looking at Fastify's documentation, I found this: https://fastify.dev/docs/latest/Reference/Validation-and-Serialization/#schemaerrorformatter However, I can't get Fastify to call my custom schema error formatter: ```typescript .setSchemaErrorFormatter( (errors: FastifySchemaValidationError[], dataVar: SchemaErrorDataVar) => generateError(errors.map((err) => err.message)),...
We use the Git commit hash to tag our images. Git hashes are shorter than container image tags, so the default regex that `--ignore-hash-changes` uses doesn't match them. It would...
### Description When I write a graph with a node whose label contains an [equation](https://mermaid.js.org/config/math.html), it seems impossible to add manual linebreaks to the text, regardless of whether you try...