Marcus Stade

Results 45 comments of Marcus Stade

Brilliant, I'll see if I can create a build for this, thanks for the tips!

I found this tool which is pretty cool, and has a Radix preset: https://grayscale.design/app Here's an example with adding #ff00ff as a color: I've played around with it for a...

It would be useful to also generate a warning when the given data as a whole is nullish, e.g. `Plot.lineY(undefined, { x: 'date', y: 'population' })`. I've been going a...

@shilman any news on this? Does anyone know of a decent workaround to this issue?

I only noticed this because we updated `@radix-ui/themes` to the new 3.0 release today, and noticed colors in the app changed here and there. Easy to fix, but a bit...

Definitely a breaking change, It's quite noticeable. Not a big deal, just would be nice with a bit of clarity around what changed and why. A visual diff wouldn't hurt...

> (I didn't see anything like this in the docs though 😕) Yeah the docs really could use some work.

You mean in the example I suppose? This is presumably because the example doesn't actually set up any proper session storage (it just assumes there's a redis instance running somewhere,...

Am also running into this issue. Tried downgrading to 4.22.0 however it did not help. Is there another workaround?

I think I've found why this happens. There's a function called `detectOrigin` which will change the scheme to `https` if either the `VERCEL` or `AUTH_TRUST_HOST` environment variables are set to...