Andrew Bradley
Andrew Bradley
I learned about Ctrl+Alt+Shift+X and did another experiment, inspecting the XML after each edit. I also learned a lot from OneMore's excellent developer docs. I think this is related to...
I see the test matrix doesn't run on anything newer than python 3.9; is that related? https://github.com/trek10inc/awsume/blob/ea212bf8c55a3b8fe290c20817c5d90c52bc9d8c/.github/workflows/test.yml#L17
Thanks for taking a look. I don't think I'll be able to find it, I somehow got it to build and don't remember exactly how. Then I made a static...
I wish I could, but I'm swamped at work. Thank you for linking a nicer alternative though, hopefully this ticket can serve as a useful reference until the docs can...
For mine, I've adjusted the triggers so it only runs when I push tags of the form `v*`. This has an advantage over the diff approach: it can be retriggered...
Thank you for working on this! I have a pretty nice laptop but am consistently seeing the flicker. Unfortunately, after upgrading to 6.5.0, I still consistently see the flicker, and...
Oh awesome, thanks for taking another look!
I went down a rabbit hole and used AutoHotKey to learn a lot about Win32 GUI. **tl;dr is an "Owner" relationship better than a "Parent" relationship?** AutoHotKey lets me create...
The limiting factor is likely JavaScript, where the native number type can only accurately represent integers from `Number.MIN_SAFE_INTEGER` to `Number.MAX_SAFE_INTEGER`. Alternatively, JS has `BigInt` which I've never used, but I...
Linking to tickets related to the challenges of configuring a justfile shell correctly on Windows: - #1907 - https://github.com/casey/just/issues/2532#issuecomment-2740633128 - #2604 - #2610 - #2641 - #2656 - https://github.com/casey/just/issues/1592#issuecomment-1533842558 -...