Nick Kocharhook

Results 181 comments of Nick Kocharhook

Thanks for the example @aristosvo. One thing I don't see in there, though: how does one specify a prefix (directory name) within the S3 log destination?

Well, I would argue that the point of this utility is to add/manipulate front matter, not any of the rest of the content. If a file ends with a bunch...

I now realize that "always emit a newline at the end" and "leave newlines alone" are contradictory in some cases. It sounds like having a terminal newline is less important...

Note also that jumping to today is as easy as pressing the spacebar. I would personally find it frustrating if I was interacting with a date repeatedly in itsycal and...

While it looks like `xargs` is [not immune to argument length limits](https://stackoverflow.com/questions/36224777/xargs-command-length-limits), it should resolve most cases.

If we're going to go to the trouble of providing functions to operate on datetimes, shouldn't we also make it possible to specify a datetime other than now? If these...

Not sure this is a bug. By default, [rustfmt](https://github.com/rust-lang/rustfmt) is opinionated on indentation, and I think it's reasonable to expect Just's formatter to be as well. What behavior are you...

Unfortunately, GitHub Linguist only supports [the venerable TextMate format](https://github.com/github-linguist/linguist/blob/master/CONTRIBUTING.md#fixing-syntax-highlighting). I have updated the syntax highlighting to use SublimeText format in the [just_sublime](https://github.com/nk9/just_sublime) package, but that isn't supported by GitHub at...

Wow, TIL! Good to see that they're expanding the sorts of grammars they're supporting.