Axel Böswetter
Axel Böswetter
If you have many repositories, I think it's the best way to run git list under the same user which is responsible for creating the git repositories. At least that's...
I have something similar. But the layer is not only partial broken, but completely broken/ clean/ white. This always happens after quite some time. My desktop/ browser is online 24/7...
I think it would be nice to have the possibility to save searches as some kind of bookmarks or favorites. Like a saved search on eBay for example. That would...
I have no problem with a switch in the settings, that allows to en- or disable such a feature ;-)
Please allow custom namespaces like `Vendor\Migrations` and use class names like in doctrine migrations: `class Version20180202110355 extends AbstractMigration` with the corresponding filename `Version20180202110355.php` Everything should be fine then. Even a...
I can confirm, that the current branch does not raise any exception anymore, when editing a file storage record (with enabled filefill + single domain).
@JackieDo Any updates on this one? It's just a small fix for projects, that also require other Symfony v7 packages. Thanks!
Have you tried the suggestions mentioned here https://github.com/portrino/shopware-hybrid-auth/issues/6 ?
Just copy the contents from the `additional-providers/hybridauth-amazon/` directory into the `Hybrid/` directory. ``` cd vendor/hybridauth/hybridauth/ cp -R additional-providers/hybridauth-amazon/* hybridauth/Hybrid/ ``` Clear all caches. Enable the provider in the plugin configuration...
Unfortunately there isn't a stable release of hybridauth v3 available yet. But yeah, this is on our radar...