Benjamin Legendre

Results 33 comments of Benjamin Legendre

So i managed to do it by making a custom build of vsthost adding a call to RemotePluginClient::setVSTChunk(std::vector chunk) with the chunk i fetched from the dot carxp file from...

Hi, I don't use this project anymore but `google-drive-ocamlfuse` : . I don't have problems editing files in vim with this one.

@dsoprea, I'm sorry, my purpose was not to market anything but just answer to @cyanpencil question about the solution that worked for me. I have true respect for the work...

Hi, I have a similar issue on "button" and "input [type=submit]" when a gradient is applied + border-top + border-[left-right-bottom]: none. A "unvalid argument" is thrown by IE 8 on...

I had the same issue. It seems the Exception is triggered by phpdocumentor while scanning comments blocs. As a workaround "

> Still working on this... > > Wondering if the people subscribed to this issue could report what settings they find ideal when using either of the other DOSBox cores...

Not sure it is related but it seems jsPDF.addImage does not wait for image to be loaded. There is a related issue: https://github.com/parallax/jsPDF/issues/3376 I was able to workaround this by...

Similar issue for me too, the image does not render correctly: ![Screenshot from 2022-05-06 10-38-37](https://user-images.githubusercontent.com/910115/167097760-07326c97-86ff-4af6-9da8-433dc81c910d.png) doc.addImage('/my-image.png', 'PNG', 20, 20, 50, 36); JPG image doesn't display at all, PNG is totally...

It seems jsPDF.addImage() does not wait the image to be loaded completely. Waiting for "onload" in an Image object does work: const doc = new jsPDF(); const img = new...

Hi mrelliot69, This library works locally with the user your PHP runtime is launch. It as no "login" capability of any sort. I'm not sure what goal you have in...