Georgios Kampitakis

Results 44 comments of Georgios Kampitakis

Hey 👋 Thanks for opening this issue. I have explored this idea in the past. You can see this pull request here [experimenting with inline snapshot support](https://github.com/gkampitakis/go-snaps/pull/70). I was able...

Okay early next week will have some time to refresh my memory on this and I can share a branch for you to test and see from there where we...

I have reached a working state but I put it in a pause for two reasons 1. Not sure how many people are interested in this, in order to test...

@silverwind Thanks for your feedback https://github.com/gkampitakis/go-snaps/pull/70. I have made it this far supporting `MatchInlineSnapshot`. I will try to work and bring the pr up to date and write so more...

I have also tried with ``` struct { InYears uint64 `yaml:"in_years"` InMonths uint64 `yaml:"in_months"` }{ InYears: 10, InMonths: 120, } ```

I have updated per recommendation the `lookup` method to resolve explicitly both ipv4 and ipv6. I see there are some unit tests but are skipped, what would be your suggestion...

@murgatroid99 code has been update per your feedback, thank you. I have also tested locally and it does behave as expected. Are there any - tests that need to be...

@murgatroid99 I don't see an example of how to test this code path (using an env variable). To make this testable with no weird monkey patching the import I would...

> OK, for testing I was thinking that a gulpfile target could be added that runs just that one test file with the environment variable set. Then the actual test...

Can't tell if the failing tests are related to my changes 🤔