Frank Hunleth

Results 255 comments of Frank Hunleth

Copying this comment from @jjcarstens over from https://github.com/nerves-project/nerves/issues/566: FWIW, first time communication with AWS MQTT typically requires that your signer CA cert be in with the cacerts list as well....

Some of the information here is incorrect. Hopefully updated public examples can be made, but here are the issues: * `:server_name_indication` must be set to the AWS endpoint. The examples...

Hi @gpongelli! Do you have an example of a string that fails?

Thanks for letting us know about this! `x11_ssh_askpass` isn't needed on MacOS. I'm not a Nix user, but I'm told that making the `x11_ssh_askpass` conditional like in https://github.com/ceedubs/unison-nix/blob/e00ad743c77174714d1ebbcacf9b8e63cc7f9554/flake.nix#L36 is the...

I don't have opinions here so long as it works. My plan would be to merge after new official Nerves systems are available with the `nerves_system_br` fix.

@salseeg Sorry for the delayed response and thank you for sharing your instructions. We've been very slowly working on a way to remove the use of `merge-squashfs`, and I had...

This looks like a great start. Thanks for make it. Do you know what's up with the left pane in your screenshot?

Hi @cloud8421! Thanks for bringing this up and sorry for the late reply. I was pretty busy this week. We have references to `gstat` in a few places. I'd definitely...

I like that approach a lot! It sounds very simple and is a quick way to help other Nix users running into this. Yes, could you please submit a PR....

NervesHub already knows the version of fwup running on the device so it can create and send down the proper update. There's no need to create a program or library...