Uri Shaked
Uri Shaked
I see. It might happen because of a floating wire for the UART receiver that generates some noise. I guess we are not properly resetting the receiver or something like...
Thanks for investigating! I pushed a fix that implements the UART RX FIFO reset functionality, and I believe this should fix the random bytes issue. Can you please test once...
Thanks for checking! Should be fixed now too :-)
Thanks for the detailed report! The current logic for looking up symbol files is defined here: https://github.com/TinyTapeout/xschem-viewer/blob/57c026d2f91b143bdc3d37347a9d8ae39811c025/src/model/LibraryLoader.ts#L43-L80 It's pretty complex already - it first tries to look if the given...
Hello! I just created a demo repo, based on espressif's gh-esp-test-template, which shows a complete setup using pytest embedded together with Wokwi in GitHub CI: https://github.com/wokwi/wokwi-esp-test-template It supports (almost) all...
Thanks for confirming! What's the quickest way for me to reproduce this locally?
Thank you so much @hayschan for creating a reproducible repo. There's now a fix - if you want to test it without waiting for a new pytest release, just clone...
Thanks for the quick reply! Primary, as far as I can tell. Looking at the log entry, it seems like it's written just a bit more than 2 minutes after...
Thanks for clarifying! I'm actually not sure how to change these settings. Here's what I'm trying:  So it seems like I'm at least able to modify `wal_sender_timeout`, but then...
Thanks! Meanwhile, I figured out that my local postgres server is at version 14.2, while my Supabase one seems to be on 15.1. I'll try to see if upgrading the...