Alex
Alex
Hi, after running Mod-Assistant 1.0.28 with selected Game-Version 1.6.1 and doing "Install" with latest updates, the "Installed" version of BSIPA always goes back to 3.12.23 (latest 3.13.7), even after running...
Hello, I've been working with the workers-rs api recently and noticed it has got a few rough edges in my opinion. I've thought how that could be improved thus I...
**Feature Description:** Event-classes should hold their dispatch-json in it E.g. GuildCreateEvent should hold a GuildCreate(Data) in it, which can be accessed via getData() **Justification:** My use case for this is...
**Description:** Avoiding the calls to the actual dispatch data unless we're inside of the event-mapper, so alternative implementations of PayloadReader can make the dispatch lazy-loading and avoid some unnecessary json...
**Feature Description:** In a RestX class, e.g. RestChannel you have the option to retrieve ChannelData, which will be a rest call. I'd like to have a method overload with the...
Hey, I was just messing around with importing custom proto files, but the plugin said it couldn't find the file, - when running protoc in default configuration it works. So...
# Summary Paginators should support lazy loading pages with either "infinite scroll" or a fixed ending. # Current Behaviour Pages need to be predefined from the creation of the message....
Resolves #25 I choose to use a Range instead of working with Bound for the range_index method, I hope this works out for you. The iter_range utility function in OrderedSkipList...
Hello! I've been on the hunt for a robust skip list implementation in Rust that supports index_of and index_range methods. I stumbled upon this library and was quite impressed with...
Hey there! I recently started working on writing a Cloudflare Worker library for Interactions using `twilight-model` and `twilight-http`, though `twilight-http` uses tokio, which is currently not supported by Cloudflare Workers....