Vladimir Matveev
Vladimir Matveev
@sgammon A note on the `buildSrc` vs `includeBuild` thing: I believe that in recent Gradle versions, the `buildSrc` is now automatically treated as an included build: https://github.com/gradle/gradle/issues/2531 https://github.com/gradle/gradle/pull/22540 There are...
Thanks, I'll look into it. Although these errors are very hard to debug and fix in Scala, unfortunately - lots of macro and implicit machinery are deeply magical and can...
There are no immediate plans. I don't even know if shapeless is fully supported by Scala.js. However, I would be grateful for any pull requests in that direction, if someone...
Well, that doesn't really matter because I've never got time to finish up the parser. Even if it compiled, it wouldn't work, sorry.
I don't think that adding traits is a good idea, since it is not really an idiomatic approach. Libraries like this one usually provide top-level functions, which are actually easier...
I don't think that adding `Seek` to `LoadableMetadata::load()` is feasible because I intended for this library to be used in arbitrary contexts, for example, to read image metadata in a...
Looks great, thanks! If you want, you can submit a pull request. However, I agree with @niclashoyer in that I want to do things in general way if possible; this...
Yes, that's something I was thinking of when I was writing that sentence, thanks!
I've added a `read_from_seek()` to `LoadableMetadata` and changed `read()` to require `BufRead` instead of just `Read`. This should make EXIF parsing implementation easier.
@tshepang, unfortunately, I have a very little time now to work on the library, so no, it does not support CommonMark yet.