Jean-François Roy
Jean-François Roy
The `-a` flag takes a single string argument. The completions emitted by poetry need to quote the argument to `-a`. For example, `-a "source show"`.
This seems like a good fix, provided the library can react to local address changes. From the code, `_get_local_ipv6_addr` lets the kernel pick a source address and interface to connect...
As the happy father of a one year old, is there anything I can do to help? I've done some dabbling with esphome, but I don't know the specifics of...
I also see a /store 500 error when I start core: ``` Logger: homeassistant.components.hassio.handler Source: components/hassio/handler.py:262 Integration: Home Assistant Supervisor (documentation, issues) First occurred: 12:32:07 (1 occurrences) Last logged: 12:32:07...
> Did upgrading the firmware wipe everything that was previously persisted in `/mnt/data` or did data files stay / got migrated to `/data`? The migration will delete all data.
And with Authelia in enterprise, this would be a nice complement and alternative to the file provider.
That seems to break the build. ```creating shared libraries... upgrading shared libraries... installing nrfutil from spec 'nrfutil>=6.0.0'... Fatal error from pip prevented installation. Full pip output in file: /opt/pipx/logs/cmd_2022-10-10_08.25.27_pip_errors.log pip...
Seems like the only viable path would be to either run the old version under python2, or ignore that dependency and declare that some functionality will be missing, or try...
> I guess™️ btw. that the way forward is not a PyPi release of nrfutil for `arm64`, because today you can use [the Toolchain manager](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/gs_assistant.html#id4) to install all the necessary...
I need to read the Thread spec to see how much buffering is allowed for sleepy devices. Bumping the timeout for connections to sleepy Thread devices would probably be an...