Shak Saleemi

Results 15 comments of Shak Saleemi

I did test Neon and it does work with K3s. Neon is the better choice for testing environments because they provision instantly and Crunchy takes 10+ minutes, but Neon is...

I am not using the certificate parameters, this is the only change I made to hetzner-k3s: ``` -curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION="{{ k3s_version }}" K3S_TOKEN="{{ k3s_token }}" INSTALL_K3S_EXEC="server \ +curl...

Possibly. Caching would need to be compatible with JSON function calling, and the JSON diff output format. Also code written to expect incremental delivery may not work with a single...

> Basically cache and then emit all the individual chunks? Yes. This would be the simplest, most intuitive implementation. A caching layer shouldn't be transforming data, transforming the data introduces...

The prompt is [asking for](https://github.com/jiggy-ai/pair/blob/28490fa328e869eb4ac3b47c1f87f8f29e24a736/pair_ai/pair.py#L22) a patch file and pair is [applying it](https://github.com/jiggy-ai/pair/blob/28490fa328e869eb4ac3b47c1f87f8f29e24a736/pair_ai/pair.py#L160) with `patch`. The regex should be changed to match a patch file.