Joel Michael

Results 6 issues of Joel Michael

When OctoPrint is using a base URL that isn't `/`, e.g. when created using [OctoPrint Deploy](https://github.com/paukstelis/octoprint_deploy), MarlinGcodeDocumentation doesn't work because it's trying to load the absolute URL `/api/plugin/marlingcodedocumentation` which doesn't...

Following the MacOS instructions in the install guide at https://www.ngscopeclient.org/manual/GettingStarted.html (section 3.3.2), everything works until the end of the build. ``` joel@Joels-iMac-Pro build % cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(brew --prefix);$(brew --prefix)/opt/libomp"...

Fix MacOS RPATH handling per CMake documentation at https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling Without this fix, `make install` will produce a binary that can't be run due to missing RPATH locations.

### Related area New port support ### Hardware specification CH32 variant with USBFS, eg CH32V203C8T6 as used on the currently supported board ch32v203c_r0_1v0 ### Is your feature request related to...

Feature 💡

Raising bug as requested by @whitequark in Mastodon thread https://aus.social/@jpm/114933922761154443 I'm trying to use an `amaranth.lib.enum.Enum` with `glasgow.hardware.assembly.add_rw_register()`, and it is failing with errors: ``` joel@Joels-iMac-Pro bitstreams % glasgow -vvv...

gateware

Raising issue as requested by @whitequark out of a discussion on Mastodon at https://aus.social/@jpm/114730311602349190 I am writing test code which pairs with an implementation, and I hit a quirk around...

improvement