Frank Hunleth

Results 255 comments of Frank Hunleth

Sorry for the lack of response. I had intentions of revisiting this. Based on other projects, I've mostly abandoned Travis CI. I'm going to close this since it will be...

Just saw this. Thanks for looking at the `iodata_nif`. I have a big caveat, though. My interest is in the `iodata` that's sent over SPI and I2C hardware buses, so...

Here's how I'm getting state (Thanks to @jjcarstens for this): ```elixir iex(4)> Supervisor.which_children(MdnsLite.ResponderSupervisor) |> Enum.map(&elem(&1, 1)) |> Enum.map(&:sys.get_state/1) [ %MdnsLite.Responder.State{ dot_alias_name: 'nerves.local', dot_local_name: 'nerves-b53c.local', instance_name: "nerves-b53c", ip: {192, 168, 9,...

Thanks! I’m in no rush.

@jjcarstens This also requires Nerves system updates so it will take a bit to be mergeable. We discussed this but I forgot to update the status here. The summary is...

@ringlej I merged the two unrelated commits you had in this PR, squashed the other two you had, updated dependencies and rebased on main. I'm having good luck with trying...

@ringlej @axelson Do either of you have an update on `scenic_driver_local`?

Closing since the Raspberry Pi Nerves systems are moving away from MMAL-based camera support. This will completely break `picam`. It would be better to get `libcamera` better supported in Elixir.

Sorry about this. @mnishiguchi told me he was able to reproduce so it's a regression. We tend to use a USB cable to configure so frequently for the Raspberry Pi...

Interesting. Thank you for the report. This isn't a configuration I test, but I'll take a look on my next pass.