ryan

Results 259 comments of ryan

hmm, https://octobox.io/?q=inbox%3Atrue+bot%3Afalse+-label%3Adependencies+-org%3Acargo-bins based on my inbox shows a bunch of dupes, which also seem to be occuring predominantly on the `rust-embedded/embedded-hal` repo. ![image](https://user-images.githubusercontent.com/860620/221070140-2858fab6-6487-4f05-b1af-936aa5abb749.png)

nice work @warthog618! and thank you @fpagliughi for digging into this ^_^ i'm oki with the idea of a swap (and async will be really nice to have!), if we...

iinteresting, it's been a while since i've looked at this but there's a bit of tomfoolery related to the uses of each slot. did the steps up to signing an...

hey just dropping past because i didn't see it mentioned in the thread, you may be able to use docker's [buildx](https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images) to deal with cross building the container images, so...

So this whole docker emulation thing is kindof turtles all the way down, if you have a linux (or *maybe* osx) machine & are willing to play with the scripts...

Have you run [resize2fs](https://github.com/ryankurte/docker-rpi-emu/blob/master/scripts/expand.sh#L51)? You first have to increase the partition size then tell the file system to expand to fill it.

Actually, it would probably be better to leverage [Thread Local Storage (TLS)](https://www.freertos.org/thread-local-storage-pointers.html) to store a reference to the `WasmTask_t` object so all of the awful wasm hacks can be removed...

sounds good to me! if it's possible it'd be great to add a test for each variant of this, and looks like we'd also need a `Distances` field on the...

Possibly yep, but it only makes sense to extract types that are shared between modules I think. It's also kinda neat that each module has all the required types internally,...

Uhoh :-/ I have no idea sorry, we use a variant of this with the ZG but there must be some difference between the build args. Will see if I...