Vincent Driessen
Vincent Driessen
Improve this parse error, make it more useful:  Here, the issue is that you cannot "inline" an object definition, like you can in TypeScript. So users that copy/paste...
This proposal suggests the addition of adding an `unknown` type as a built-in to the schema language, to effectively disable runtime validation for specific subtrees, while still allowing schema validation...
## Motivation When designing a schema for a data format, it is often necessary to perform specific validations on the data, beyond what is possible with the basic `string` or...
We regularly see the following error pop up in our production logs: Error: Queue send failed: Internal Server Error This error is [produced here](https://github.com/cloudflare/workerd/blob/7ede63ca67b7c265469efa77bfd2cd938fdeca34/src/workerd/api/queue.c%2B%2B#L215), and happens when we call the...
Would it be feasible to show the actual values on both of the axes in the SVG output, too?
In this case, we have no separate tests folder, but the tests are simply "next to the source files". This could be the case for simple projects, but I doubt...
For: - invalid values for settings - unavailability of Python - unavailability of nosetests - unavailability of vim_bridge
This allows for better (i.e. longer lines) reading of the assertion errors.