Jonah Lawrence
Jonah Lawrence
Currently all responses return 200 (unless there is a server error, in which case 500). It would be best to have specific codes for different types of errors to differentiate...
Currently "Others" is treated as if it were a language and is displayed in alphabetical order (between N and P). Since "Others" is not actually a language and represents none...
Fixes #152 On profile pages, it is not necessary to show a hovercard for the user whose profile page you are currently viewing. Since the hovercard currently shows incorrect information,...
### Steps to reproduce Hover over the profile picture of another user on their profile page ### What happens The hovercard displays information about the [GitHub user whose username is...
Fixes #753 Added support for fractional units by making the regex pattern support digits before a decimal point and converting `num` to a `float` instead of an `int` on line...
## Summary * Refactors Enums using the built-in implementation for simplicity and maintainability, which may be a few nanoseconds slower*, but has many advantages over the current implementation including support...
## Summary * Adds an example of a select menu in a modal. * This reverts #780 and adds back the example from #692. > [!WARNING] > **As of now,...
### Description When replying to a normal message sent by the bot, it is considered a "mention" and the bot is able to see the message content of the message...
### Description In addition to having the custom icon uploader on the demo site, there could be a second page or tab that allows previewing static badges with Octicons and...
Currently there are no unit tests for the server-side code. It be useful to be able to test certain things, especially that badges render properly (eg. visiting `/badge/-test-blue?logo=issue` or similar...