Sebastian Michaelsen
Sebastian Michaelsen
Thanks for your feedback, Mathias. I fear I can't add a test at the moment (deadlines and stuff). Would that block my PR from being merged?
Same here with Browserstack - tested with Google Pixel and iPhone 8.
```` [0-0] capabilities = { webStorageEnabled: false, locationContextEnabled: false, browserName: 'safari', platform: 'MAC', javascriptEnabled: true, databaseEnabled: false, takesScreenshot: true, networkConnectionEnabled: false, platformVersion: '12.1', useXctestrunFile: true, bootstrapPath: '/usr/local/.browserstack/config/wda_derived_data_29d7f376ebaf29d0ed70291cb4519e5fe8a0712c_1.16.0/Build/Products', orientation: 'PORTRAIT', 'browserstack.isTargetBased':...
```` iPhone8: { device: 'iPhone 8', deviceName: 'iPhone 8', os_version: '13', real_mobile: 'true', }, ```` With these capabilities the correct folder is created, which is great. 👍 I do screenshots...
Hey there. I personally don't use flux, so it's unlikely I'd do something in that direction. I'd be happy to receive a PR.
I consider `require-dev` to include packages that a developer needs on their machine, not to be deployed to a server. Of course you are free to have a different understanding...
Having different servers that are "tied" to different branches is also what I do regularly and this is supported by this script. But I don't think you need a composer.dev.json....
You mean an early return in the content_defender hook class if some crucial fields are not provided? I can change my PR in that direction, if you want.
@SSFGizmo See #507 where I have attached an example. It breaks only with PHP 8.1.
I'd rather remove this update wizard. It was meant for a TYPO3 core update at god know which version..