Filipe Portes
Filipe Portes
in case someone have interest, that's a simple example of a server implementation to receive an display the data from the reader, write in meteor. https://github.com/filipeportes/obdserver
Hello, I’ve just installed the enterprise platform trial on a rhel 7.2 S.O using: `sudo yum install confluent-platform-2.11` installation went ok, but when I execute `confluent start` only the open...
As we didn't got any responses for issues or for PRs here, we are forking this project and will maintain it here https://github.com/raisin-gmbh/maleorang if you have any issues, PRs or...
avoids providing null to parameters that are not nullable, allowing for the usage of default values. example: given a data Class: ``` data class Item(val name:String, val category:String = "default")...