Jordan Ellis Coppard

Results 79 comments of Jordan Ellis Coppard

Just so it's clear: ``` pocketlang >>> 1..5 # [1, 2, 3, 4] ruby >>> 1..5 # [1, 2, 3, 4, 5] wren >>> 1..5 # [1, 2, 3, 4,...

@ThakeeNathees I've got the implementation working but these macros (far above my current level) are too much for me. See the PR as I'm not sure whether to discuss here...

I can double check, it should work but the files might need a rename. I'll check this week and get back to you.

> @tsujp just a reminder ^^ It fell off my todo-list as I am a chronic yak-shaver, whoops! I had a look today; the `AX` is Apple's accessibility API so...

Still doing this; I want to do it programmatically so I am doing some image creation (the masks Aqua uses to form the corner radii) in C; give me a...

Tag `v0.1.0` should have patched `.car` files which work now. Can you confirm they work for you too? See: https://github.com/tsujp/customise_macos/releases/tag/v0.1.0 you'll want the ones in the `appearance/Aqua` and/or `appearance/DarkAqua` folders.

Another user mentioned the same files in the repo now work on Big Sur.

Can you send me a screenshot of the window in question and do a red circle around the bit you want edited and I'll see what I can do.

@lolimay I'll add this to the repo in the next week or two and co-credit you in the commits for your work.

Was there any progress on this?