godo
godo
> Compiledb is another tool to generate compilation database and has this ability with `-n` flag. One can take a look [here](https://github.com/nickdiego/compiledb/blob/master/README.md). You're right. Too bad that that tools seems...
Hello, I added before it! Here is the complete code: ``` package com.thenewmotion.ocpp package json package example import java.time.ZonedDateTime import scala.concurrent.ExecutionContext.Implicits.global import scala.concurrent.duration._ import scala.io.Source import messages.v1x._ import api._ import...
@azolotko thanks, I added that (well, IntelliJ IDEA added it) because without it it would not even compile. Indeeed I get the error: `ExampleServerTestApp.scala:38:23 not found: type HeartbeatReq case req:...
Thank you very much!
Hi @goekay, I am using Steve as a test Central System to validate our Charge Point software and I need to send a TxProfile. Would it be possible to simply...
> Thanks for this!
@smuehlst did you find a way to work around this?