Denys Smirnov
Denys Smirnov
Rebased, integrated with context and added examples. @Serabe please take a look. --- Review status: 0 of 18 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed....
@Serabe Any updates on this?
@Serabe I already proposed two solutions. What about them?
Okay, I think I should provide an example to show that this might be a desired behavior for some use cases. Let's assume we are building a plugin system with...
Looks like something is wrong with GOPATH/GOROOT. What is an output of `go env`?
The setup is a bit unusual (GOROOT inside GOPATH). It might force proteus to think that package `go-tip/src/fmt` is some kind of external library, not an `fmt` package from stdlib....
It looks like a bug in https://github.com/src-d/go-parse-utils, since it has a custom import resolver. Filed an issue there: https://github.com/src-d/go-parse-utils/issues/13
Yes, I have plans to finish the WebRTC for WASM as soon as synchronous callbacks CL is merged. Similar to the WebSocket API in this project, I planned to expose...
I think it was nice as an experiment for this package, but `pion-webrtc` now [supports wasm](https://github.com/pion/webrtc#webassembly) natively. They've done a great job, So I will probably remove the example completely,...
You are totally right about this not being a breaking change. Although I initially decided to go the `string, ...string` way to make sure that the compiler catches things like...