Jessica Franco
Jessica Franco
Tracks played through Apple Music are either ignored or invisible to the app.
## Description The VSCode extension currently does not update the terminal colors, which is part of the workbench theming. ### Benefits Built-in terminal no longer shows unthemed default colors. ###...
While the `xsel` and `xclip` implementations do respect the configured clipboard, the `wl-copy` implementation does not. While `wl-copy` doesn't support a `secondary` clipboard, it does support the `primary` with the...
Any regular expression with `u` in their flags causes the warning. Presumably the same will happen when typescript gets support for `s` in the flags (dotAll).
I don't yet know the cause or how to reproduce it; but when using the plugin in my work project, the typescript service may get stuck while typing after showing...
 The layout issues are mostly just ugly ("Parse Settings" looks like a crushed menu bar, both "Parse Settings" and "Debug Log" are clipping the descenders on "g", checkboxes don't...
There's nothing particularly useful to show there anyway.
When a single plugin class has both `[PluginService]` fields and `[Signature]` fields, the `InitializeFromAttributes` call does not seem to work correctly. I first encountered this when updating DeviceChangeFix to API...
As is not demonstrated by the online demo at https://mothereff.in/css-escapes. If a `@charset "utf-8";` directive is present in the input, or an appropriate option is set in the options object,...
`makePromise().then(thenHandler, catchHandler)` is incorrectly considered correct by the always-catch plugin when `allowThen: true` is specified. While the `catchHandler` will handle a rejection of the `Promise` returned by `makePromise()`, it will...