Christian Balcom

Results 8 issues of Christian Balcom

With these changes Command-R+ runs alright. The prompt changes should also help other llms.

Add errors for non-unicode file data or command return, trim excessively long command returns.

Schedule monologue compression with token counting rather than character counting, preventing occasional input token count overruns that can happen when lots of non-textual output occur (creating scenarios where the same...

To test this, all you need to do is add a `time.sleep(0.01)` to the end of update_sim in one of the physics.py examples. The result is a flickering pyfrc ui...

**Description** I tried to load a Q8 of DeepSeek-V3-0324 from my relatively slow storage array -- it returned the following error message after 8 hours. > Error loading the model...

enhancement

I2c slave reads larger than a single chunk are completely broken without this, as a full 16 bytes was being written to the FIFO on every poll rather than waiting...

Various possibilities for bus-lock exist with the rp2040 and rp2350 i2c peripherals. The synopsis i2c peripheral is not included with the bus-clear option, meaning detection and recovery has to be...