Anders Kaare

Results 9 comments of Anders Kaare

Duplicate of #116, that is, `wgpuCreateInstance()` is currently not implemented.

Good question. Having looked into it myself, it seems like a low priority problem that's hard to fix: - I haven't found any good reason to ever have more than...

I've begun work on improving the error handling in wgpu-native here: https://github.com/sqaxomonophonen/wgpu-native/commit/5ebd50e828b726b58394ee30f0b6a352f0c0c6a0 It's not yet finished, but it implements `wgpuDeviceSetUncapturedErrorCallback()`, and currently improves `wgpuDeviceCreateShaderModule()` and `wgpuSwapChainGetCurrentTextureView()` by not panic'ing when...

DreamBerd could have an expert-mode where lines have to be *exactly* 80 columns wide. The variable-length `vroom` (#54) keyword can help with that, and has the added bonus of punishing...

I believe this will lead to better software, because it teaches programmers to assume nothing about the outcome of an expression. In antiquated languages it's mostly the OS-facing functions that...

There's always a risk that the compiler starts voting against us, so maybe we need to be careful with how we treat `union`s. Like, should they be tagged, or not?...

I think adding `DT_GNU_HASH`-support will only reveal further problems, since glibc apparently doesn't work without initialization (and most Linux .so-libraries depend on glibc). I investigated this by compiling my own...

Could we also allow `ecretsay` (pig latin for "secret"), and then have editors not highlight it in any eye catching way? I mean as an extra layer of security? The...

Related: Rust currently has 8,927 open issues, Zig has 2,240, but DreamBerd only has 53. I think we need to get well into the 1,000s before people will us seriously;...