Johannes Unterstein
Johannes Unterstein
Hey @Jagermeister56, thank you for reporting. Which parameter do you try to configure to `0.5`? Thanks Johannes
Hey @Jagermeister56, thank you for your second report! When the price goes up faster than the bot can place the bid, you usually see this log outputs. In my experience...
Would a removal of the final declaration of this two classes would solve the issue for you?
Solved transactional issues, but still some FIXMEs inside. Currently talking to @jexp to solve this.
Hi @DwayneSmurdon, the release SNAPSHOT is not the version of the linked branch for this issue. If you want to test this, you could checkout the features/sdn41 (https://github.com/tuxBurner/play-neo4jplugin/tree/features/sdn41) branch and...
Solved it - for a single project - with a cruel hack: ``` class Global extends GlobalSettings { val hooks = new util.ArrayList[Callable[Promise[Void]]]() override def onStart(app: Application): Unit = {...
Hey, this patch fixes some of our race conditions. Our code looks like this now: ``` reconciler := &MockControllerEngine{} err = wait.Poll(1 * time.Millisecond, 20 * time.Millisecond, func() (bool, error)...
Hey @mku88, I am currently not able to understand your problem. What exactly are you trying to do and what problems are you facing? Thank you Johannes
@nkvuong thank you for your feedback. Is the place I added the documentation the right one and is it ok that way? Please feel free to adjust the docs in...
@nkvuong we were informed by our partner from databricks, that we need to make some of our roles self assuming. For all roles that were called out, we use this...