Tyler Straub

Results 7 issues of Tyler Straub

When using the artnet4j library in a Processing 4 application, the library creates a UDP port binding even when acting as an ArtNet Sender. This behavior leads to binding conflicts...

This PR addresses an issue (#26) where the `ArtNetClient` and `ArtNetServer` classes were causing port binding conflicts when used as a sender and receiver simultaneously on the same machine. By...

I just did a simple GPT-4o pass on this because I needed to use the library and it was lacking detail in the documentation. Figured I would send over a...

### What happened? When attempting to initialize my Vault for the first time using GPT-4o and the large 002 embedding model, I encounter a console error that prevents the process...

bug

**Describe the bug** It seems that adding or removing model providers via Docker Environment Variables (adding a provider, removing a provider) causes some kind of Database Migration process and then...

Summary Add SSRC → user_id tracking to VoiceClient and wire up handlers in DiscordVoiceWebSocket so bots can reliably attribute incoming voice packets to Discord users. Also fixes the SPEAKING opcode...

p: low
t: api coverage

When summaries are returned in `system_alert` messages via the `/summarize` endpoint, Unicode characters (especially emoji) appear double-escaped in the API response. After JSON parsing on the client, sequences like `\ud83d\udcdd`...