Mozart Petter

Results 10 comments of Mozart Petter

I was going to implement something like this: [Type(persist="false")] The default value would be true, but if you don't want to persist this data into the database, just set it...

Nice work! I will try to give it a go this weekend as well. 👍 Now that the Cache Build Listener is removed, do we have any planned alternative to...

Specific documentation for Groovy might not be ideal because it involves a lot of duplication and in most cases, the DSL is almost the same. But I agree with OP...

I think it is a good idea. :+1:

@cdsap seems like the account is not in use. I actually got my handle (@mokkun) after contacting GitHub about it and they deactivated the previous account and gave me the...

Maybe we could use an `ExecutorService` and await the execution with a timeout? ```kotlin class RethinkDbPublisher( ... /** * Executor to schedule a task in Background */ private val executor:...

Also, this issue may also happen with other executors like `ElasticSearchPublisher` and even `InfluxDbPublisher`? `InfluxDbPublisher` has a timeout for the connection, but not for the `Executor`. It would be interesting...

> Some publishers are using external dependencies to abstract the network logic, our new network implementation should cover cases when we have to use external APIs... One idea would be...

Same here, was a bit confused to why my tests were suddenly failing on Android N, just to realise that I often run them on my Android 10 device. Not...

I'm using it on an M1, so perhaps this has been solved?