Johan Stokking

Results 224 comments of Johan Stokking

Having asynchronous request/response would be very nice indeed. The problem with this serial I/O is that we still have to read from the serial somewhere, and threading is not supported...

Yeah I am aware of this issue. It's not just a matter of adding the timeout, that's why it was never implemented, but I agree that a deadlock is not...

I think we have to use a timeout, as `readBytesUntil()` should simply not return otherwise. To my understanding, the only reason for it to return `0` is on timeout. The...

Right, then maybe an `init()` function is better. That would do both [this](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/src/TheThingsNetwork.cpp#L404-L407) and this connectivity check.

Thanks for pointing out. Can you file a PR?

> Meaning that if he sets his email as the admin/tech contact of an entity, he would also have to specify with whom he is sharing said email information. That...

> The challenge is that a user can be set as a admin/tech contact by someone else, without approval, and then you can just scrape the users by inviting all...

> with a setting in the Identity Server which controls this behavior (that you can only set yourself as a contact). Or make this IS configuration?

@jpmeijers we made some progress on this again: https://github.com/TheThingsNetwork/lorawan-stack/pull/6449. We're now publishing clean protos to Buf: https://buf.build/thethingsnetwork/lorawan-stack. This allows you to generate code using `buf generate` for many languages, leveraging...