Dmitri Shuralyov

Results 118 issues of Dmitri Shuralyov

gddo does not display large string literals, replacing them with an empty string literal and adding a comment: ``` Go /* %d byte string literal not displayed */ ``` The...

The index page at https://talks.godoc.org/ currently states: > ### 1. Introduction > > This site plays slide presentations and articles stored on GitHub in the [present format](https://godoc.org/golang.org/x/tools/present). > > ......

talksapp

How does the API of this package compare to [`honnef.co/go/js/dom`](https://godoc.org/honnef.co/go/js/dom), a popular DOM package for GopherJS? /cc @dominikh `honnef.co/go/js/dom` has issue dominikh/go-js-dom#57 to make API changes to make it possible...

question

If so, it'd be nice to do that and add a build status badge.

question
thinking

The problem is already mentioned in code, see [wrapper.go#L97-L98](https://github.com/gopherjs/websocket/blob/c5adc75713fca342f299c521e8e2f4419de262d9/wrapper.go#L97-L98). I can confirm the issue. `Send` returns nil error, but there is a `WebSocket is already in CLOSING or CLOSED state.`...

bug

This is the `golang.org/go-gl/glfw/v3.3/glfw` tracking bug for upstream GLFW issue glfw/glfw#1649. It can be reproduced with the following Go program: ```Go package main import ( "log" "runtime" "github.com/go-gl/glfw/v3.3/glfw" ) func...

bug
external
glfw-3.3

The goal is to resolve #23, to make it possible to use vfsgen multiple times in same package. Previously, that would cause an error because the same types would be...

vfsgen was created to fill in a gap in the ability to embed files in Go programs, and uses `net/http.FileSystem` as the central filesystem interface. Go 1.16 will add `//go:embed`...

thinking

This is not a critical issue for me; reporting it for your benefit only. You should prioritize accordingly. I noticed the following unexpected error in GopherCI (https://gci.gopherci.io/analysis/1198) from `apicompat`: ```...

I was playing with the starwars example with the provided GraphiQL frontend, and noticed the following unexpected behavior. When using autocomplete to see the fields available, the type of each...