John Ackermann N8UR
John Ackermann N8UR
I'd love it if you'd take a whack at that, Andrew! And you're right about 1e8, of course. Thanks! John ---- On 3/1/2017 1:58 AM, Andrew Rodland wrote: > |int32_t...
It's been mentioned that baud rate imposes a basic limit on throughput. I've been using 115200 as that is the maximum speed of the Arduino IDE terminal window, but the...
Andrew, not sure I replied to this, but I did do macros for LED control. Don't know if they make much difference over digitalWrite(), but I'll take what I can...
That's interesting... I just made a change (version 20170308.1) that might help with profiling. The new version I just pushed to main adds a "Null Output" mode that goes through...
Serial.print() statements in the DETAIL_TIMING debug code were swamping the actual execution time. I just pushed 20170309.1 which just prints total execution time (micros) with nothing else and that cut...
I'm working on an update to the TICC firmware and if I can validate this problem and your solution, will make the change. Thanks!
I just updated from 0.6 to 1.0.10 using the pip libraries and my program claimed that the existing collections were not present and created new ones. Is there a specific...
Here are the outputs from the commands you suggested, run on the corrupted (?) database. A complication is that my program thought there were no collections defined, so it created...
@tazarov -- Just a thought. My chromadb init process is a bit complex as it checks for existence of collections and then creates them if not found. Could you suggest...
After doing more testing today, I've learned a few things and solved the problem. The database was *not* being corrupted by the attempt to open it with v1.0.10, but my...