Matt Jenkins

Results 44 comments of Matt Jenkins

Perhaps the culprit is `codegen-units=1`. When I set this on my release profile, I am able to reproduce the performance drop.

Just to let you know I tried enabling ˋhal-uvcˋ on 0.4.1 and ran into a build error: ``` error: failed to run custom build command for `uvc-src v0.2.1` ``` Then...

Apologies for the delay; I have been investigating further with a view to producing a minimal repro. However, I think I have identified the issue. My benchmark-holding class has a...

That's what I would have expected, and was confusing me too. I fiddled around a bit more and I now have a repro, although I may have inadvertently stumbled into...

PS: I updated to 0.13.1.1796 on the BDN nightly feed, and the threshold above which we only get one op appears to have increased to 10s, although the issue still...

A big problem with SUI having to now live in the app root is that the SUI CSS is appended at the end of the merged CSS rather than the...

I am working on adding `ResultBase`. See also #151

I'm still learning how to use this fantastic library (and enjoying the process immensely), but I think I may have run into the same issue. Here's a trivial example: ```...