Andreas Hald

Results 5 issues of Andreas Hald

We've been attempting to migrate our app from sapper to sveltekit and ran into the problem of web sockets, in sapper we could simply attach the WebSocket server directly to...

feature request
p1-important
size:large

**Intended outcome:** Apollo Client to work with sveltekit **Actual outcome:** I'm attempting to use Apollo Client with [sveltekit](https://kit.svelte.dev), I can run the dev server just fine, but when I build...

✔ confirmed
:rose: has-reproduction
🚧 in-triage
🔍 investigate

In the npm guide for creating your first chart, the following line " ChartModule.forRoot(require('highcharts')" is used, but this line is missing the escape ')' closing out the forRoot. Can be...

### Describe the problem We're using GraphQL quite heavily throughout our app, and since most graphql clients prefer to query using POST instead of GET, We can't prerender pages. I...

### Versions | package | version | | -------------------------------------- | ------- | | `typescript` | `X.Y.Z` | | `ts-essentials` | `X.Y.Z` | ### Repro Code ```typescript import { DeepPick }...

bug