Gareth Coles

Results 214 comments of Gareth Coles

Considering it was about moderation concerns and Fabric has minimal moderation at best, that's not really much of a statement haha

It's possible that this will be an irreversibly breaking change for KordEx, as our event handling launches event handlers in the coroutine scope provided by the event. This might seem...

One way to band-aid events for people with frameworks would be to assign a UUID to each event. Another (potentially more accessible) option would be to add a property which...

No, I'm suggesting a MutableMap, not just a Map. Getters and setters can be added via extension functions.

Not really - this is really something that Kotlin doesn't have a good solution for, so I don't see why a set of extension functions for get/set and early handling...

So, as you may have heard, the really big bots don't actually connect directly to Discord. Most of them use some kind of gateway proxy or load balancing for command...

I'd like to be able to subclass some entities as well as replacing them in some events and such. My use-case is basically for people that make use of PluralKit,...

:+1: - it's not a big deal, but it's one of those useful little things that gets overlooked a lot.

Yuri, that isn't rst. It would be more like this: - `:type param: str` - Expected type of a parameter - `:rtype: bool` - Type/s of object/s returned by the...