Ken Bannister
Ken Bannister
DTLS server support would help functional testing for gcoap DTLS in RIOT-OS/RIOT#12104.
FWIW, I have implemented a [workaround](https://github.com/kb2ma/sentinel-golang/commit/ac90d74817dbce8e783814039097f415323f6593).
Great, I'll plan to work on this sometime over the holidays. BTW, I'm working on my first Nim/ImGui project, and the binding 'just works'. It's especially nice to have the...
I agree that it makes sense to use the existing Block1 functionality for now. Conceptually, some host sends firmware to the (RIOT) device, although I guess use of PUT/POST or...
Yes, the `postinst` file is out of sync with the filesystem. ``` kbee@system76:~/tmp/etcher/control$ cat postinst #!/bin/bash # Link to the binary ln -sf '/opt/balena-etcher-electron/balena-etcher-electron' '/usr/bin/balena-etcher-electron' # SUID chrome-sandbox for Electron...
@beej to workaround you can manually run the steps that should be in the `postinst` file. See the [definition](https://github.com/balena-io/etcher/pull/3735/files) of `after-install.tpl` in #3735.
ResinCI/npm/linux-ubuntu-x86_64-node14 check fails 2 tests, both due to timeout failures > 12000 ms. However, my local tests pass on node 12 and node14. Notice time to run tests below is...
@balena-ci retest
Removed pinning dockerode to v3.3.3. That has been done in #2599 . Still waiting for merge of https://github.com/balena-io-modules/balena-compose/pull/13 .
Revisions look good, and the comments do a great job explaining why the tests are composed as they are.