Aeledfyr

Results 8 issues of Aeledfyr

We need to set up more tests to make sure each part of the system functions properly. We currently only have a few tests, so we should work on improving...

feature request
area: internal and error handling

When a database transaction fails (in this case, only for mod uploads), we currently try to delete all of the files that were uploaded to the CDN, to prevent having...

enhancement
area: internal and error handling

This changes the buttons to use `` tags so that you can use them using the keyboard. It also adds `cursor: pointer` styles to the "Hide public subreddits" and large...

Allowing user control of the label format string is unsound, as implot passes it directly into `sprintf` with a 32 char buffer. (See https://github.com/epezent/implot/issues/310) Plot heatmap uses the provided format...

This crate is small and compiles quickly, but it's also used *everywhere*, so trying to improve the compilation speed is worth it. This PR has a number of optimizations; each...

The `Client::update_role_positions` function always errors, as discords API expects a different format from what it provides. The error: ``` Response error: status code 400, error: {"message": "Invalid Form Body", "code":...

t-bug
c-http
d-api

A blanket impl of `DeepSize` for all copy types would cover a significant amount of the library comparability code in this library. Can `Copy` types own memory, in the sense...

There currently aren't any examples of how to implement the DeepSizeOf trait manually.