Block or Report
Block or report nickelc
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
446 contributions in the last year
Less
More
Contribution activity
January 2022
Created 38 commits in 6 repositories
Created 1 repository
- nickelc/value-trait Rust
Opened 33 pull requests in 3 repositories
serenity-rs/serenity
1
open
29
merged
-
Replace levenshtein implementation with the
levenshteincrate - Use subslice patterns to improve code readablility
- Fix clippy warnings
-
Use the
is_falsefunction from themodel::utilsmodule -
Fix
e09_create_message_builderwhen thetimefeature is enabled -
Use the internal
bitflags!macro forApplicationFlags - Remove deprecated fields, gateway events, endpoints and traits
-
Mark the
model::guild::GuildStatusenum as deprecated -
Suppress deprecation warning for the use of
Region -
Decouple the minimal versions check from the
nightlybuild job -
Introduce internal
bitflags!macro with serde implementation -
Replace the use of
DateTime<Utc>with a newtype structTimestamp - Add support for enabling slowmode on thread creation
-
Deprecate
slow_mode_rate/rate_limitmethods and field - Update the notice about the max value for the "per user" ratelimit
-
Change the return type of
Route::stage_instancesto&'static str -
Improve usage of the
api!macro -
Mark the
model::guild::Regionenum as deprecated -
Move the implementations of
CacheUpdateinto thecache::eventmodule -
Derive
Defaulttrait for all bitflags types -
Improve the download of
Attachments by callingBytes::to_vec -
Remove workaround for serde_json's
arbitrary_precisionfeature - Fix ID type deserialization from signed integers
-
Replace
GuildStatuswithUnavailableGuildin the ready event - Add GitHub Actions workflow for labeling pull requests
- Some pull requests not shown.