Levi
Levi
**Describe the bug** When searching for albums with "Include releases in search results" checked, the resulting albums all link to `/scrobble/album/view/dsid/release-{master id of actual album}` instead of the actual result's...
Considering you can upload a new avatar, I'd imagine it would be possible to upload artwork as well.
While programming in javascript/typescript, I have noticed many problems with function call argument indentation. I finally decided to look into why I'm having problems, and discovered three different, but related...
In script blocks, using the `lang="ts"` attribute doesn't enable typescript in the script tag. Using `lang="typescript"` works as expected, but "ts" does not.
**Describe the bug** The new 950 shades included in tailwind v3.3 are not highlighted. **To Reproduce** Use a classname like `text-red-950`. **Expected behavior** The text is colorized. **Screenshots** **Operating System:**...
It would be nice if there was some way for void elements to be differentiated from every other element node, whether it be via a different node entirely or a...