Christian Visintin

Results 59 comments of Christian Visintin

If I'm right I had the same issue with termscp at the beginning. I had to make UNIX-only the two `leave_alternate_screen` and `enter_alternate_screen` as I did in my Context: ....

Hi, I had the same problem, but changing the list command to `bucket.list(String::default(), Some("/".to_string())).await?;` worked for me to search for objects from the root. I think that's because all paths...

Have you already tried with ```sh apt install libssl ``` this shouldn't be an issue anymore starting from 0.10 since libssl will be statically linked.

Oh no... looks like I'll have to link statically for GNU/Linux systems for 0.10...

0.10 will definitely be shipped with static libssl. libssl = nightmare anyway. And Ubuntu is even dumber changing the default libssl.

It's not really a bug, the problem is that currently, the file transfer actions are blocking since everything runs on the same thread. I've been thinking about refactoring the UI...

Hi, I've re-checked the code and everything seems fine on how remount works. Can you provide me the snippets you're using to reproduce this issue?

That would be great, but unfortunately I can't speak portuguese, so if anyone can contribute, that would be amazing.

I wasn't able to reproduce the issue. They are removed correctly on my machines