Hajime Hoshi

Results 343 issues of Hajime Hoshi

For example, I'd like to see https://godoc.org/github.com/hajimehoshi/vgotest/v2 available.

feature

It would make sense (at least to me) if internal packages are hidden from bottom 'Directories' lists.

feature
help wanted

``` $ go run ./imageviewer/ fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7fff2df567b4] runtime stack: runtime.throw(0x4217912, 0x2a) /usr/local/go/src/runtime/panic.go:617 +0x72 runtime.sigpanic() /usr/local/go/src/runtime/signal_unix.go:374 +0x4a9 goroutine 3...

As life uses `replace` section in its `go.mod`, I was wondering if life works when the user tries to go-get `github.com/go-interpreter/wagon` instead of `github.com/perlin-network/wagon` due to lack of Go modules.

enhancement
question
go modules

https://www.glfw.org/docs/3.3/group__window.html#ga5a52fdfd46d8249c211f923675728082 Apparently `ContextNoError` is not defined

enhancement

GLFW itself supports UNIX-like systems in theory, but go-gl/glfw supports only Linux and FreeBSD. Just out of curiosity, I was wondering why there is such limitation.

enhancement

I prepared this Go file ```go package main func main() { println("Hello, World!") } ``` and compiled it as Wasm (`GOOS=js GOARCH=wasm go build -o helloworld.wasm main.go`). I found the...

1. Build a hello-world wasm: ```go package main func main() { println("Hello, World!") } ``` ``` GOOS=js GOARCH=wasm go build -o test.wasm helloworld.go ``` 2. Run the below code: ```go...

The given `sfb` can be 21 or 12, which exceeds as an index of `g_main_data.scalefac_l[gr][ch]` or `g_main_data.scalefac_s[gr][ch]`. I tested with an MP3 file at http://publicdomain4u.com/new-sound-for-an-old-baseball-classic