Nico Weber

Results 269 comments of Nico Weber

(You can make the pdb path in the exe relative with `/pdbaltpath:%_PDB%`.)

@konste: You put that there literally. See https://docs.microsoft.com/en-us/cpp/build/reference/pdbaltpath-use-alternate-pdb-path?view=msvc-160

This change can't affect flakiness and it blocks updating a compiler update in Chromium. Any chance you could merge this change now?

In case anyone else goes looking for it: The discussion in Discord mentioned above is at https://discord.com/channels/830522505605283862/830525093905170492/1026208632242712677 and above.

Typo "isntruction" in 2nd commit message.

Doesn't compiling TypeScript still require Closure Compiler if you want small output?

One Implementation Idea is to draw to a temp bitmap, draw the clip path to that temp bitmap's alpha channel, and then just blend the bitmap. There might be faster...

Before (8bpp 3-channel): After: Before (4bpp 1-channel indexed): After: I added some local code to dump the image with mask to check the bit stuff is roughly right: ![image-0](https://github.com/SerenityOS/serenity/assets/3487/deb10d07-cd48-40e8-aa51-7ea6de542672) Before...

> :thinkies: They _are_ all kinda awkward! Feel free to patch this in and give the other ideas a spin :)

Oh I see 🙂 But maybe the code could be a bit less awkward if I used a bitstream...