Daniël Klabbers

Results 167 comments of Daniël Klabbers

@jordanjay29 can you re-verify?

Flagrow.io actually is collecting the data in the same way as Flarum.today did.. So it is able to collect tags too. As to sorting, I decided to read all packages...

Extension installation is a very long running process. For Flarum beta 8 we're moving this to the background, even though the process might still be equally slow, you won't see...

Involvement would relate to initial or continued investment into the extension.

https://forum.opencollective.com ☝️

What exactly is breaking about this PR please?

The first argument `false` causes tenancy to not refresh the tenant. If the tenant is already identified, it will return the existing Tenant not a new one. This is not...

`'sail'@'%'` is something you use when creating a user, not when connecting with one. `%` isn't a valid host, if you're using sail the host is `mysql` actually: https://laravel.com/docs/9.x/sail#mysql

I think your `sail` user doesn't have the permission to GRANT other users permissions? Ref: https://tenancy.dev/docs/tenancy/2.x/database-mysql#requirements

> Well, I am just a developer and I do not have security team but I did set these privileges `(SELECT, CREATE, RELOAD, CREATE USER) WITH GRANT OPTION` for default...