-
Have been experiencing regular timeouts / failures, seem related to the glyphs download step: https://github.com/minusfive/zmk-config/actions/runs/11321454822/job/31500930916
```sh
INFO: using con…
-
Things that are of a concern:
- View creation time
- View rendering time
- Data object creation/parsing time
- Validating cleanup
- etc
-
Looks like something is wrong with new version and ctest fails in one unit
```console
+ cd yubihsm-shell-2.6.0
+ /usr/bin/ctest --test-dir x86_64-redhat-linux-gnu --output-on-failure --force-new-ct…
-
Right now, because the jobs are so split up (for the sake of them being idempotent), if an ONI job fails, NCA only knows about it in the "wait for ONI Agent" job. That means that on failure, re-runnin…
-
We can implement geo-traits on the WKT types here: https://docs.rs/wkt/latest/wkt/types/index.html
Then we can read WKT into GeoArrow without geozero using existing builder APIs.
-
The Kubernetes audit logs support two formats:
```
--audit-log-format string Default: "json"
| Format of saved audits. "legacy" indicates 1-line text format for each event. "json" indicates…
-
Given the Loom is still a ways out, it can make sense to investigate an async engine for JSON to see if we can achieve performance in the ballpark of the sync engine in the happy path.
Such an asyn…
-
Attempting to communicate with Siglent SPD1000x
list_resources() returns nothing.
open fails.
Following are
(a) the output from lsusb -v
(b) a sample program, downloaded from here…
-
## Description
I have the param struct like this:
```
type Param1 struct {
Timestamp time.Time `json:"Timestamp" binding:"required" time_format:"2006-01-02 15:04:05"`
}
type Param2 struct…
-
Right now I have just a single function in my scratch file, but when I save my scratch file it takes > 6 seconds for output to show up in ucm (`UnisonFileChanged: 6.40 s (cpu), 6.40 s (system)`). I'm …