Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

Thanks for the report. GLFW v3.2 is an older version. Does this also happen with v3.3?

Sounds great, I’m in agreement. This change will be transparent for users of the Go package, so only those who have a pre-existing git checkout for development purposes will need...

Issue https://github.com/immersive-web/webxr-samples/issues/208 is somewhat related to this.

Yeah, it’s interesting how much that can help here. We’ll need some measurements to evaluate and decide. Somewhat separately, it’d be good if we can help land v3.4, and target...

Thanks for suggesting and implementing this, and sorry I didn't get a chance to comment sooner. I've had the idea of doing something like this for some time and I've...

@neild FYI in case of a connection with issue #74831 here.

It is already possible to use predeclared Go types. It's not mentioned in this repo's README, but see the [Scalar Types](https://github.com/shurcooL/githubv4#scalar-types) section of githubv4's README. I did want to remove...

Thanks for preparing this. One possible way to move forward is for this change to be made available on a go-gl/glfw fork until the IME work lands in GLFW upstream....

[`graphql.Int`](https://pkg.go.dev/github.com/shurcooL/graphql#Int) is documented as being able to represent values between -(2^31) and 2^31 - 1. It corresponds to the `Int` scalar in the GraphQL specification: https://spec.graphql.org/October2021/#sec-Int. Do you own the...