Rob Janssen

Results 23 issues of Rob Janssen

> #### Trade-offs > > Although this model offers you great performance and linear horizontal scalability, it comes with some possibly serious trade-offs: > - Using the above distribution, you...

Why would you require a field separator (`0xFF`) after a `null` value (`0xFE`)? Why not have `0xFE` signal _both_ the null value _and_ "end of field"? That would make reading...

It would be really cool if the [json api](https://kno.wled.ge/interfaces/json-api/) also served a (static) [swagger.json](https://swagger.io/) file which would make 'discovering' and more importantly implementing the API a lot simpler (automatic client...

enhancement
help wanted