Romain Casati
Results
2
issues of
Romain Casati
### Environment Typescript, Webpack, Browser. ### Reproduction ```bash tar -cpf home.tar ~/ tar --numeric-owner -tvf home.tar ``` ```typescript console.log(parseTar(home)); ``` ### Describe the bug According to https://www.gnu.org/software/tar/manual/html_node/Standard.html, `uid` and `gid`...
bug
First of all, thanks a lot for this great project! I have built the alpine 9p filesystem and the vm state using `build.sh` then `build-state.js` in `tools/docker/alpine/`. After loading them...