Jeremy Saklad
Jeremy Saklad
@gwsw Right now, new releases of less are announced through a simple HTML page and a mailing list. I feel providing an Atom feed would be very helpful for keeping...
I mean, I'd rather have the actual news with announcements intended for humans, like you'd get through the mailing list. I am relatively confident whatever you are currently using to...
> > Perhaps a solution would be appending -beta or -release to each tag name. > > This sounds like a good idea. No need to use both, however. Use...
> %B expands to the size of the file as it appears to the user. Generally, the unprocessed file size is irrelevant, as that is not what is being viewed....
That’s not what `CustomStringConvertible` is for. You want `CustomReflectable` or `CustomDebugStringConvertible` (I’m not sure why that last one exists). On a related note, Core Data documentation explicitly discourages overriding `description`...
If this is ever done, it should be in the form of automatic conformance to `Encodable`. However, given that encoding inverse relationships would lead to infinite recursion, I think the...
> Hi @Saklad5 > > Thanks for your contribution, can you explain why there is a `.zwc` file in the plugin folder? > > Thanks & Regards This commit adds...
I'm working on the assumption that all implicit global variables are unintentional, such that simply making them local fixes the issue. If any of them are *meant* to be global,...
Would it be worthwhile to ask Git itself to add a method of passing contextual information to the pager it invokes by way of environment variable? That is, do you...
Wait, Git already prepends this information doesn't it?