Gergely Brautigam

Results 697 comments of Gergely Brautigam

Huh, so guess what... The mutex didn't solve the data race.

Well this is problematic. Gaia is racing with go-plugin's logStderr. `c.config.Stderr.Write([]byte(line))` since we have stderr replaced with our buffer. We can't just lock the flush. The flush is racing with...

So the flush happens so that the logs are displayed in the log window, if I see this correctly. But the plugin is also trying to write / read to...

Okay, so the solution must be that we implement our own writer using an underlying buffer and io writer. On which the Write is basically a bufio.Write but with a...

I wonder. The plugins have health checks. We could intentionally ping a plugin if it's still healthy and just working on something for a long time. If a healthcheck fails...

I'll add this. Plus the UI for it.

Hi! Thanks for opening an issue. Yes, everything is string:string in the values, because the protobuf definition defines them as such. So if you need a boolean value, I suggest...

Hi. Yes, that would be cool. :) Sadly, all of those work in a slightly different way. :D So we need to handle all of them programatically. It is on...

Hi @arthurlogilab! Thank you for the issue! It's definitely on the list to add more scms. :) Right now though the focus is getting Gaia production ready. There are a...