Ben Scholzen

Results 82 comments of Ben Scholzen

Only after working on https://github.com/mikro-orm/mikro-orm/pull/5641 I spotted that you worked on this PR. Looking at the source, it seems we have some overlap, though this is specifically handling manually created...

> It's failing due to an increased bundle size, up to 10.23KB. Not sure how to incorporate the UUID generation without affecting bundle size. Did you consider just using `crypto.randomUUID()`?...

I tracked this down a little bit further, and it seems like the correct name makes it all the way down to React in `components/Fields/Field.tsx`. So I assume this might...

Oh, I just figured out that one of my browser extensions was at fault, sorry for the noise, closing. In case anyone else stumbles upon this, this is the extension...

Would it be possible to sort by the screen position, since we do have the offsets?

I'd absolutely love dark mode. I saw that the global.css contained dark/light mode switch for the body background color, but nothing else is affected by it. I'm not familiar enough...

This looks generally good to me. While in a Kubernetes environment I'm used to having CronTab jobs running periodic stuff in containers, I don't see too much harm in having...

I don't think that this is actually a bug. Pretalx itself does say that media (and preferably static) should be served by a separate application/container. This is really easy to...