ranfdev

Results 47 issues of ranfdev

Small models often generate invalid JSON, failing with (for example): ``` ValidationError: 1 validation error for Character __root__ Expecting value: line 1 column 34 (char 33) [type=value_error.jsondecode, input_value='{"name":"Alice","age":25,"armor":', input_type=str] ```...

Instead of half custom UTF-8 stream parsing. https://doc.rust-lang.org/stable/core/primitive.slice.html#method.utf8_chunks

enhancement

**Case 1** ```js let input = `- 1 - |fruit|price| - 3`; let output = djot.renderDjot(djot.parse(input)); ``` where output becomes ``` - 1 - |fruit|price| - 3 ``` Notice how...

`Clone::clone` non viene mai chiamato in automatico

This will enable users run `meson dist` after a successfull build. Or in general, to extract some files from the build dir

My Rust builds were failing because the vscode extension was grabbing some build programs, such as `glib-compile-schemas` and `pkg-config` from my OS instead of the flatpak Sdk. That resulted in...