Lilian Gallon
Lilian Gallon
I'm working with french words, so I need to write some sentences like "La porte d'une maison est ouverte". The convention in my code says that I need to put...
Currently, if the toggle key is wrong, the game crashes. It should instead override that value with the default one and send a message to the user saying that the...
When calling `ocpp15ConnectionToCSMS`, a client and a server are created. The issue is that in these two cases clientPath is not used the same way. In the client, it is...
Hi there, The lib got a lot of attention lately, so I would like to share some information with you :) **Context:** This lib was initiated in 2022 by the...
> this is not really part of the scope of this PR, but adding those parameters to the `withRequiredHeaders` makes it more obvious: it's tedious and error prone to have...
cf: https://github.com/Kotlin/kotlinx-datetime
_Originally posted by @xhanin in https://github.com/IZIVIA/ocpi-toolkit/pull/14#discussion_r1378436053_ > I realize that the use of !! will make error reporting very poor if those headers are missing. we should rather raise a...
> I would rather use a dedicated parameter to tell if we are in the list of endpoints allowed in the handshake or not, to allow tokenA only there. I...
What is the purpose of having separate `ocpi-2-2-1` and `ocpi-transport` maven dependencies? `ocpi-2-2-1` should include `ocpi-transport` in its jar. That way, users of the lib will just need to import...