Astrid
                                            Astrid
                                        
                                    Would Lua/Wren-style fibers/coroutines work? If you're implementing a language runtime it doesn't require *too* much plumbing to add, and would probably integrate quite neatly with Rust's existing async system. Your...
Wonder if you could literally just... have a `register_async_fn` taking a function returning a `impl Future`. Add an async variant of the eval functions and just await those callbacks when...
You can emulate the "tag" approach by having a class containing a tag and a pointer to the actual object, and then just storing that in your foreign slot instead.
I might actually prefer just... not letting you proxy the first message in a forum. The user workaround is gonna be "don't proxy that one time" anyway.
Having PluralKit remake the forum thread means the original user loses thread owner privileges, which I would think is a much bigger potential issue (and less immediately obvious) than an...
Further clarification: a very large portion of the bot code is Discord-specific, and porting it to another platform would effectively mean rewriting it entirely. It's open-source, so if someone else...
This shouldn't be impossible to do on our end, but I don't think the original message link is *helpful* for T&S purposes, as they can't act on deleted messages in...
For an interim solution you can get the original message ID from `https://api.pluralkit.me/v2/messages/[proxied_message_id]`, then assemble a message link yourself with the given guild/channel IDs. Definitely worth a shot, but in...
Users at least need to know that they need to use x64 Java and not arm64. I just ran into this issue trying to help a friend, the relevant wiki...
Sounds like your transaction has too many UTXOs. See the Troubleshooting section of the site for instructions on how to merge those down into smaller ones so the transaction can...