alakhpc
alakhpc
same here, cannot connect, I logged in via console and verified that the file does exist, yet unable to connect  
Is there any solution for this yet? seems like this is still there
> Would RelationNotFetchedError need to implement anyhow::Error? no, it just needs to implement `std::error::Error`, this can be done using `thiserror` too, similar to `NewClientError` and `Error` already do it The...
Yeah I'm just found out that the `Error` struct is in a different crate haha, probably should have checked that before mentioning it. ~~I can try making a pr for...
Is `prisma-engines` supposed to be over 400MB?
Thanks!, Yep, can confirm, works perfectly.
Is there anything still blocking this pr?
This is something I've done before with the [openssh](https://lib.rs/crates/openssh) crate, might be helpful ```rs let mut tempfile = NamedTempFile::new().context("Could not create tempfile for ssh key")?; tempfile .write_all(self.ssh_key.as_bytes()) .context("Could not write...
is there something blocking this? I believe this would be very useful.
+1 again, would be really useful