Alec Larson
Alec Larson
Generate a client that uses this library: https://github.com/sindresorhus/ky
https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletProcessor/AudioWorkletProcessor ```ts interface AudioWorkletNodeOptions { /** @default 1 */ numberOfInputs?: number /** @default 1 */ numberOfOutputs?: number outputChannelCount?: number[] parameterData?: any processorOptions?: any } ``` > ### Parameters > >...
### 🚨 *Feedback wanted!* When all of `--openai-api-key`, `--openai-api-base`, and `--openrouter` are **not passed** and the user has installed LiteLLM with `pip install litellm`, Aider will default to using the...
OpenRouter is a nice solution, but since Claude is so popular, it'd be nice to have direct support within Aider so extra costs can be avoided. I found https://github.com/jtsang4/claude-to-chatgpt which...
**NOTE:** Using this command requires [ripgrep](https://github.com/BurntSushi/ripgrep) installed on your machine. ### How it works It calls `rg` through a subprocess with the `-l` flag to return a list of filenames....
See [this page](https://lit.dev/docs/components/events/) from the docs. > If you're not using decorators, you can customize event listener options by passing an object to the event listener expression. The object must...
I moved the Chat tab to the bottom panel, yet the "New chat" command still opens the secondary sidebar, which is quite annoying.
https://github.com/Rich-Harris/sourcemap-codec The benchmark should include this library, too. :)
This isn't a high priority bug, as I don't actually need `getNodeKey` to work with text nodes, but I noticed issues when trying it out, so it should probably be...
I'm using `dev-cert-authority` on a local server that a React Native app needs to communicate with (iOS doesn't like self-signed certs). I thought maybe using the "trusted CA" generated by...