Jason McGhee

Results 118 comments of Jason McGhee

Width not divisible by 2? Huh. Not doing any intentional downscaling… we could try rounding width/height to the nearest even number. Definitely never seen this and have had my window...

I believe the problem is with the python aspect of this. I think one of two things would fix this: Add `"PYTHONUNBUFFERED": "1"` to environment in `settings.json` Or Add `flush=true`...

I think one of the key issues is it's filling a buffer, not greedily outputting anytime it sees a newline, which could help here

This is where it's yielded to stdout https://github.com/jasonjmcghee/plock/blob/210e3e274a18c0653446df454fd6901beeac82ca/src-tauri/src/generator.rs#L105 Any help would be much appreciated!

If / when you get things to a state you believe they are working properly, please do open a pr. I will gladly review / test. I believe some bugs...

Did you build this yourself, or was it 0.13?

Could I trouble you to try out this release? https://github.com/jasonjmcghee/rem/releases/tag/v0.1.14

@cparish312 if this fixes it, I think we should prompt the user to address this or force this behavior if there's an external monitor, or they will have this experience...

It should show the placeholder as seen above in this issue if there are no recordings 🤔 --- Seems like supporting the mouse wheel is a no-brainer. Could also do...

The single most helpful thing you @DmacMcgreg and @mkielo3 could do here is set a breakpoint and step through and look for the failure. One area I'm concerned about is...