Rob Gilson

Results 54 comments of Rob Gilson
trafficstars

Thunder looks cool. I don't think their doing this but what I'm thinking now is that I can reuse the `path` property already implemented for `@defer` in apollo-client to send...

@willstott101 yeah good point, another issue I realize now with the `@defer` pattern is that it's only 1 path per payload. So if you want to update a bunch of...

> In the next step, we might push stuff even more forward and come up with an RFC for sending incremental data changes over GraphQL with JSON patch. Then it...

Yes the `@memoize` syntax is much more readable for me as well. The readability problem of the current syntax compounds when you try to use multiple decorators. Class decorators have...

EDIT: Retracting my earlier solution, it doesn't work and was the result of 5 am coding. Sorry to get hopes up but transparent corners are still very much a problem.

Fixed. See Pull Request: https://github.com/senchalabs/philogl/pull/37

I've posted a non-framework-specific loader/parser to https://github.com/D1plo1d/p3d which presently supports OBJ, STL and AMF files. I'm planning on extracting a PhiloGL wrapper out of some of my code soon but...

> I have a high interest in sqlx support, but it's not currently my top priority. Understandable, well I'm excited none the less to hear that it's on some mental...

My results were based on a quick hack at the top of the benchmark: ```js var data = require("../test/example"); var fs = require("fs"); var longString = fs.readFileSync("/some_directory/benchy.gcode"); data.longString = longString...

If a `rust-crypto` feature is added please continue to support OpenSSL - US organisations that require FIPS certification cannot use rust-crypto (and will not be able to for the foreseeable...