Jonathan Matthews
Jonathan Matthews
Most recently rendered page: https://cl-1185745-8--cue-cls.netlify.app/examples/currently-broken-highlighting/
> FWIW I did not find this issue when filing [#3991](https://github.com/cue-lang/cue/issues/3991) because of the lack of keywords Good point. Here are the current set of code comments I wrote on...
Possible options: https://github.com/jhipster/prettier-java appears to be a plugin for https://prettier.io/ for Java source files.
More options found at https://github.com/rishirdua/awesome-code-formatters?tab=readme-ov-file#java: - https://github.com/google/google-java-format - http://notzippy.github.io/JALOPY2-MAIN/ Also some options at https://github.com/rishirdua/awesome-code-formatters?tab=readme-ov-file#general-purpose
> This issue reduces down to their being a panic when an empty JSON input is evaluated. @jpluscplusm - please can you update the description above to that minimal set...
Validated that repro still fails under CUE v0.8.0
As a data point, on a long-running Linux machine, with plenty of programs storing their ephemeral/etc data under `~/.cache/`, here's a summary of the files stored under there, solely looking...
I encountered this when using required fields (for the `species` field), but have removed them for the repro, above, as their use stopped me testing for a regression, i.e. on...
I've also noticed this very similar situation, where the error message only mentions type/value constraints, and not missing required fields: ``` ! exec cue vet --all-errors .:example data.yml stdout f1...
Re-validated under CUE v0.8.0.