Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

I don't have immediate plans to work on this, but `goxjs/gl` could support it one day (probably not very soon). WebGL 2.0 is very new and there are some browsers...

> How does its API compare? I'm not familiar with it yet. Is it purely additive, or are there incompatible changes? I've looked at https://www.khronos.org/registry/webgl/specs/latest/2.0/#4.1. It's mostly an addition to...

This is pretty minor, and I'm okay with the last 2. But I'm not sure why you'd want to use all capitals for the words "min" and "max". They're not...

> or perhaps a more static page that makes use of the Go module versions already cached by https://proxy.golang.org and serving those instead. I've tested out the following simple approach...

Can you please include a short program (or a link on playground) that reproduces this? Issue #37771 may be connected. CC @bradfitz, @ianlancetaylor via [owners](https://dev.golang.org/owners).

This seems to be the tracking the same problem as issue #53972 (CC @heschi). We think this might be fixed as of Sept 9 (see https://github.com/golang/go/issues/53972#issuecomment-1241117375). The finding above from...

Thanks. I've made PR #1151 that takes care of `natives`. The rest can be future work.

I have two questions about this proposal. > The standard library will ship with three go.mod files: `src/go.mod` (with module path `std`), `src/cmd/go.mod` (with module path `cmd`), and `misc/go.mod` (with...