Jasper

Results 11 issues of Jasper

This fixes #124 by passing `true` for the optional `preserveFocus` parameter when invoking `show` on the `outputChannel`. See for documentation.

**Summary:** Whenever the output channel is shown it takes the focus (i.e. becomes the active editor window), making it impossible to write more a few characters. **Repro:** Open an .idr...

Fixes two MutextSlimTests suffering from a race and a layout test that fails on .NET FX x64.

- Add new target .net6.0 and upgrade SIOP to 6.0.3 for this new target only - Add overrides for `CanGetUnflushedBytes` and `UnflushedBytes` to `WrappedWriter` for .net6.0/SIOP 6 only

- Build on Linux, Windows, and MacOS Binaries built on windows are used in all following stages (with the caveat that coverlet tampers with the instrumented DLLs as far as...

## Changes concerning #149 - Katana host as a local proxy, providing MediaElement with a HTTP stream. For the time beeing it is only used for Youtube but could be...

Query for popular songs on Soundcloud fails as the API is not supported anymore. An alternative would be something like `https://api-v2.soundcloud.com/charts?kind=top&limit=50&client_id=xyz`. This API does not provide streaming URL's though. Maybe...

Youtube API key format has changed, the key used doesn't work anymore. Related: #149

### What happened? We are running a Postgres cluster with two members on K8S using the operator and Patroni 3.0.1. A client application has a logical replication connection established to...

bug