Casey Mulcahy

Results 47 comments of Casey Mulcahy

Committed the changes for the `-q` and `-t` options, which are in the new version 0.2.3. By default the chunked upload will retry a few times in case of Dropbox...

OK. I will test to see if other operations also have the potential to hang, and wrap them in timeouts.

That seems like a good idea. go-sdl2 was problematic in a couple of ways and (if I remember correctly) I don't think it's improved. I can't personally allocate much attention...

this is done in dev branch except for the graphics part

Thanks, that issue does seem to address this. I don't see why it was closed, though!

I'm using `audio_thread_priority` for WASAPI in . For me it's a big improvement over `THREAD_PRIORITY_TIME_CRITICAL` (which is what cpal uses now for WASAPI). I haven't integrated it with other hosts...

My guess is that it's winit related since I've also had this issue with winit demo code. Somehow egui/eframe is better though despite using winit under the hood (still high...

The application is built on macOS 13, so maybe this could be due to a forward-incompatibility issue in macOS? I'm not sure how that sort of thing works.

This is the backtrace I have. However, most of the stack frames are `` and in my experience the order of frames can't really be trusted; i.e. I've seen other...

Has anyone figured out a workaround for this?