Soham Gumaste
Soham Gumaste
Title I have a flake.nix at the root of my project that defines a `devShell`. From reading the source for nix-eshell, its trying to `nix-instantiate` the file its given, and...
I recently wanted to get rid of the cruft from my config.h removing all the conditional lines. I instinctively used `cpp` feeding it patches.h for the macros and telling it...
~~I noticed that ucore images derive from fedora-coreos. I think having bootc images deriving from fedora-bootc would also be a good addition. Is this a planned feature?~~ I rebased from...
Wanted to upgrade to o4-mini, but apparently the API for o4-mini only accepts "1.0" for the temperature field. I didn't have much success in setting this on the terminal, and...
Hello, I'm trying to use this library in a non-neovim (emacs) context. I ran into a quite perplexing roadblock where I would get a "version mismatch" when I tried to...
Since additional kwargs is set to empty object, the API_BASE_URL config item is lost and not passed to the openai completion function. My use case is to use OpenRouter instead...
### Requirements - [x] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related or helpful - [x] I have checked the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [x] I...
I was digging into how changes to /etc and others are tracked between reboot, which led me to ostree-finalize-staged.service on centos-bootc stream9, which invokes `ostree admin finalize-staged`. However, I realized...
Hello, I made this quick patch to add the ability to make a CA certificate from an already existing private key. This could be useful for when you accidentally delete...