Daniël Klabbers
Daniël Klabbers
We're having a similar issue with a dropdown inside the Group Edit Modal in the admin area:  There are more entries underneath "Vrienden" that are not visible.
@askvortsov1 is StyleCI not auto applying changes for a PR? We're working on making some extensions v2 compatible 👏
> Allowing no prefix makes sense, are we allowing no password for socket connections? You can use no password, on development and production. Whether it's advisable has to be seen....
Ref: - https://github.com/flarum/framework/pull/3985 - https://github.com/flarum/framework/pull/3984 Both merged, will rebase and see if the issue persisted.
@SychO9 seems one of your PR's made password already optional, I assume sqlite because that's completely file based. So the only thing this PR now fixes is: a) that prefixes...
I'd love to know if this PR is compatible so that I can give this wonderful package a spin on my new L 12 project 🙏 Can a maintainer approve...
@DavideIadeluca if you want to do an optimization, although just a slight one, stop early instead of accessing the settings repository first (which you then don't need for an admin):...
Under normal circumstances, and from what I've seen when trying to run install on an existing database, is that Flarum actually errors with the fact that the settings table already...
Ok I can confirm this. The logic is contained in the `install.dump` in the `migrations` folder. It seems every table create statement has a drop exists check before it. @flarum/core...
Hello @YUCLing, Thank you so much for opening a Draft PR for this. Looking at your description and title, I think we originally wanted to not just drop jQuery, but...