Daniel Widdis

Results 418 comments of Daniel Widdis

Latest errors on publishing: > The cwd: /home/runner/work/oshi/oshi/github-pages-deploy-action-temp-deployment-folder does not exist!

Hey @Glavo sorry I haven't replied before this. I didn't really (and still don't) understand the issue or the fix, and you cited some risks and made a suggestion that...

Hey @Glavo I see this issue was auto-closed due to lack of response. I do want to reiterate that I would love to consider updates but your PR specifically calls...

Sounds awesome! Would you like to help improve them?

First, thanks for contributing, @maxandersen ! I appreciate you wanting to get involved and hope you'll stick around to contribute more. I like the idea of this catalog but as...

OK I think I get the value. Can we try to make the README entry more concise and integrate it with the existing SystemInfoTest example? Basically, we have the usage...

> @dbwiddis makes sense - updated the PR to do what I think you suggested. Thanks! Looks good, I'll take a look later today and get this merged.

When porting this, I only had access to one system and documentation so I had to make a lot of educated guesses. Plus some features change during operation! You can...

For background, the code uses JNA to call the native `perfstat_partition_config()` which fills the buffer (second argument) with a `perfstat_partition_config_t` structure: https://github.com/oshi/oshi/blob/728cf248f31e319b9d43fc15bc9b266994172135/oshi-core/src/main/java/oshi/driver/unix/aix/perfstat/PerfstatConfig.java#L28-L34 That's documented https://www.ibm.com/docs/sv/aix/7.1?topic=files-libperfstath-file for the fields we fetch...

> I'm not skilled with C, so can't write some tests myself I'm not either, but you can instrument an OSHI class with a main method and print stuff out!...