Steve Edson
Steve Edson
Good question, most of it can be recreated like so: ```php $bb = new BitBar(); $places = $bb->newLine() ->setText("Places"); $placesData = ['London', 'Paris', 'Tokyo']; foreach($placesData as $place) { $places =...
Was this ever resolved? I'm getting the exact same issue, also with a project in `/var/www/...`. `--log=debug` doesn't add any additional output. Works absolutely fine when copying files through Cyberduck...
Actually, I think setting `preserve_permissions` to false might have solved this. Any idea why it could write a file, but not have permission to change this?
Cyberduck seems to be able to change the permissions without any issues
Thanks, it's just a standard CentOS box as far as I can tell
I'm still getting an error using the above plugin, and the following versions: - `vue-demi`: `0.13.6` - `@apollo/client`: `3.6.9` - `@vue/apollo-composable`: `4.0.0-alpha.19` Error: ``` ERROR [unhandledRejection] (0 , import_vue_demi7.getCurrentInstance) is...
I think a tag would be good. That seems to be the standard with Laravel packages, rather than just running `php artisan vendor:publish` and trying to find the right option....
I'm also experiencing this issue. When mocking is enabled, and the request isn't captured by the mock adapter, it is forwarded to the network, however the post body is lost....
Also having this issue. No matter where the device is pointing, the video always starts looking at the ground. Need to drag the screen to fix the positioning. Don't have...