Xuanwo

Results 1638 comments of Xuanwo

> @Xuanwo is this one supported in reqsign and opendal upgrade to that version? Not supported yet in reqsign. But anyway, it should be fixed in reqsign.

Are you talking about `op.list_with(path).recursive(true)`?

Would you like to share the opendal verison and your file tree layout and the code to list them?

Thanks a lot. `list(/)` should return all entires under `/`. For example: ``` / /file_a /dir_b/file_c ``` The returning list should be `["file_a", "dir_b/"]`. Are you saying that `fs` only...

> it returns list of top-level directories for `fs` schema, e.g. from your example we see: - `/` should not be returned - `file_a` is a file, it's ok to...

Hi @amunra, would you like to try 0.45 for verify?

> It may take me a little while to get back on this one. Got it. > At the moment we're stuck with 0.42.0 since we've encountered some yet-undiagnosed bug...

Hi, I'm going to close this issue now. Feel free to reopen it if the problem persists.

> The error I'd expect to read something like: Makes sense, we should check this during `build`. > Related... I've also noticed separately that building the operator from a map...

> In other words, removal of panics here would be most helpful. Yep, it's part of my design. We should raise an error here.