Yusuke Sasaki

Results 40 issues of Yusuke Sasaki

Release page: https://github.com/ldc-developers/ldc/releases/tag/v1.1.1

- [x] Add GitHub Actions configuration (#21) - [ ] Add deployment to GitHub Release

[RFC 8441](https://tools.ietf.org/html/rfc8441) specifies the upgrade mechanism to WebSocket over HTTP/2. Since it includes several extensions to the HTTP/2 protocol, the server API might need to support the configuration of them.

enhancement

For use with MSVC, the following modification includes in these commits: - Remove ABI dependency (Issue #6) In addition, some fixes of README.rst (Issue #9 and personal) also include.

... such as ``` Error: too short control message length ``` It was reported in https://github.com/ubnt-intrepid/polyfuse/issues/83#issuecomment-770389984.

According to libfuse: * When `FUSE_SPLICE_READ` flag is set (and `write_buf` is supplied), it [attempts to `splice` at first](https://github.com/libfuse/libfuse/blob/fuse-3.9.0/lib/fuse_lowlevel.c#L2769) and transfer a request message into the pipe. * If the...

enhancement

The current library implementation focuses on porting the libfuse's low-level API (described in `fuse_lowlevel.h`). and the convenience from the perspective of the user's side of the filesystem implementors is not...