Florian Hülsmann
Florian Hülsmann
I really like the [ALSA implementation](https://docs.kernel.org/sound/designs/midi-2.0.html) allowing clients to explicitly specify legacy or UMP and taking care of transparent translation between the two according to the MIDI 2.0 spec. Wouldn't...
> So far it seems there isn't a method to identify this from the current ALSA raw port API. There is, check the kernel docs I linked above: > When...
@dperini I can confirm it's fixed on latest master, thanks! Would be awesome to see a release with that fix :)
@dperini nice, yea I checked out master and our tests all passed again without errors. Anyway like I said nwsapi for us was just the indirect dep through jsdom.
Also, don't forget to add ```graphql fields { langKey } ``` to your query. It's obvious but I just spent an hour debugging why I couldn't access `langKey` from inside...
I didn't implement this in the first place because the pdfjs library didn't have support for bezier curves and complex filled elements (only rectangles and circles). But if you have...
@aendrew Maybe we should one day switch vrom jsPDF to http://devongovett.github.io/pdfkit/ As far as I see it has everything you might need...
@gwinsky Not with jsPDF, see comments above :)
Sure, however, I'm not actively maintaining this project anymore. Will try to look into it tho :) Thanks for your work!
Good idea, I could imagine having a website with 3 areas: SVG input (upload/text area), SVG input preview, output preview SVG (using the removeInvalid option) or the output PDF, respectively.