Cassie

Results 43 issues of 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...

bug
compatibility

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 ![pagination with a count of 2, gives options (1, 2, 3, 4,...

bug

Adds new option to NoBlockedMessages, default off: ![Discord_bIarBcg95U](https://github.com/user-attachments/assets/000aa8f2-002c-421a-9b69-9b5149df115f) Without on ![ShareX_rhH4I0OWJQ](https://github.com/user-attachments/assets/94239fbc-5500-441a-9165-fd9cdcc4c0ab) With on ![ShareX_wKHcRm2lWx](https://github.com/user-attachments/assets/9a4a38c6-0a98-4a26-8331-69e0777ed8ab)

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():...