Arnaud Durand
Arnaud Durand
Hi @AndrewLinden, I love your project and created a [Things Gateway](https://github.com/mozilla-iot/gateway) add-on using parts of your code. Do you authorize me to publish it if I add you to the...
I think it would be a nice addition to support standard input in CLI as an easy way to automate PDF generation with shell scripts. Would it be easy to...
Changing `input.cursor_size` doesn't affect the cursor size, even after restart. I compiled _Wayfire_ from the `master` branch.
The current GCC build (I did not try Clang) for BIOS/firmware does not strip away unused symbols, resulting in large binaries (especially when adding dependencies). I tried adding various flags...
Hi, I got an assembled Glasgow rev C1 and I am playing with the FX2 firmware. I noticed some strange issues if I erase the FX2 EEPROM, perform a `glasgow...
Using either `sipeed-rv-debugger` or `jlink` (J-Link EDU Mini in my case) as _upload_protocol_, it fails with the following log on a Sipeed Longan Nano: ``` Open On-Chip Debugger 0.10.0+dev-00911-gcfbca74bd (2019-09-12-09:31)...
When trying to merge [a port](https://github.com/DurandA/inky-cryptochart/pull/1) of my [inky-cryptochart project](https://github.com/DurandA/inky-cryptochart) to this newer _inky_ library from the older [_inky-phat_](https://github.com/pimoroni/inky-phat) library, I noticed that both my Inky pHAT and my [Waveshare...
https://github.com/apache/mynewt-nimble/blob/7b5b5e5b512133e50ef8a517b13e7269f9c821fd/apps/blehr/src/main.c#L33 Probably not an actual bug, but shouldn't `notify_state` in principle use an `atomic_bool` or another locking mechanism? It is written in `blehr_gap_event` callback while it is read in the...
Hi @shmuelzon! Do you have any plan to support binary payloads (e.g. for complex variable length characteristics)? It seems that this feature was planned with `CHAR_TYPE_VARIABLE` but never completed. I...
### Describe the bug After starting the docker image and adding the realm via the import button and uploading `nodejs-example-realm.json`, I can login but I cannot access the protected route...