Xuanwo

Results 1650 comments of Xuanwo

> Perhaps we can create a separate branch for ongoing work, or you could just give me write access to your fork so I can participate in the development? Yes,...

> As for the scheme configuration, I don't think it's reasonable to keep it in `yazi.toml` because people often host their `~/.config` directory on Git services, which could lead to...

I'm trying to make `yazi mys3://path/to/file` works but find that there are many places need to hack with: - boot: takes a `PathBuf`, we need to adapt `expand_path` to work...

> However, it's been a while since I last heard from him, I've followed up linking to this new issue. Will keep you posted when I get his response. Thanks...

Maybe we can start by adding sftp as a sink.

Hi, I start a draft at https://github.com/vectordotdev/vector/pull/18076. Welcome to have a look! Adding new opendal-based sinks is quite simple, as it mostly involves configuration and documentation tasks.

> I'm open to improving the situation. Shutting down all runtimes, calling `fork`, and then starting new runtimes afterwards seems possible to support. Hi, @Darksonn, could you explain how to...

## My plans for this week ### OpenDAL - OpenDAL v0.49 Release - [x] https://github.com/apache/opendal/pull/5003 ### Iceberg - [x] https://github.com/apache/iceberg-rust/pull/544 - [x] https://github.com/apache/iceberg-rust/issues/543 - [x] https://github.com/apache/iceberg-rust/issues/416 - [x] https://github.com/apache/iceberg-rust/issues/415 -...

## Projects I plan to help actively help review / push forward ### OpenDAL - [x] https://github.com/apache/opendal/pull/4978 ### Iceberg - [x] https://github.com/apache/iceberg-rust/pull/520 - [ ] https://github.com/apache/iceberg-rust/pull/556

Hi, thanks a lot for this PR. However, I believe it's too soon to upgrade since Rust 1.80 was introduced just a few days ago. I'd prefer not to set...