Paul Gerarts

Results 5 issues of Paul Gerarts

The current subscription example implements Apollo's [[email protected] protocol](https://github.com/apollographql/subscriptions-transport-ws/blob/v0.9.4/PROTOCOL.md) but this protocol is no longer being maintained: From the README in [apollographql/subscriptions-transport-ws](https://github.com/apollographql/subscriptions-transport-ws#graphql-ws): > The subscriptions-transport-ws library is not actively maintained. It...

Replaces all occurrences of `"\\"` and `"\\\\"` with their respective `File.separator` counterparts to make the project run on multiple platforms. (Also adds [maven-assembly-plugin](http://maven.apache.org/plugins/maven-assembly-plugin/) for easy compilation to JAR)

Vite will take env vars from envDir https://vitejs.dev/config/shared-options.html#envdir which defaults to `root`, which defaults to `process.cwd()`, which in the case of an nx project is the `{workspaceRoot}`. This PR adds...

Allow the use of ```js window.location.href = url.toString(); ``` when `url` is an instance of [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL) as encoding is already handled. See [URL Standard > 6.1 URL class](https://url.spec.whatwg.org/#url-class) See [URL...

Visiting the repository shows the branch that was last pushed to in the menu on the right, but the contents of the `master` branch. Since these don't match up it...

bug
ready