Peter Waller

Results 203 comments of Peter Waller

I'm seeing this in both vscode and atom in very different environments. (Home Ubuntu Desktop atom, Work OSX vscode). Tested on commit e526744 (Tue May 29 2018). Here is a...

Hi, thanks for reaching out. Sorry for the unresponsiveness. I'm closing this thread due to inactivity, and because there isn't obviously enough information here to try and reproduce the issue....

Reopening to ponder if we can put protection in to prevent importing multiple gl versions in a more obvious way. Contributions welcome, I'm not working on it.

Looks like this thread fizzled out. Is there anyone with a current strong opinion of what's needed? My reading of the thread is that: 1) At the moment, users must...

It's unclear to me how an array helps, don't the individual `char*` within the `char*[]` still have to be nul terminated? Please can you shed some light on this, perhaps...

Further reference: https://github.com/go-gl/glow/issues/3 It does look strange, but I believe can work. If you dig into it, you find that `glowDebugMessageCallback` ignores its callback parameter. I don't know why there...

Hi @hajimehoshi, thanks very much for your contribution. Sorry it is taking time, but please be aware that no one is paid to maintain these packages. It's a best effort...

I don't see any reason not to do this, starting from v1.0.0. @errcw, @dmitshur, @slimsag any objections? We should try to follow semantic versioning, which means we should not introduce...

> PtrOffset causes "cgo argument has Go pointer to Go pointer" runtime error #80 ~The above issue could also be a significant API breaking change~. Sorry, understanding of it just...

Sounds like this thread has a potential resolution, adding `WithOffset`, it just needs someone willing to do the work to implement and test, correct?