Results 47 issues of Yuyi Wang

### Related problem I have found that nushell supports [dataframes](https://www.nushell.sh/book/dataframes.html), and I would like to write plugins that deal with them. I would like to write plugins that read from...

enhancement
dataframe
plugins

### Related problem I'm authoring a cli and would like to provide some strong-typed output (records or tables) that could be recognized by nushell. However, `nu_protocol` doesn't provide functionalities to...

enhancement
nuon-format

I have authored vfs-tar: https://github.com/Berrysoft/vfs-tar If you would like it, I'd like to author a readonly tar accessor.

There's an OverlayFS in vfs: https://docs.rs/vfs/latest/vfs/impls/overlay/struct.OverlayFS.html I'd like an overlay accessor, which is consisted of many accessors. The inner accessors override by order.

### Describe the bug When packaging for android, tauri-cli tries to build for armv7. Actually I don't need that target, but don't know how to turn it off neither. It...

type: bug
status: upstream
status: needs triage

- VSCode Version: 1.84.2 - Local OS Version: Windows 11 (10.0.25997) - Remote OS Version: Linux version 5.15.133.1-microsoft-standard-WSL2 - Remote Extension/Connection Type: WSL - Logs: ``` 2023-11-22 23:44:26.652 [info] $getCanonicalURI...

bug
wsl

- [x] Add eos-client. - [ ] Patch `/etc` directory.

I recently need to write some DST (dynamically sized type) data to HDF5. The size of a DST struct is dynamically known, and also fixed because once determined, it won't...

I'm working on wrapping HDF5 High-level APIs into safe Rust: https://github.com/Berrysoft/hdf5-ext/tree/master/hdf5-hl ; see #224 . Now it works well, but it would be better if `Handle` and other low-level APIs...

I've noticed that your awesome HDF5 bindings doesn't provides bindings of high level APIs. In particular, I would like [PacketTable APIs](https://docs.hdfgroup.org/archive/support/HDF5/doc/HL/RM_H5PT.html). It is very useful when I don't know how...