Anthony
Anthony
@LaXiS96 I didn't know about the custom CSS plugin, that's a great workaround! I tweaked the CSS a little bit, and made the header bar style match up with Nextcloud's...
Here is my hacky workaround for detecting the filter, this is at the top of my data provider function before it starts its slow data-gathering process. ```php // hack to...
This would be helpful to avoid warnings in our Pest output, as we have some tests which involve intentionally passing bad data to PHP's `unserialize`, which emits a warning. Currently...