Francis De Brabandere

Results 428 comments of Francis De Brabandere

Can we not just do something like what these guys do, the NL/FR/EN results are great according to their tests https://github.com/grahamar/cron-parser/tree/master/cron-parser-core/src/test/java/net/redhogs/cronparser

> @francisdb btw. It looks like your script has a small bug, `util.Properties.versionMsg` contains a version of Scala 2 library (since Scala 3 uses Scala 2.13 stdlib to allow for...

hmm, I edited the description but this must have been lost. Edited it again (docker run stuff)

I just want to pass some info from the offset lookup code to the start of the partition stream. Will try to come up with an example. But indeed this...

Here some code that shows the problem (we have to do a expensive operation twice) ```scala case class Snapshot(offset: Long, state: State) def loadSnapshot(partition: TopicPartition): Future[Snapshot] = { // expensive...

Had a look at implementing this today but got a bit stuck on the internal bookkeeping, think it will require a few iterations.

We went through a few iterations but have not found a satisfying solution mainly because of the multi-case logic in the driver. We might have another go at this later...

same issue here, could this be related to the usage of go 1.1 modules?

The sbt [docker images](https://github.com/sbt/docker-sbt) also have this problem when run as non-default user as /tmp/.sbt is owned by `sbtuser`. We saw this when running a jenkins docker pipeline ``` pipeline...

That would already help if the code would log some warning that things are not supported and falling back to other protocols. But even then, I have been testing with...