Mark van der Velden

Results 53 comments of Mark van der Velden

See also: https://github.com/h2non/imaginary/issues/187

Feature was part of a release back in Juli this year, so I think it should just work. bimg works with libvips 8.8+ Have you actually tried it?

People can choose to use the base image or not. I'm not sure about the typical use case for people using either bimg or Imaginary. But the base image is...

The way I propose doesn't include any building in the base image, only that the base image provides a sane environment to compile bimg and imaginary. E.g.: ```sh $ echo...

Addresses https://github.com/h2non/bimg/issues/272

The build [currently](https://travis-ci.org/h2non/bimg/builds/472692128) breaks because of [unrelated (breaks on master as well)](https://travis-ci.org/h2non/bimg/jobs/465743917) failing tests. The main problems I currently see is that building takes a bit longer. I'm not sure...

So far I haven't found a modern and functional way of documenting a JSON-RPC API (that I can also use to generate tests). My hope was API Blueprint but it...

Thanks @SvyatoslavVasiliev I don't want to use inline documentation solutions and API Doc advertises that it's for RESTful services, so I'm not sure if we can expect much from that...

For now we've solved it by using a different table for each scheme.

While I agree with @rubenv's point of view on this matter, I do think there is a middle ground. The argument against SemVer to require the author to maintain multiple...