Iustin Pop

Results 12 issues of Iustin Pop

The documentation says: > Numbers […] can also have digit group separators at any position (eg thousands separators) which can be comma or period - whichever one you did not...

A-WISH
journal

Hi, Looking around at issues such as #122 and #123, I see that in both cases, what is collected is the current (i.e. instantaneous) state of the CPUs, either hardware...

Not sure if this is due to a an issue in my code, but at least I don't think it should raise an exception in cpychecker: ``` [fedora@fedora pylibacl]$ CC=~/gcc-python-plugin/gcc-with-cpychecker...

Looking at the code in smartmon.sh, [here](https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/blob/8eeeffb362c31af4427b21a84e2ef6cbdddfd0c3/smartmon.sh#L121): ``` while read -r line; do info_type="$(echo "${line}" | cut -f1 -d: | tr ' ' '_')" case "${info_type}" in … Logical_Unit_id) lun_id="${info_value}"...

I tried installing via a sandboxed env, and as you can see in the [build log](https://travis-ci.org/iustin/prefix-units/jobs/360681325), it fails to build with: ``` … [ 7 of 11] Compiling Trace.Hpc.Coveralls.Curl (...

Pull request #30 added the IOCTLs for the new modes, but there's no way for the system to configure tape units as such directly, without changing application code. Both `mt`...

Per https://grafana.com/blog/2020/09/28/new-in-grafana-7.2-__rate_interval-for-prometheus-rate-queries-that-just-work/, a fixed rate interval works only in some cases. The current `1m` assumes that everyone uses the default prometheus scraping interval (15s), but this is not guaranteed, so...

Hi, I’m trying to implement an iOS workflow, but I’m not sure I understand the differences between SE, WebAuthn/device and WebAuthn/Security key types. From my limited understanding: - SE keys...

I struggled to get this working, until I found and read https://github.com/utmapp/UTM/discussions/4703#discussioncomment-4217623. So let's expand the instructions for future users.

Hi, I'm a bit surprised that various I/O (in the filesystem sense, not Haskell `IO`) functions are imported as `unsafe`. While they won't call back to Haskell, depeding on which...

type: enhancement
help wanted