Naoya Hatta

Results 272 comments of Naoya Hatta

I think the symbol table creation should be in another crate because `sv-parser` is parsing library to provide AST. I want to work on it, but I don't have enough...

I have the same issue on CentOS 7.8. It seems to be affected by `.gitconfig`. If `.gitconfig` has `[http] proxy =`, this issue can be reproduced like below: ``` FROM...

The path of README was wrong. Could you try `~/AppData/Roaming/dalance/procs/config/config.toml`?

getgrgid_r seems to be added at API level 24. https://cs.android.com/android/platform/superproject/+/master:bionic/docs/status.md So you should ``` cargo ndk --platform 24 --target aarch64-linux-android install exa ``` Now I'm tring to bump up NDK...

Sorry for the late reply. All changes seem to be good. I'll merge and release a new version.

`x86_64-unknown-linux-musl` is a special target to avoid the dependency to glibc. It requires target installation through `rustup target add x86_64-unknown-linux-musl`. If you doesn't use it, `cargo build --release` can be...

Could you explain why this change is required? How about adding admin password support instead of breaking change?

Sorry. I missed issue #87. I've understood the case which requires admin password. So I think hub password and admin password should be switchable. For example, if there is hub...

I'm trying to add procs to winget. https://github.com/microsoft/winget-pkgs/pull/122834

Now winget can be used. ``` $ winget install procs ```