Results 179 comments of Brian

Had a quick look at the llamafile codebase. I think you are looking at the llama.cpp command. As the readme states > "Command-line llamafiles" run entirely inside your terminal and...

On further research, looks like the llama.cpp team figured out in this commit https://github.com/ggerganov/llama.cpp/pull/1887 a way to import a json schema to BNF form that can be accepted by `--grammar`....

Unsure, but it looks to be a common topic. Have a look at https://withcatai.github.io/node-llama-cpp/guide/grammar which I found using this search term `json-schema-to-grammar llama.cpp node` where they have a github repo...

Then perhaps this ticket should be more "How do we get `target=` behavior updated in the HTML specification"? Is this where we should post the proposal to? If so then...

I'm pretty sure it's safe to merge as I was trying to do the same a while ago as well... and gg thinks it's safe to do so based on...

Okay asked ChatGPT if there is any other metadata standards to rely on... doesn't appear to exist... but I did ask if it could provide a potential structure. ```json {...

Is there other fields that should be auto synced? Also fixed the duplicate key issue. --- Also decided to explore this idea further in a separate github repo https://github.com/mofosyne/iana-headers. Feel...

Okay I'm happy with what I got for https://github.com/mofosyne/iana-headers so decided to copy it over to this project and adapt the generator script to match as much as I can...

Had a look and saw that these constants is not directly present in the code, but is actually used by examples instead. Thus we could support my naming convention https://github.com/mofosyne/iana-headers...

Good catch on "Furthermore, there is an extra commit (https://github.com/contiki-ng/contiki-ng/commit/c20b12cd2db707d6c07918f8b26cfeb52cf298ca) that could be removed from this PR." now cleaned up. And yes my generator already keeps already defined enums. And...