Jocelyn Turcotte
Jocelyn Turcotte
> Awesome! The only thing that could be even better would be to get that number pop up when you have scrolled anywhere else except bottom (but that may interfere...
I've been having issues when using 100k lines of history where a long running terminal would eventually start taking over 700-1000MB. The strange thing was that the memory would be...
> That's not super strange really. Generally you don't have much control over forcefully returning memory to the OS. We try to clear our history size if it was shrunk...
> @jturcotte How did you do this? (allocator switching) I've looked at your fork but can't find anything about this in any of the branches. **EDIT:** maybe something like this?...
I don't quite remember, but I looked for a while how I could get rid of the hard-coded CSS sizes to let the browser resize the canvas and I gave...
Here is a similar issue that is reproduced with both qt and winit-femtovg, it might be a different cause though. Is looks like the stroke causes the document to grow...
After gutting out the skia renderer, I figured out that I need this for it to be pixel-perfect. The main issue is that I misunderstood `LineTo` to mean `LineLength` or...
What sound card are you using? Also is this going through PulseAudio or PipeWire? I'm setting a buffer_size of `512`, which is within the reported `buffer_size: Range { min: 170,...
Thanks this looks like a pretty regular setup, I don't really have an idea of what could cause this. Sadly I'm not sure if there is much to be done...
About (1.), I don't understand why you can't just let the text overflow its own constrained bounds, is this a limitation of the renderer? Otherwise, even if it wouldn't fit,...