Garret Wilson

Results 186 comments of Garret Wilson

Yeah, this was stumping me as well. Yes, the provided solution works perfectly. But if it's so simple, couldn't we have a directive such as `md-row-hover` to add to the...

Yes, I kept getting all sorts of messages like this as well. Finally I just switched to https://github.com/daniel-nagy/md-data-table, which has fewer dependencies. If you would be clear about your dependencies,...

I was part of the related discussion at #1018 about whether the JSR-305 should be "optional" or "provided", and thankfully (if I remember correctly) we all settled on "optional". But...

So is there a consensus on what the replacement will be? Do you have specific Maven coordinates on what you'd replace it with? (Excuse the question. I know I could...

> So is there a consensus on what the replacement will be? You guys don't know yet, I take it?

So I guess the implicit answer to my question is "Guava has decided to migrate to the [Checker Framework](https://checkerframework.org/)". I can't answer the question about `javax.annotation.ParametersAreNonnullByDefault`. We're mostly only using...

This is happening to me with the latest 2.15.0 version. Somewhere there is code that for Exif bytes is just assuming that the bytes are in whatever the system charset...

What about an EPUB version? If that's not available, would anyone be interested if I looked into the possibility of generating one?

But what if I don't know what the major number is? I just want to make sure two things are compatible. Am I expected to convert the first version to...

In fact I gave you an example of what I want to do. Can you show me how to do that with jsemver, using the variables `ver1` and `ver2`? I...