Thomas Müller

Results 127 comments of Thomas Müller

Hmmm... I'm not sure whether ditching `istringstream` is worth it if it doesn't solve the underlying issue. The main advantage of `istringstream` is that it gracefully ignores leading whitespace --...

Unfortunately I'm unable to reproduce the problem on my Windows machine. Regardless, in the hopes that rounding is to be blamed I experimentally changed the sleep interval to be based...

That's a good datapoint; thanks for sharing! Would it be possible to get a minimal reproducing example (e.g. single cpp source file w/o dependencies) that I can compile locally and...

I can also not reproduce the issue, both on `master` and `fig-high-cpu-usage`. I hit the merge button in any case, but will re-open the issue since things don't seem to...

Agreed! Unfortunately, this requires a few non-trivial changes throughout tev, so I can't say when I'll get to it, but I'm putting it high on the todo list.

Heh, being able read images with strange filenames in a cross-platform manner was a big effort and I'm very happy that you can open yours at all, especially the first...

Hi Delio, thanks for sharing + allowing for reproduction! This is a good issue to keep track of. PNG decoding is unfortunately completely out of the hands of tev. tev...

Hi there! Thanks for letting me know. Can you provide sample files for me to test? Ideally, one PGM without a comment that works and another one with a comment...

Thanks for the images! It appears that stb_image, the underlying library responsible for loading PGM images, does not support comments---see [here](https://github.com/nothings/stb/blob/f67165c2bb2af3060ecae7d20d6f731173485ad0/stb_image.h#L7087). Unfortunately, I can't do much about that until I...

Hi Delio, this is unfortunately a problem of the underlying nanovg text rendering system. I didn't consider it a huge issue so far, given that nobody needs to zoom in...