Kevin Gillette

Results 23 comments of Kevin Gillette

I think it's useful, but I wouldn't consider it backwards compatible. `**` already works and does something (which is the same something as a single star).

@ascarter `*` is very well defined as matching any sequence (including an empty sequence) of non-_separator_ characters. Thus `**` is equally well defined as matching zero or more non-separator characters,...

Comment 15: If this is going to be similar to <labix.org/v2/mgo/bson>, ideally an "inline" map or struct pointer would not be allocated (the field value would remain nil) until there...

I am seeing the same error (`unreasonable message/block size 655616 (max:655350)`) for a similar reason: in my case, the "message" sizes are all small (

I was already familiar with 'ß' handling, but had not yet thought about it in the context of this package. As I don't speak German, could you link a reference...

Hi @Davmuz! The slug package ability to transform codepoints into ascii-equivalents depends on the golang.org/x/text package's transformation tables, which is in-turn driven by the Unicode spec. Is `ø` defined in...

@fdncred to clarify, do you mean `table --table-mode` (that might be a bit redundant in the spelling)? How would you envision `table mode light` working? Would that be equivalent to...

Would you think it would also render input to that same table command using that mode, or would that be mutually exclusive with input? Would the following (or some variation...

Indeed, yes, that's what I meant. I'm starting to work on this now. I tentatively like the idea of a sub-command for setting the default mode for the rest of...

Indeed. Without a workaround feature, this is a fundamental weakness of making post-auth information like region conventionally part of the provider rather than a more normal input to the resource,...