Lilian Gallon

Results 12 issues of 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...

enhancement

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...

enhancement
core

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...

discussion

> 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...

enhancement
module: transport

cf: https://github.com/Kotlin/kotlinx-datetime

enhancement
module: all

_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...

enhancement
module: transport

> 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...

enhancement
module: transport

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...

enhancement