tyingq
tyingq
Maybe try without the mime type on Ubuntu 18.x? Imagemagick can autodetect it: ` convert 'inline:data:;base64,UDUKMSAxMyAyNTUKSGVsbG8gd29ybGQhCg==' gray:hello`
Adding this to serverless.yml is working in serverless v3.x for me: ``` resources: - extensions: CustomDashresourceDashexistingDashs3LambdaFunction: Properties: Runtime: nodejs20.x ```
A script that's roughly like the "gather windows" action, as a workaround: https://github.com/microsoft/wslg/issues/529#issuecomment-954120973
A short script that will position all the windows top left. A crappy workaround, but it "works". You may need to install xdotool if it's not there already. ``` #!/usr/bin/bash...