Gavin King
Gavin King
We don't start our own threads.
Oh, ok.
Yes, this would help.
Well, I'm primarily interested in maven as a source of dependencies, without forcing the user to know about it.
Well it's also very outofdate. I have more recent versions of those slides.
Rrrrm. No, I don't know. WDYT, @emmanuelbernard, @tombentley?
You mean the lines commented: ``` /* Necessary so the scrollbar can be absolutely positioned within the wrapper on Lion. */ ``` And: ``` /* This is needed to prevent...
Nope, it uses this format: "Returns ISO-8601 formatted String representation of this date.\n Reference: https://en.wikipedia.org/wiki/ISO_8601#Dates" shared actual String string => "``year.string.padLeading(4, '0')``-``month.integer.string.padLeading(2, '0')``-``day.string.padLeading(2, '0')``"; I want, literally: `20161102`.
> Well, the trouble here is that all those `*.string` methods are currently returning similarly formatted output across the board. And I think that's perfectly fine. I don't want to...
@jvasileff @DiegoCoronel @luolong in case it doesn't make sense to have a concrete implementation of `equals()` on the interface, it is a good practice to refine and redeclare `equals()` as...