Nicolas Silva

Results 152 comments of Nicolas Silva

Firefox's buffer mapping logic is currently very similar to Dawn's with the exception that conceptually it only tracks up to one promise, and rejects other promises early on the content...

I gave the `refactor` branch a go (BTW, very nice that `render` can be called without the messy generics from the main branch's `draw`). Unfortunately the same problem happens. Let...

I'm looking into opening up for breaking changes soon and make 0.21 release some time within the next few weeks in which we can incorporate a compiler version bump and...

Looks like the language change that allows this was added in [rustc 1.41](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1410-2020-01-30). Right now we are compatible with 1.31 and the current wave of breaking changes is a good...

We can keep this open here, or if having that one PR open causes frustation we can clause it and reopen later, I don't mind either way. No need to...

You had me scratch my head for a good hour and a half (and I learned stuff in the process). Before we go into why, let's start with references (it...

I'm going to have to ponder on this for a bit, don't worry if you don't hear back for a time. Changing this behavior is definitely app breaking for a...

"correct" here is mostly a matter of against what specification. What I'd like to figure out is a proper way to explain what this does (and why as a bonus...

> In an earlier comment, you claimed that the perspective method creates a transformation that projects points into a plane defined by z = -d. Yeah, my bad, I was...