HunterAP23

Results 33 comments of HunterAP23

I've narrowed this down even further. To reiterate, this currently fails to compile if `data` is defined in the `@cython.locals` decorator: ```cython ret = tuple(n % j for j in...

@lawrencestroud @utsawb1 Can you post the config you use? My guess is that you may not have formatted the path to the ADB executable correctly: if you have the path...

Going to rework and refactor some things - I'll follow up when I release some updates and see if the issues are fixed.

> Excited to see what you come up with, it'd be great to have something like this actually functional. > It's mind-blowing to me how there's not a single app/program...

> For a completely different awful idea - do you think it'd be possible to handle my camera controls etc. through a regular camera app on my phone, so that...

I created a new branch called `testing` where I've posted the updated code for the project. Please try it out and let me know if it works as expected.

I admittedly forgot about this project - been too busy with other ones. I merged the testing branch into the master to include that loopback fix. > To avoid getting...

Yeah it might be a moot point with the change to using a frame server. The one thing about these apps is that you can run a video through them...

I think having the ability to view and change both the specific core affinities as well as the thread QoS would both be beneficial, and would work better in conjunction...

I have tried that, but the output remains the same. Just to make sure, this is what that code looks like: ```py #!/usr/bin/env python3 import pyperf import time def func():...