Nipunn Koorapati
Nipunn Koorapati
never got around to this yet - but would appreciate help if someone wants to send a PR
Claim button does not seem to work AFAICT https://github.com/user-attachments/assets/788b1495-8db2-437f-83e7-27c4da9487a9
Hi I would pretty strongly recommend against modifying the certificate path and just use a properly signed certificate signed by a certificate authority such that the regular cert roots on...
We'd be open to taking in a PR to accept a different root cert on command line. Thanks for the followup @tahvane1. Advice is targeted towards folks who don't understand...
Sure thing! That makes sense for your needs. I'll leave the task open - if folks need configurable root CA, we would take a PR. It would probably be pretty...
looks great! Thanks. That covers postgres (most common choice) I'll leave task open for covering mysql as well.
More specific repro steps would be appreciated! If you could make a little repo that reproes the issue and link it, that would be best.
Are you running `npx convex dev`? It looks like your generated types are out of date.
yep! That works!
Actually, it does not work. expected `Migrator` found `&Migrator` because `set_ignore_missing` takes in &mut self and returns self. Would need to be more of a builder pattern. Or alternately, an...