Davide Risaliti

Results 5 comments of Davide Risaliti

Sorry to bother you. Any update on the question?

I'll take the time to evaluate and test the proposal as soon as possible.

Android contains an intent attribute named "[autoVerify](https://developer.android.com/training/app-links/verify-site-associations)" that does exactly what the PR adds. I do not know if reimplementing the mechanism is the right thing to do. If the...

Got similar results (compile-time-wise & memory-wise) with this piece of code: ```zig const std = @import("std"); test { const w: u32 = 1080; const h: u32 = 720; var pixels:...

> That's because you're making a struct with over 2 million fields. Arrays are able to use an optimization to represent repeated values but if you assign to the middle...