Andreas Allacher
Andreas Allacher
Personally I still think this is quite an important feature.
Of course, excluding the table to the `schema_filter` has other issues like executed migrations not being detected.
This is actually more of an issue then I though because e.g. web fonts will fail to load without adjustments to the CORS headers as those are limited by CORS...
OK. to work with symfony 6 it would also requiire a change to https://github.com/backup-manager/backup-manager first
@fcerezo I think the Symfony 6 support only exists in development state currently, so `composer require backup-manager/symfony:3.2.x-dev` should work. though it is not perfect. I would prefer a corresponding release...
Ok. It seems that symfony/process is required by the base dependency backup-manager/backup-manager in 3.x or 4.x or 5.x, so it still fails. However, the issue is actually with the base...
@fcerezo I can't guarantee that this will work but someone forked the original backup-manager and added PHP 8 support tetc, so this might work (though it isn't a good solution...
I just found there is annother PR that fixes the type and does some additional stuff regarding ReactNode. https://github.com/magicismight/react-native-root-toast/pull/111 not sure, if the additional stuff is necessary or not because...
Isn't this related to the issue: https://github.com/magicismight/react-native-root-toast/issues/123 and according to the ticket and own tests, ReactNode is already supported, the only thing that seems to be wrong is the type...
Created PR to adjust type for message: https://github.com/magicismight/react-native-root-toast/pull/150/files EDIT: I also just found this PR: https://github.com/magicismight/react-native-root-toast/pull/111 which fixes the type and does additional stuff regarding RectNode support. Not sure if...