Leo Hilsheimer

Results 10 comments of Leo Hilsheimer

I'm just pushing here, I suppose this is a small thing but it makes the `defaultSort` property practically unusable.

> Strangely, it seems like it works for @genox he even had a PR fix not lately to this plugin #87 but could be that something was just introduced I...

I am using the plugin without issues in another project which uses payload `v3.0.0-beta.32` and react `18.2.0`, so maybe it has something to do with Radix and React 19?

Maybe `|` instead of `>` would be a bit more clear in the columns select toolbar?

I hacked around this bug by adding this config to my media collection: ```ts upload: { modifyResponseHeaders({ headers }) { if (headers.get('content-type') === 'application/xml') { headers.set('content-type', 'image/svg+xml; charset=utf-8') } return...

Just confirming that the types for the validate property are still broken in beta.115.

> I have the same issue, and unchecking the auto-update button does not seem to help. Me too. Furhtermore, the extension is raising a warning on startup: ``` Hybrid Mode...

`docsReorder` is not yet compatible with version 3!

As a workaround, you can use CSS [clamp()](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp): ``` // 10px if screen width < 700px, 20px otherwise ```

I'm monitoring apps that wake up on requests and go back to sleep after inactivity to save costs. I would like the monitor to wake them up only once per...