Cassie
Cassie
## Bug description Most blocks do not render when turned into ships with [Valkyrien Skies](modrinth.com/mod/valkyrien-skies) ## Steps to recreate 1. install Sodium, Nvidium, Valkyrien Skies, and Fabric API 2. boot...
I would like to be able to paste a direct url for subtitles since I don't like the process of downloading them just to upload them to the site.
I would like to be able use the `/create?video=...` route with a couple of extra parameters to improve user experience: 1. `&subtitles=` I was thinking this would take a json...
[Depends on utility functions exposed in #2662] ## About Plugin Discord often hardcodes colors despite having css variables for all it's colors. For example, `--primary-160` is `#ebedef`, but in the...
Light mode fixes of client theme replaces all `--white-500` backgrounds with `--primary-100`, but since discord started lazy loading css chunks, the old approach of generating all these fixes at `DOMContentLoaded`...
### Describe the bug Pagination with count set between 2 and 5 is broken, producing illegal/illogical page numbers  Without on  With on 
Adds an API for listening to styles as they are added to the app via webpack Replaces #2662 Will be used by future plugins of mine
Today when I was stealing the url cleaning from clearURLs for one of my personal projects, I found the code kinda disgusting. This commit primarily is just because of the...
People will want to be able to use functions from outside the context of an inlineThread ```ts import { InlineThread } from 'nanothreads' import _ from 'lodash' export function randomQuestion():...