Lucas Soares

Results 92 comments of Lucas Soares

> I upvote this feature request. In total, I expect the following files, > > ``` > .env # loaded in all cases > .env.local # loaded in all cases,...

Guys, what CI/CD have to do with having precedent .env files, lol hahaha `.env` (except .env.local) files are always present on git, there is no "CI/CD generating it". It should...

> If you embed the location type in your struct it will have the behavior you want (it works the same as the encoding/json package). > > ```go > type...

> I see. I will think more about your suggestion, the problem is because I would have to implement custom marshalers/unmarshalers for each struct I have (so many haha). At...

This feature may be named as `dry run` instead of `simulate` to clarify what it is doing. Ppl may want to simulate the transaction before executing to avoid spending unnecessary...

Hello. Anything we can contribute here? @guregu

> FYI, there's a fork here https://github.com/junderhill/helixddb that uses v2 (based on this PR). I can't guarantee it works exactly the same as v1, but it seems good. If you're...

> This was the exact reason I decided to fork the project - we had dependencies on multiple v2 AWS packages already. > > If it helps, we've been using...

> This is how OpenTelemetry as a whole has decided to export this data. What the latest version exports is compliant with the OpenTelemetry specification. The previous versions were not....

Thanks, I will test it... edit: I will use your solution for now. Thanks!