Martin Disch

Results 17 comments of Martin Disch

Is that prototype code still available somewhere? I've never worked with the ICU spec myself and am wondering what that would look like.

Thanks, I think that's all the pointers we need. By the way, I'm happy to report that Vercel seems pretty close now to enabling SWC plugin support in Next.js itself....

Not that I'm aware of, at least not directly. Next.js will still fall back to using Babel in the presence of `.babelrc` or similar, so for the moment it's fine....

That sounds great! Don't expect much from me, but I'd at least love to take a look at the code just out of curiosity. https://github.com/pyrocat101/intl-messageformat-parser-rs gives me a 404 though,...

We're also using Hot Chocolate (v13) and were happy to see that auto instrumentation is already working. However, we think the current behavior could be improved. 1. The `graphql.execute` spans...

Thanks! There's no rush, took me long enough to make this small change :smile:

I'm not the owner, but for what it's worth, makes sense to me.

Just tested it on an instance I host myself, and on nginx it really is as easy as ```text location / { add_header Cross-Origin-Opener-Policy same-origin; add_header Cross-Origin-Embedder-Policy require-corp; # whatever...