alakhpc

Results 11 comments of alakhpc

same here, cannot connect, I logged in via console and verified that the file does exist, yet unable to connect ![image](https://user-images.githubusercontent.com/36898190/103890390-6a968a80-5101-11eb-9636-1e456d9a7449.png) ![image](https://user-images.githubusercontent.com/36898190/103890404-73875c00-5101-11eb-9554-b1959f65b25c.png)

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