Luna Duclos
Luna Duclos
**What happened**: When you run an agones controller for a very long amount of time, you end up with a pile of metrics for every fleet that was created since...
I've written up the following sample: https://gopherjs.github.io/playground/#/E0gNDwWBLP My analysis of the issue is that if the first field of a struct is an anonymous field, gopherJS tries to do some...
The following sample using reflect to compare pointers works in gc, but it fails when using gopherJS. http://play.golang.org/p/33bND01kB0
When running a http server using the stdlib's net/http (the idiomatic way to do this in Go) and when using `stdlog.SetOutput(log.NewStdlibAdapter(logger))`, any panics recovered from by net/http and then printed...
This adds windows support in an incredibly minimal and non intrusive way with zero additional maintenance burden.
We should talk about authentication and figure out if we want to deal with auth at all, and if so, what we want to do. This is auth as in,...
Once we go live, I'd like for the quilkin image to not only be available from US mirrors, lets make sure that we publish it to all multiregions in artifact...
This adds the advanced machine features with the threads per core setting to the node config block. Fixes #11588 I sadly was not able to follow a bunch of the...
#### Description When writing a custom ECS system for which TransformSynchronization is wanted, one can setup all the needed Components on the correct entities, however, the TransformSynchronization strategy cannot currently...
Currently, I haven't found a way to connect to a MySQL server that requires client cert-based authentication. Is there a way to do this ? If not, I'd be happy...