WillyJL
WillyJL
I have this exact same issue, but I've noticed something peculiar: if I first move the .app bundle to /Applications and then run it by double clicking, or by using...
Fair enough. So I take it your main concern is the search feature and relying on third parties, while the other changes are ok? If that's the case I'll close...
Only 7 years late lol but I added this in #207 Also I don't know how it was in 2015, but as of today that's not true @asapach: - common...
Nevermind, I hadn't run all the tests... Also in hindsight it's a bad idea to block all other user code in a with block on the library's side...
I'm glad you also think this is an interesting idea. My main concern, that I only realized after submitting the PR, is that this simply cuts off all the content...
I was thinking with my OOP brain and not with a logical train of thought... a wrapper class is completely overkill for this purpose, simple functions do the job just...
Performance wise I get fps between high 550s and low 560s fps with if-style code, while in the mid 550s using the with-style code. Looks to me like this `with...
Oh wow. Yea that is very slow, indeed FPS is a horrible way to test this. I'll try to see what can be done through Cython. About the global and...
Ok so, bit of an update. I am yet try try porting to Cython, but I tried simplifying the code itself a bit: --- The calls this makes to the...
And update 2: can't manage to get it working in cython. It compiles fine, but even just copy pasting the same exact python code from `_skipwith.py` file into `core.pyx`, without...