Tiaan Louw
Tiaan Louw
Started using egui for the debugger on my emulator ([https://github.com/tiaanl/my-rusty-computer](https://github.com/tiaanl/my-rusty-computer)). Really happy with how easy it is to use! 
Currently a route is matched against a preferred media type for the incoming request. So the default `Accept` header from Chrome is as follows: ``` text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9 ``` The preferred media...
I'm guessing it would be a port of this from the graphql-js package: https://github.com/graphql/graphql-js/blob/master/src/utilities/buildASTSchema.js#L505
Agreed, until we're clear on what exactly to expect from colors falling outside of some gamut we should avoid testing for it.
> Also, I believe Tiaan was planning on changing the color representation to be a bit more unified, something like: TLDR: I think the calculation optimized representation (`(color_space, f32, f32,...
Would this also apply to other color syntax as the spec specifically mention `sRGB`? `hsl(from rebeccapurple calc(h) calc(s) calc(l))` == `hsl(from rebeccapurple h s l)` or `oklch(from oklch(0.7 0.45 30)...