Stavros Korokithakis

Results 533 comments of Stavros Korokithakis
trafficstars

Everything I've seen points to this being a screensaver bug, seems that the screensaver doesn't realize it shouldn't be triggered. I don't know how we can work around it, though...

Hmm, that looks doable, at first glance. @theychx, what do you think?

It sounds like it's definitely doable, someone just needs to do the work. Contributions are certainly appreciated on this one.

Indeed, but you know how it goes with open source, if you really want something, you usually have to do it yourself.

Yep, perfectly understandable, I'm just saying that a lot of the open source progress is driven by people who want to scratch their own itch (and this isn't an itch...

Hmm, that's interesting @swiergot, how can we integrate it into CATT? Can we make our own receiver?

Hmm, ten minutes? How many files do you have in that folder? We're just checking the filenames, which should be pretty fast, though maybe we could glob to make it...

Yeah, I'm thinking of something like that as well... We could even glob on the original file's stem, to avoid looking through everything.

Yeah, sounds like it. Unfortunately, we're doing case-insensitive matching, and any sort of globbing would break that... I don't have a folder big enough to test performance improvements, would you...