Clark Winkelmann
                                            Clark Winkelmann
                                        
                                    Is there any error message? The service provider can now be registered using the `Extend\ServiceProvider` Flarum extender. We should update the wiki with that. Actually we should make a custom...
Sadly there are actually multiple issues. First the wiki was really out of date, sorry about that. I have now updated it with accurate code. Unfortunately it seems like the...
There's indeed an issue here. Bazaar does not install the advertised version of the extension, but does its own calculation to find the best version. I've not gotten to the...
> is not calculating the betas properly in the precedence sort before selecting the version to install Actually, it does. `"minimum-stability": "beta"` **allows** beta versions, while `"prefer-stable": true` forces to...
@luceos there are still many things flagrow.io doesn't know about the local install. There could be a PHP platform definition, or other PHP/extensions requirements in the local composer file which...
I have no idea what could trigger this error, but here are a few leads: Laravel sets a database reconnect strategy (https://github.com/laravel/framework/blob/v5.1.38/src/Illuminate/Database/DatabaseManager.php#L195) but Flarum does not (https://github.com/flarum/core/blob/v0.1.0-beta.6/src/Database/DatabaseServiceProvider.php) so any database...
Well, that's why they are called dev dependencies! People should install bazaar with `--no-dev` / `--update-no-dev` flag Bazaar itself already runs composer in production mode. (It's not clearly visible because...
It's not working then? It should :sweat_smile:
In order to reduce the flagrow.io payload, we could also switch to pointer-based pagination, where we only get extensions that changed since the last request. It does not really help...
@luceos not sure how it works, but when you browse files on Dropbox (API doc https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue), each request returns a cursor. You then use that cursor for the next request...