Sam Sieber
Sam Sieber
https://blog.travis-ci.com/2018-10-11-windows-early-release In theory, this would allow us to use only travis and drop appveyor completely. I think that'd be great to only have to use one service. Thoughts? If I...
Specifically, correctly read stripped tifs for any bits_per_sample sized up to the normal maximum bits_per_sample limit. Also, correctly read tiled tiffs that have bit padding in the last tile of...
I'm very interested in using this library for ingesting some document into a document processing system I work on. I'd like to be able to handle bilevel tiffs - BW...
I startup a java server in the background with this (a tomcat instance preloaded with a war in this instance), and it hangs after a bit, deadlocking on a System.out.println...
This would resolve issue #30. This uses a ProcessBuilder API introduced in Java 7, but that shouldn't matter since gradle itself requires 7+. This pull request allows one to optionally...
I think support for traits is doable, if a little restricted (same restrictions as methods in impl blocks) - we'll need to annotate the Trait definition and generate some helper...
Since this will be for member method instead of a unbound function, I won't be able to use the "same struct name as function name" hack for getting things imported....
This might be a little hard. I think in order to support `impl` in the args position, they'll have to be converted into generics, since they'll be stored in a...
Supporting generics shouldn't be too hard. It'd actually be great. I just have to figure out how to do it and support the bounds correctly.
So, I'm pretty sure that it should be possible to switch the `=>` in the decl macros to be a `:` instead, as well as requiring the curly braces around...