Yuxuan Shui
Yuxuan Shui
ah, that sucks 😢
btw procedure can a bit simpler. with `-copyts`, the downloaded video should have original timestamps IIUC, and we can further cut based on that. so the `ffprobe` step is not...
additionally this also "breaks" state based conditions. e.g. a condition on "timer is idle for 30 seconds" will fail if the timer is cancelled within the past 30 seconds, even...
cmake is not a hard dependency - it is only needed if you don't have libconfig 1.7. you should at least mention that in the changes.
can you [xtrace](https://github.com/yshui/xtrace) the compositor as it crashes? and post the logs here.
hmm, i think this is probably because of interaction between saved-image-blend and rounded corners :thinking:
so i think first of all, shadow has different width & height from its window (i.e. `shadow_width = window_width + 2 * shadow_radius`). so it does have to have a...
ok, i actually found the fix for the weird corners, but now i am baffled by the shadow detachment. it seems to only happen if the shadow offset is negative......
I still haven't been able to play a multiplayer game. Most of the time it errors with "Could not connect to session", occasionally I can get into the lobby screen,...
that feels like more reasons to remove `jj next/prev --edit`. Edit: the thing is, `jj next --edit` lets you choose which child you want to move to in case there...