Akshay Shah
Akshay Shah
Cool. Having some semver tag, even if it's 0.0.1, will help a lot internally. Right now, tally is very prone to version conflicts.
💯 Awesome - much appreciated.
Any updates on the roadmap?
Primary issue here is that the code in `expand.go` is all C-style and `snake_case`, so it doesn't pass our typical linter suite. We'll need to fix that file before we...
Seems like this got done 🎉
As @xuyang2 points out, the YAML specification outlines a number of different ways to encode Boolean values. The way these strings are treated depends on the structure they're unmarshalled into...
Documented this more clearly in #94. I'm going to leave this open in case someone comes up with a nice fix (or feels like writing a fully-compliant YAML parser that...
Eventually, yes - supporting syslog will require both a syslog encoder (similar to zap's current JSON encoder) and a `WriteSyncer`. We're definitely not going to get to this until after...
@bclermont Thanks for putting in the time to prototype this! I'd also like to make an interface changes generic enough that we have a fighting chance of supporting other encodings...
Awesome - thanks, @avidak. Clearly, we've been thinking about this a lot internally without posting updates on this issue - sorry, everyone! *I don't think that it's a good idea...