Karl von Randow

Results 185 comments of Karl von Randow

I _think_ the right fix to the dbrange issue is to scale `selected_volume_range` rather than remove the scale on `volume_range`? I have made a PR for it #116

Apologies, there is of course no difference between scaling one or the other! I think it is valuable to use floating point division though: updated the PR.

Pardon me for jumping on in on this issue, but this has piqued my interest. I've built an experimental TypeScript program to parse the output of `vips -l` and `vips...

A complete `thumbnail_image`: ```c JNIEXPORT void JNICALL Java_com_criteo_vips_VipsImage_thumbnailImageNative(JNIEnv *env, jobject in, jint width, jobject options) { GValue gvalue = { 0 }; VipsOperation *op = vips_operation_new("thumbnail_image"); // in if (in...

Hi! Thank you very much for this. I haven't used OpenApiConnect with OpenAPI so I've probably just overlooked it. Do you want to suggest a PR to correct this? I...

@clapton2008 if you have a moment, would you be able to paste in an example spec so I can make sure that all of the required info is exposed?

@Nirei Thanks for your comments and thoughts. Yes, that's right, generators do currently take on the responsibility of writing all of their files. There is a `generator-common` module that they...

Thanks for your quick reply! I quite liked the idea of using css classes, but that may be because we are using external CSS (less actually) files for our styling....

Fair enough, what if such a configuration option could contain class names _or_ style text like you're using with the styledcomponents?

Thanks @coderplus. I guess this is a practical solution. I don't like the idea of copying a lot of functionality from the dependency plugin in order to achieve this, as...