hayley
hayley
Leah, If it helps at all, here is a link to django code wiki's take on what might be the problem: http://code.djangoproject.com/wiki/BetterErrorMessages#django.db > This pyscopg2 (PostgreSQL) error usually signifies that...
Thank you for this @simvux! By looking at your `makedepends`, I was able to figure out what I needed to install to get lapce to build.
I just ran into this issue. No errors; just the JS in `useClientEffect$` never ran. And it took me a long to realize that it was even happening since it...
I'm having this same problem on my 10.6.6 mac with ripl (honestly, I'm not sure how to tell if the regular irb is using rb-readline or not). I installed it...
I'm seeing this now when running `dx serve` on a couple of Dioxus projects that used to build just fine: ``` \ ⚙️ Compiling registry+https://github.com/rust-lang/crates.io-index#[email protected] error[E0463]: can't find crate for...
I was able to fix this by switching to Rust stable, so I must've updated my nightly build at some point between the last successful build and trying it today....