Graham Northup
Graham Northup
I'd like to second this one, with a use case: I'm preparing a deck of cards, and--because space is at a premium--I have symbols for "take a card", "put a...
@emilyyyylime I'd love to, but there's some circular dependency: `base` defines some helpers, uses them in `syms`, but then those `syms` are used in a custom page layout defined later...
I didn't actually change any details before it uploaded (successfully!) to main PyPI--that's not to say it couldn't have already been on TestPyPI, although, if memory serves, I failed to...
(GitHub's telling me there's a reply, but I don't see it--oh well.) I guess there is a place where no argument list is needed: [function stubs](https://moonscript.org/reference/#the-language/function-stubs). That said, the interaction...
This would close the languishing [Bug 1798417](https://bugs.launchpad.net/netplan/+bug/1798417) provided one adds a (symmetric, one hopes) implementation for `oif` as well :)
Oh, I see what happened here :) That boolean used to be [an or](https://github.com/age-series/ElectricalAge/blame/e148f76b1692e3eab100f7cacae2a66c3b218792/src/main/kotlin/mods/eln/node/NodeBase.kt#L176) before Jared accidentally changed it to [an and](https://github.com/age-series/ElectricalAge/blame/4aa9712bfe87bdde4c1c493e34fa54e470cc507c/src/main/kotlin/mods/eln/node/NodeBase.kt#L177) in a recent refactor. Looks like it'll only...
Replicated the issue on a local MacBook, Firefox 127.0.2 on 64-bit M1 (though I imagine this is serverside :) This occurs during a search for any non-empty string.