Thomas Debay

Results 54 comments of Thomas Debay

Hello, absolutely, you're welcome to work on this issue! Please let me know if you need anything!

Yes, the issue was about restricting the modifications to the ADMIN role, while users with SECRETARY role should be allowed to view but not make any changes

The issue was closed when a temporary fix was made. When creating a course, the default start/end dates are initialized to the current period's dates. But of course it would...

I'm also experiencing the same, and when I disable JS in my browser the page stops working, which indicates SSR is not fully working, I guess... Has anyone solved the...

Has anyone succeeded in installing the `imagick-php` extension with the manual installation method? I'm grateful for the suggestions that were suggested earlier, thanks to these I've been able to add...

Which version of Vite are you using? I had the same issue with Vite v2, upgrading to v3 seems to have solved the issue for me.

Absolutely, I'll be happy to document it. I'm realizing, however, that the benefits of counters are limited when using the in-memory storage. To take advantage of counters with PHP applications...

@pselge-5anker Did you manage to make the counter metrics work with your cache adapter implementation? I think your PR looks great, however, in practice I'm still struggling to make a...

I guess I still don't figure out how the `$collectors` property in the `Prometheus` class are supposed to go into the cache when creating a counter from outside the `PrometheusServiceProvider`....