Maciej Trębacz
Maciej Trębacz
**Describe the bug** The QSlider component appears to stop updating correctly after it was dragged by the knob using the mouse. When the app starts you can successfully call its...
When I go into the Magic menu (also same goes for Equip menu) I get the following exception: ``` battle-stats.js:815 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading...
**Describe the bug** When running a Next.js app that renders `BuilderComponent` from `@builder.io/react` I get the following error in the server console: ``` - error TypeError: Cannot read properties of...
There's a bug in opcode parser which incorrectly parses ASPED `0xBD` opcode. The `S` operand is a short, but is read as a byte. I've created a pull request #15...
If a conversation is too long or some of the files that the agent reads are too large the request to OpenAI can fail because it hits the 8k token...