Nick Desaulniers (paternity leave)

Results 65 issues of Nick Desaulniers (paternity leave)

It looks like [FF now accepts brotli compression](https://bugzilla.mozilla.org/show_bug.cgi?id=366559). I was going to take a stab at implementing a native addon that links libbrotli. Does that seem worthwhile? We could use...

ideas

https://chromium.googlesource.com/infra/goma/client/

Some tools like [bear](https://github.com/rizsotto/Bear) can generate a [compile_commands.json file](https://clang.llvm.org/docs/JSONCompilationDatabase.html) which is a standard format [many other tools accept](https://sarcasm.github.io/notes/dev/compilation-database.html#what-is-it-good-for). (I thought scan-build supports this as input, but cant seem to find...

C-feature-request
A-ikos-scan
P-low

Neat project! A quick search didn't turn up anything for NEON (ARM's SIMD intrinsics). Would this be difficult to implement?

enhancement

So I've got this [library for generating 3d geometries](https://github.com/nickdesaulniers/prims#examples), and the readme is hella boring. I use a normal shader that just uses a geometry's xyz normal values as the...

enhancement

In https://github.com/linux-3ds, we're working on porting Linux to the 3ds. We have a working kernel, bootloader, and some necessary firmware. I was going to write up some docs on how...

Though this would change the interface, parsing should really be done in a separate thread so as not to block the main thread of execution. Meshes like the Stanford Dragon...

I'm removing this upstream in https://reviews.llvm.org/D103048; IIRC llvm-hs is using this. Once rebased, `Module::getOverrideStackAlignment` should be used instead.

### Describe the bug Consider: https://godbolt.org/z/3Wd8q8fax I'm trying to find which version of clang defaulted to dwarf-v5 implicitly when -g is used. I know clang switched to dwarf-v5 recently, but...

bug