Jean-Matthieu BARBIER
Jean-Matthieu BARBIER
Late hint : using cairo PDFSurface we can output a page into a file. For example ```go func Convert2Pdf(pgs []*Page, dest string) string { width, height := pgs[0].Size() surface :=...
I use it for an internal big projet, mostly because it's an aot-ready starter; i added some loaders & rules (sass, pug, json, txt) and removed dashboard that had memory...
Same problem here, i can confirm if needed this is a regression between 0.31.1 and 0.32. Reverting to 0.31 makes keybindings stick to their editor instance.
Just keeping track of this issue : this is still present on 0.33
thank you for your quick reply.. here is some more info : Launching this yaml file on a cluster (at scaleway.com => scw-xxx) with 1 node is fine ```yaml apiVersion:...
Same problem here. I created a `SpyDecoder` POC, encapsulating the decoder and iterator, keeping a bunch of samples from time to time. Seems to work. ```rs pub struct SpyDecoder where...
Same bug here, fixed it by adding `read_unaligned` for those lines ```rs #[inline] pub unsafe fn MIDIPacketNext(pkt: *const MIDIPacket) -> *const MIDIPacket { // Get pointer to potentially unaligned data...