Gavin Ray

Results 171 comments of Gavin Ray

I can volunteer to implement the expression AST + query plan visualizer. Also, it's certainly not as ergonomic as SQL, but for fast feedback during development and prototyping, may be...

> To be transparent, my team is building a query engine which is sensitive to time-to-first-result latency so we are very interested in fully streaming execution (and hoping to upstream...

I would second @cyrusmsk DMD is not a real/production compiler IMO, it's the language's reference compiler. It's useful for development because it compiles very fast but you'd not want to...

Had a look at that example l, am pretty sure you could integrate it easily. You need access to just 2 things for this to work: - OpenGL `Surface` -...

I was also able to export a C ABI function from Java, and compile my JWM app as a `.dll` then call it from C++!! 😲 😍 ```groovy graalvmNative {...

@i10416 Awesome!! I saw you made a great PR! 🙌 Maybe soon the GraalVM checkboxes here will be green? 😅 ![image](https://user-images.githubusercontent.com/26604994/135761499-a789e34b-fdec-4578-a334-295b9ed853c7.png)

@tonsky 🤔 I assume you probably checked this -- but there I _think_ should be only one difference in the config files between OS'es and that would be the `resource-config.json`...

Ah. Was this with the attempted re-parenting or just a basically empty app? Curious if it runs on Mac at all. And thanks a ton -- really appreciate it! 🙏...

Ohh, 🤦 yeah that makes complete sense. I'd bet money you're spot-on with that change, would be surprised if it didn't fix it tbh.

Heya -- thank you for providing such an amazing tool! If it's not too much trouble/time, would you be willing to bump `cling` to version `0.9` please 🙏 The jump...