Ilia Demianenko

Results 10 comments of Ilia Demianenko

Some comments from Claude Code (could be complete slop, I know little about Rust): ## General **1. Panic-Driven Error Handling is Unacceptable** The validation system at `src/rowbinary/validation.rs:68-82` uses `panic!` for...

25% hit rate, definitely space for improvement 😊 Got a few more from Opus 4: 1. On panic vs Result - database could be migrated from underneath the app (or...

Hi everyone! This error is unfortunately irrecoverable -- as it indicates that the persistent connection we maintain with Postgres during initial load has been lost. The only way to recover...

Downgrading worked, thanks for the suggestion! To save time for anyone hitting this issue in the future, here's how to do it: 1. Create a new directory `%APPDATA%\Sublime Text\Packages\Terminus` if...

+1 on running locally-locally, at least the test process for this change. My current setup for running individual tests locally: VS Code `launch.json` (doesn't mean others should use VS, just...

Some ideas on how to tighten this up: - Remove the field from FlowConnectionConfigs (mark as reserved) to rip off the band-aid and have the type system working with us....

Hi @armudo ! Just wanted to leave a friendly ping here :) Is this resolved ? If not, would love to get more details on your setup of PeerDB, Postgres...

Q: anything preventing us from querying this every minute instead of 5? 5 is kinda close to the unhappy zone for the customers

Could you please post the error message seen in DropFlow?