Jon Stelly

Results 20 comments of Jon Stelly

I'm not exactly sure which caused the issue, but I got it working again. My issue was either the quotation marks or the trailing slash on the endpoint URL. This...

I bet you just need to add the tls/certificate settings like mentioned [here](https://rancher.com/docs/k3s/latest/en/installation/private-registry/#with-tls). For me, I generated my registry certificate and signed it with my CA certificate so I only...

Arch ollama-cuda package 0.1.28, getting EOF on 3b, 7b, 15b:q4, 15b ``` Mar 06 19:08:34 beast ollama[51611]: Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes Mar 06...

I've just started setting up tang but I'd like to see something like this too. A mobile app where I get a notification and have to approve/reject the request. In...

I've started some next13 support work at [/jonstelly/nextron/tree/feature/next13](https://github.com/jonstelly/nextron/tree/feature/next13). For next 13 with App Router, I think the recommended way to generate the equivalent of the deprecated `next export` is to...

I've got this working: nextron fork - https://github.com/jonstelly/nextron/tree/feature/next13 Example Repo/App - https://github.com/jonstelly/nextron13 A couple remaining problems: - setting `output: 'export'` means you don't run a separate `next export` and `next...

Reviving an old topic, but this is exactly what I'm running into. I can appreciate the logic for the current behavior and don't think changing it is right, but finding...

Nice work! I've been looking forward to switching over to lan-mouse but was waiting for encryption. I'm guessing it's the encryption branch? - https://github.com/feschber/lan-mouse/compare/main...encryption I'm eager to start testing this,...

Got it built and running. I did get the cursor stuck at first, created config files on both machines and now it's up and running. wireshark showed encrypted traffic. The...

I'm working on [a PR](https://github.com/siderolabs/talos/pull/5800) for an etcd snapshot feature, I fixed an issue in that PR but then I'm running into this issue. I notice the CreateFileMapping call from...