Trevor Gattis
Trevor Gattis
Nice. I was just needing that feature.
Any update on incorporating this feature into the main gopkg project? I'm looking to build upon this idea by adding the ability to connect to private github server that requires...
Thanks for the notes about the semver project. I'll definitely check it out. It looks like it may solve the problem I was facing. Thanks!
@DarthHater For reference, there's a similar project: https://github.com/elastic/go-licenser Although it has less features, it'll walk the whole tree for you from the starting path you give it and will only...
@danawoodman I think maybe the right design would be to add a `WithCompareFn` option that allows you to pass in your own compare function. The comparison lines * https://github.com/sebdah/goldie/blob/v2.2.0/goldie.go#L378 *...
I'm running into the same thing. It looks like the validations used to be in https://github.com/kylef/JSONSchema.swift/blob/0.5.0/Sources/Validators.swift , but they were refactored/migrated to https://github.com/kylef/JSONSchema.swift/tree/0.6.0/Sources/Validation in `0.6.0`. It's unclear what's causing the...
@petewilcock This pull request may be of use: https://github.com/lebinh/aq/pull/5 I had wanted `JSON` output for a while. I saw your issue and figured I'd try to add in `csv` at...
@lebinh I'll fix the spacing so it's only spaces.
@lebinh The updates have been made and I added in YAML support as well. Great tool, btw!
I forked & made an update, but (since I don't know Ruby), I haven't been able to get the ${uuid:hostname} type format to work. I did get the ${uuid_hostname} format...