Glenn 'devalias' Grant
Glenn 'devalias' Grant
Since OpenAI released the GPT-4 Turbo model (`gpt-4-1106-preview`) and reduced the prices of GPT-4 at their recent dev day, it would be cool if this tool was able to support...
Currently `gpt-3-encoder` is used: - https://github.com/latitudegames/GPT-3-Encoder - > Javascript BPE Encoder Decoder for GPT-2 / GPT-3 But it might make more sense to use a library that also supports GPT-4...
A question came up on a discord server I'm in ([Ref](https://discord.com/channels/1180546067369041990/1180546068149194784/1240459730942689331)), as to whether it's possible to connect a VST instrument as the 'input' of an `AudioStream`; or if not,...
I load a VST3 (Serum), change some patch settings, then save the patch, and I get the following crash from pedalboard: ``` Traceback (most recent call last): File "/Users/devalias/dev/0xdevalias/poc-audio-pedalboard/./synth_vst_loader.py", line...
I tried extracting a lot (436kB) of data from a page ([Ref](https://www.udio.com/)) as follows: ```js self.__next_f.map(f => f?.[1]).filter(Boolean).join('\n') ``` And then tried running it through the web version of this...
Introduce the `x_google_ignoreList` extension in the sourcemaps generated by this project. This will facilitate a more streamlined debugging experience in Chrome (and other supporting browsers) by automatically filtering out framework...
It would be interesting to see if/how `blar` performs against the SWE-Bench benchmarks: - https://www.swebench.com/ - https://github.com/princeton-nlp/SWE-bench - > [ICLR 2024] SWE-Bench: Can Language Models Resolve Real-world Github Issues? -...
Not really a feature request per se, but came across this project after it was mentioned in another issue ([Ref](https://github.com/princeton-nlp/SWE-agent/issues/38#issuecomment-2037412677)), and figured I would create an issue to share the...
### Summary At the bottom of the 'React Server Components' page is the line: > Since async components are [not supported on the client](https://react.dev/reference/rsc/server-components#why-cant-i-use-async-components-on-the-client), we await the promise with `use`....
### Issue **Suggestion:** Addition of `aider` to Homebrew Package Manager for macOS Homebrew is a prominent package manager for macOS, streamlining the installation, update, and management of software. Including `aider`...