Allen Bai

Results 41 comments of Allen Bai

In the settings, there's an option "Restore Previous Windows on Start". If you set it to "no", it will fix the problem, at least for me. Hope this would help.

To summarize my understanding, our main purpose of this project is to know (from https://github.com/coreos/fedora-coreos-tracker/issues/86#issue-384979435) > what platforms or container runtimes to prioritize; what hardware, system services, or system or...

> As we are designing this system primarily for our own consumption, we should make sure we are recording all the data with the granularity we need to answer whatever...

One question for the backend would be, how are we going to make sense of the data under the flag `full` since there is no counting for the specific configuration...

Currently in `main.rs` the collected `ignition platform id` will be printed to the console, which will be updated later to be bundled with other data and sent to the remote...

Also, this PR will be updated to resolve https://github.com/coreos/fedora-coreos-pinger/issues/30#issue-494138139

UPDATE: - Added the module `os-release.rs` under identity to extract OS version from `/etc/os-release` _Note_: Most portion of code is the same as `platform.rs` so in the future, towards the...

STATUS: Currently Travis CI is failing since it is using Rust docker image which is based on Debian and it does not ship with `lsmem`, and `lscpu` does not contain...

STATUS: - Since collecting service is meant to running in the background and users should not expect visible error information, the program should not crash/return error when one of the...

STATUS: - Client side data collection is done. though the `send_data()` function is not doing anything other than printing the collected data in Json format. This needs to be updated...