Sebastian Wahl

Results 39 comments of Sebastian Wahl

You are probably seeing the effect of bug #19 which I really should get fixed. When the amount of images increases, the `Recursive` aligner requires a larger movement setting. A...

![Screenshot_20190617_234258](https://user-images.githubusercontent.com/2292170/59703256-c638b480-91f9-11e9-938a-9eafce164d7e.png) It took a few tries, but it aligns with the `Recursive` aligner with a fairly large movement value. (80%) There is a text box in the image for the...

While the code is nowhere correct yet, it suggest perhaps a 3x speed improvement. The idea is that we cache the column calculations, as they do not change when moving...

Be aware that plugins compiled for Qt 4 doesn't work with Qt 5 applications, and similarly the other way around. So also make sure you place the plugin in the...

Yeah, that is a nearly 3 years old version of Gwenview... Please be aware that Qt 5 was released 5 years ago, and that Qt 4 is no longer supported...

> Sure, I know but that's just what my distro comes with. I assumed so as well, so just a heads up that that you might want to reconsider your...

You could try my minimalistic image viewer: https://github.com/spillerrec/imgviewer But I should really try to get some virtual machines running with a few common distributions which I can reroll to a...

Changing the line `cli.js:92`: ```JS await opn(urlToOpen, {wait: false}) ``` to `wait: true` solves the issue for me both in cmd and Powershell. I also notice that the 'opn' package...

I have created a PR here: https://github.com/jlfwong/speedscope/pull/307 I haven't worked on Node projects before, so let me know if I managed to mess it up despite the small amount of...