Results 31 comments of Astrid

> Some people might like to specify their birthday as month and day, without a year, for various reasons @mdpkh This is already possible. Specifying in `mm-dd` format will do...

Should this specify the last time the member switched in, or the time they switched out?

That's probably the most accurate to phrase it, but it's also fairly long, and might not fit very well on a member card. I'll look into it at some point~

instead of checking for a @ in the content, can we check whether it actually pinged? including when someone replies with the ping enabled. i ask because i don't remember...

@dabriian Drop down menus aren't possible through Discord, sadly. You'd only have fields you add yourself, so I'm not sure where any potential clutter would come from. If you set...

I think a limit of 10 fields is reasonable to prevent that issue from happening. This would ensure the total amount of fields never spans more than two cards, and...

I feel like having people set up aliases for each field *per-member* is a bit much, tbh - it could only really work given the alternative where you set up...

I managed to hack it to work with CFunctions: ```cpp template static void bind(wrenpp::ClassContext ctx, const std::string &sig, F const &callback) { static auto f = [=](WrenVM* w) { callback(w);...

May I ask what's "redundant & unnecessary" about allowing raw bin file scanning? Games like SSBU store fairly complex game data in the amiibo app data section and adding support...