Alex Browne
Alex Browne
I'm marking this as a good first issue for someone who wants to contribute. It's pretty independent and probably won't require much knowledge of the Fo internals. There might be...
This is a good idea. We almost already have a way to do this right now. Consider this [Playground example](https://play.folang.org/p/wMdxml8aHRS): ```go package main import "fmt" func printType[T] (x T) {...
This is a good idea and probably something I will want to add to the language. I want spend some time thinking about the best way to implement it, and...
Once we have addressed this differences, it should be possible to create a (probably unexported) interface to help enforce homogeneity between the two APIs going forward. This is what @backkem...
I started working on this in https://github.com/pions/webrtc/pull/504.
Partly resolved by #504 but we probably want in-browser integration tests at some point.
@trivigy you are correct that according to the spec, a default certificate should be generated if one is not provided in the configuration. We're in agreement here and I even...
I'm definitely in favor of this. I'm planning to serve gopherjs-generated to clients and anything that reduces the size of the resulting js would be a godsend!
@mattfarina thanks for the quick reply. Adding `.git` does work, but I thought the point of the `vcs` and `repo` fields in glide.yaml was to, well.. specify the VCS and...
@mattfarina thank you for clarifying. I think I have a good understanding of how things currently work and why they work that way. I still think that the way Glide...