Robert Scott
Robert Scott
pyqtgraph 0.12.3's `test_PolyLineROI` fails on aarch64 linux systems when comparing `closed_init` with the reference image. ``` pxdiff = diff.max(axis=2) # largest value difference per pixel mask = np.abs(pxdiff) >= pxThreshold...
I feel this is something that I haven't seen mentioned before and should at least have an issue associated with it. The `fly sync` mechanism is convenient but it means...
Leptonica 1.83 moved a number of `struct` definitions into "private" headers, notably `Pix` and `Box` et al. This results in a build failure: ``` tesserocr.cpp: In function ‘PyObject* __pyx_f_9tesserocr__pix_to_image(Pix*)’: tesserocr.cpp:6685:26:...
This is an offshoot from some experimentation I was doing using dexed and I wasn't really planning on developing further, but in case it's useful to anyone I'll present it...
Without this we get ``` In file included from /build/source/plugins/simulator/netlist_simulator_controller/include/netlist_simulator_controller/saleae_file.h:33, from /build/source/plugins/simulator/netlist_simulator_controller/src/saleae_file.cpp:5: /build/source/plugins/simulator/netlist_simulator_controller/include/netlist_simulator_controller/saleae_directory.h:79:9: error: 'uint64_t' does not name a type 79 | uint64_t mBeginTime; | ^~~~~~~~ ``` when building the...
This is a patch (mostly written by @doronbehar) we're using in the NixOS package for hal, where we have a policy of replacing those vendored dependencies we're sensibly able to...
I noticed CVE-2024-25767 has been published but I see no mention of it here - it's possible you haven't been properly informed by the reporter. Either way, I thought it...
What ---- https://www.pivotaltracker.com/story/show/184549339 This involves moving almost all jobs out into their own instance groups and changing a lot of naming to be based on `((deployment_name))`, meaning quite a bit...
NixOS now builds all packages with [`-D_FORTIFY_SOURCE=3`](https://developers.redhat.com/articles/2022/09/17/gccs-new-fortification-level). This causes the `hash_extender --test` mode to fail with `*** buffer overflow detected ***: terminated`. This is on x86_64 linux using gcc 12....
This is useful on e.g. cross-build systems where the desired tools may have platform-denoting prefixes.