Stephen Touset
Stephen Touset
Please note that you will also need to allow the `Access-Control-Allow-Headers` header to be configured. Per [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Headers): > The value `*` only counts as a special wildcard value for requests...
~~Unfortunately I think that's not enough. The problem is that the preflight request happens *before* those headers are sent, because the client doesn't know that it's okay to send them...
I am also willing to put in the legwork to take one of these over the finish line, if I can get some guidance from @davidkna on which of these...
https://github.com/cue-lang/cue/issues/3250
PR opened with the fix.
Reopening so I can address the remaining unsoundness issues brought up.
> tuples have padding, which violates the requirements for as_bytes(&self) that is accessible via the AsContiguousBytes provided default implementations for [T]::as_bytes{,mut} as well as ConstantEq::constant_eq. This is a good catch....
At least just expose a way to fetch what the value would be without actually setting `GOMAXPROCS`.
I hate this approach. I'm going to play around and see if I can get a `#[repr(align(…))]` one to work.
Wow, sorry. Somehow I completely missed this issue. I apologize for having taken so long to see it. I'll investigate tonight.