Michael Manganiello

Results 50 comments of Michael Manganiello

@Dnouv, do you have bandwidth to tidy up this PR? It would be great to see this merged!

For reference, this is waiting for Tooltip support in Fyne: https://github.com/fyne-io/fyne/issues/1650

@ohmantics, do you have an example config file to reproduce this issue? Also, does it still happen if you change the container command to run `yarn start` instead? @Lissy93, is...

I've implemented this in #520! @perpil's reference to ServerFault was extremely useful :)

I found this command as a simple one-liner to retrieve the delete URL after uploading the file, in case it's useful to include in the documentation: ```shell curl -s -o...

I'm also interested on finding a workaround/fix for this security concern. At the moment (with version `aws-cli/2.3.2`), the following command fails as the provided UID:GID doesn't have permission to the...

@j0k3r @Kdecherf, gentle ping to get this reviewed. It would be great to have support for Docker secrets!

Sorry for not tackling this before. I have rebased my changes, and updated the PR description to include the information about the breaking change and how to upgrade to the...

It's probably the same issue I needed to fix in the complete example, because of very old versions of `dynamic-subnets` and `vpc` modules being used. Let me try to fix...

Just updated `required_version` in the examples to use at least 1.1.0, as that's the minimum required version in the `dynamic-subnets` module ([reference](https://github.com/cloudposse/terraform-aws-dynamic-subnets/blob/ec00f4559a8ed973a22325c963f9cf4c7fac1da6/versions.tf#L2))