Patrick Stephen

Results 81 comments of Patrick Stephen

I did some work on this, and also added some (unrealistic) optimizations. I don't know if this is something that should be merged back into here, but it's on this...

@ decorations also deprecate classic [flags] style decorations; until it becomes impossible, parsing both forms for the transition from 2 to 3 is a reasonable choice. Open questions to decide:...

Strings are interally backed by pointers, whereas integers are not. And as Go always passes by value that means using an unsafe method for integer conversion doesn't result in the...

So aarzilli has already described the cause of this issue fairly well, I think: https://github.com/golang/go/issues/15100#issuecomment-212925771 I don't know how reasonable it would be to try to solve this while still...

x11 supports window positioning now.

Current status: On windows the gldriver works fine. On linux, the gldriver fails to create a program on my test instance, so I can't test that it works, but it...

It's been some time but x11 has had fullscreen support for a while now.

We're moving toward Github Actions over Travis

Thanks for the report; we'll add `ForceNew: true` to the resource type selection, and probably add this for other polymorphic SDK types (nodes) as well. I've opened an internal ticket...