Andrew Chin

Results 57 comments of Andrew Chin

@matklad I think your above points are well reasoned. I'm curious about one thing: Do you think anything changes for a library that's still in a `0.y.z` version? My own...

Thanks for the report. What version of procfs?

Do you mind rebasing? #205 just landed which has a conflict (it also tries to fix the poolsize test). I'm OK dropping the assert from the test, thus maybe we...

I have to admit I learned something while reviewing this PR: I didn't realize that you could read `/proc/`. So three questions for you, all related: * Is there a...

Hi, thanks for opening this issue. I agree this is an important gap in the procfs API. Of your 3 proposed suggestions, I'm currently learning towards the 2nd suggestion, which...

The latest version of chrono has a fix for this, so perhaps you can just update to the latest version instead of removing chrono https://rustsec.org/advisories/RUSTSEC-2020-0159.html

Hi, procfs maintainer there. Thanks for @obaudys for the initial investigation of the issue. I took a brief look at the nushell code, and unfortunately this particular use-case (gathering cpu...

Additional info: If you host the SVG on an image hosting site like 0x0.st, it will not be interactive. But if you load the image from a local file system,...

> The start is ok, but you talk about a parser for "12345", but never really show how it's implemented and start to talk about the IResult type instead, never...

I'm using the latest beta of apollo-client (`"@apollo/client": "^3.5.0-beta.6"`) and unfortunately this issue still remains, which is especially curious because thanks to #8396, the package.json for `node_modules/@apollo/client/core/package.json` now looks like...