Jessica Franco

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

context-syntax
scope-compatibility
scope-ux
scope-quality

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

bug
accepting pr's
needs investigation
nice first contribution

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...

info-needed

![image](https://user-images.githubusercontent.com/73085/190376435-4bed216e-de20-4161-9709-cf347b0dcf4a.png) 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...

enhancement