Brian Starkey

Results 13 issues of Brian Starkey

I want to bridge two busses over the network, giving the illusion of a single bus. This isn't currently possible as it deadlocks (and also you'll end up with an...

I'm really liking the package, thank you for your work! As noted in #661 `app.Handler.Scripts` sets `defer=true`, but this causes problems when components depend on them. For instance my [material...

Perhaps this doesn't qualify as an issue per-se, but I wanted to use draw2d as the renderer in my program (instead of Cairo). However, even in simple cases, draw2dimg performs...

It's not obvious how the length of Arrays should be handled when encoding. In the profile xls, some arrays are tagged with "[N]", presumably indicating that they have a variable...

In Fit files which consist of slices of messages (e.g. `ActivityFile.Records`), the writer implementation constructs the definition message based on the first element in that slice, and omits any fields...

I've implemented a bootloader for the Pico W allowing code upload via WiFi: [picowota](https://github.com/usedbytes/picowota); unfortunately this means having a copy of the WiFi firmware in the bootloader code, and another...

wifi integration

In shapes.scad, the winding order of the shapes are inconsistent. * **square()**: clockwise * **circle()**: anti-clockwise * **regular()**: anti-clockwise (as it uses circle()) * **rectangle_profile()**: anti-clockwise This causes trouble when...

It looks like if poetry fails for any reason, you just get: ``` tox-poetry-installer: Project does not use Poetry for env management, skipping installation of locked dependencies ``` This makes...

bug

I regularly have the issue that an interrupted transfer leaves a broken snapshot on the remote, which prevents all future transfers and also breaks incremental backups when the last "complete"...

Building on Arch from https://aur.archlinux.org/packages/systemd-bootchart-git fails if `docbook-xsl` isn't installed. I guess it should be somehow flagged as a build dependency? ``` /usr/bin/xsltproc -o man/bootchart.conf.5 --nonet --xinclude --stringparam man.output.quietly 1...