SimunKaracic
SimunKaracic
Good job investigating and writing a detailed bug report! You also found a workaround :D Hopefully, it will be enough for now. The problem with Streams is that they're a...
Can you give us the specific versions of libraries you are using?
Nice debugging. Not sure how fast we'll fix this, but atleast we know where the problem is!
I was facing the same problem (minus the required priviledge). My problem was that i was running the _go get_ and _gx-go get_ commands in powershell, and they were failing....
I wasn't sure what type should be returned if we run something like `CREATE TABLE...`, so I went with `.executeAction`. I fixed this issue by moving to flyway for schema...
Ok so this was a weird one. I was running all the code inside one file, in a Main.scala file. The stackoverflow error dissapears if I define the Competition class...
I am also not able to reproduce the bug anymore, as I threw away the original exploratory code. I guess it would still be nice if we had something like...
Thanks for the demo! So, first thing you should try, is moving your main method somewhere else, to an object that doesn't extend anything. From there, call `Kamon.init()`, and then...
You're using kamon 1.x, please upgrade to 2.x, we're not using Sigar anymore, Oshi is now in charge of getting system metrics! Is there anything specific keeping you on that...
Usually these types of contribution from bug bounties end up in the actual repo where the bug bounty is raised, yes? So someone implements it, and the core team takes...