Gudine
Gudine
In the album view of the desktop program, albumless songs are all put together in a single "[Empty]" group, but in the remote application, all the albumless tracks are separated...
I'm currently developing an application using Shadow DOM, and I'd like to use the fixes introduced in #2347, but they haven't been published yet.
## Expected behavior The initiated project should come with all necessary files ## Actual Behavior Several of the files needed aren't created. ``` √ What would you like to do...
Fixes the icon duplication bug from #9.
### Describe the Feature It'd be nice if a post's timestamp had a link to the post itself, something that already happens in the timeline view but not in the...
### Describe the Feature When the user's subscribed moderation services are listed (when reporting a post, or in [the moderation settings](https://bsky.app/moderation)), they're currently listed in order of subscription, but I...
**Describe the bug:** The return value of some of the functions in \@pkmn/sets don't match the types assigned to them. Specifically: * `Sets.unpackSet`'s return potentially lacks two properties from `PokemonSet`:...
Add `__filename` and `__dirname` variables to JavaScript views Adds Node's `__filename` and `__dirname` variables to Datacore's JavaScript views and `dc.require`d scripts. These new variables make relative script imports possible, by...
As shown in the playground link [here](https://typescripttolua.github.io/play/#code/5.4/PQKhAIAEDsHsGUCmAbAZuEwBQBLaAXRAJ1QEMBjRcAYVOWXhwHNpT8BXIqgby3H-AAKAJQAucADdYOACYBuLAF8sWUBBgIU6TLgLEylcABFEAW1gAVAJ4AHHnwGp20cgEZxteoxZtOiBQLgTi4ATOLcQmKS0vLgyspYMojkyKRc4OSw0ADO+OBJ5uIm5tZ2CkkpaVSZOXnB5ADMHnQMzKwcXAqJZrAAdPWuIuU9-c7kIUNY9Q1DQA), adding `/** @noSelf */` to an interface doesn't affect its call signature properties, though it's worth noting `/** @noSelfInFile */` _does_ work correctly.