Danilo Cianfrone

Results 31 comments of Danilo Cianfrone

> I think the solution is to release `eventually` 0.4.1 with `eventually-postgres 0.3.0` (which bumps the `refinery` dependency from 0.3.0 to 0.6.0) Now that we've merged some breaking changes on...

**EDIT:** instead of using a continuous deployment style for library releases, the pipeline could: 1. Be created using `release/vX.X.X` 2. Ensure the version is a correct and valid semantic version...

Hey there 👋🏻 Thanks for reporting! Yes, I still need to add a Contribution Guidelines document. Will work on it ASAP 😄

Hey @sbellware, I think there's been a misunderstanding. I'm not talking about providing a Docker image with MessageDB inside. From my original message: >Have you considered creating a Docker image...

That could it, but looking through the test cases in `pkg/mapper/mapper_test.go` I can see a fixture that resembles my particular case: https://github.com/prometheus/statsd_exporter/blob/8b2b4c1a2b49a5a2a8c0c8c567462affd79b58d3/pkg/mapper/mapper_test.go#L166-L169 Also I noticed there aren't many tests for...

> You would need to use bazel stamp feature in combination with rules_go x_defs instead. > > It does not make sense to enable this in rules_go by default as...

@aherrmann I see... so this would be something like this? ```starlark nixpkgs_go_configure( repository = "@nixpkgs", sdk_name = "nix_go", attribute_path = "go_1_17", ) ``` My only concern with `attribute_path` could be...

Hi folks, sorry to chime in, just a question regarding this, as I'd love to start using `rules_nixpkgs` but I'm currently on Bzlmod. I currently don't see a way to...

Closing this one as the app example has been moved in the repo already 👍🏻

Hey @taqtiqa-mark, thank you for opening the issue and so very sorry it took me so much time to answer 🙇🏻 Just to make sure I understand, the point from...