Alberto Chiusole

Results 31 comments of Alberto Chiusole

> > I'd like to discuss also what we want to return: a plain unix timestamp (an int, a string, a float?) or a datetime aware object? I'm inclined for...

> If you pass parse_float=str it instead calls str(json_substring), which does zero conversion and is absolutely loss-free. ok, never tried with `str`, hence I thought it could not directly be...

To me is fine creating the two parameters inside `FormattedResponse`. > `%-Y%m-%d %H:%M:%S.%f %z` Is there a reason you want to use that particular format instead of the ISO one?

I bumped into this issue, but I noticed that the problem for me was with project names containing underscores: in that case the droplet would be created in the default...

Thanks @llamafilm, your comment helped me realize that the latest goofys release may not contain the IRSA feature, so I rebuilt it and now goofys is mounting S3 buckets using...

I also got bitten by this after I developed a CI for a repo, and it started failing on PRs with more than 100 commits. I'll look into using the...

I'm also having the same problem when using this module trying to create a bucket with an open-wide policy. I already tried both workarounds proposed: - https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/242#issuecomment-1740777305 - https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/242#issuecomment-1746713560 But...

> > The memberlist port is still hardcoded to `7946` (grep for it in the helm templates) though. > > May I substitute those harcdoded value with varibles ? as...

I'd discourage putting the memberlist port task change in this PR: these are different changes and it'd be better fixing them in different PRs. 1 PR, 1 simple fix.

> @bebosudo okk, is there anything I'm supposed to do for this PR ? Nope, it's ready for review by a maintainer :-)