Tyler Coles
javadocmd.bsky.social
Tyler Coles
@javadocmd.bsky.social
Crafter of fine digital fripperies.
I don’t know if suffering is required for art, either way this is a masterpiece. Haven’t been this engaged by a mystery game since Obra Dinn. The wife and I are couch co-opping it (me scared of ghosts, she bad at gamepads, together we manage). Hoping the Curse gives way to much-deserved celebration!
November 8, 2025 at 6:22 PM
A little documentation and some light refactoring and then I can move on to scripting the other half of this project.
July 11, 2025 at 6:56 AM
Absolute heroes. Can’t wait!
January 29, 2025 at 10:26 PM
Woah. Seems that only curries out the first parameter, but if you want to curry the first two, this seems to do the trick (etc, I assume):

>>> curry2 = partial(partial, curry)
January 10, 2025 at 12:11 AM
That’s my understanding. I use it not infrequently, but it’s very situational. Ex: I have some code that merges two DataFrames. Neither of them were constructed by the user. On a MergeError, I can provide a better error message: it’s counterproductive for the user to know that Pandas was involved.
December 10, 2024 at 1:56 AM