-
Hi there,
I have the following minimal example which I'd expect to work as this is the way how it is described in the [sub-app example](https://github.com/lukeed/polka/tree/master/examples/sub-app)…
-
**Describe the bug**
I upgraded Sapper in a new `sveltejs/sapper-template` rollup project and see Typescript errors when running `npm i && npm run dev`
**Logs**
(Repeated for client, server, an…
-
Having url like `?prop=a+b` we following page.query have in preload function.
At server: `{ prop: 'a+b' }`
At client: `{ prop: 'a b' }`
The issue that `polka` has bug in query string parsing…
-
For example, a fresh install of older versions of `sirv` will:
```
TypeError: parser is not a function
at .\node_modules\sirv\build.js:163:30
```
-
Hi,
I am getting compilation errors with running yarn build, error info below
```
node_modules/@polkadot/api-derive/democracy/types.d.ts:1:13 - error TS1005: '=' expected.
1 import type BN fro…
-
Is it possible to use polka/sapper with uws?
-
We should turn this into an environment variable so we won't have to worry about accidentally exposing this.
```js
// src/server.js
// ...
const { PORT, NODE_ENV, GOOGLE_OAUTH2_CLIENT_ID, SESSIO…
-
The following web server :
```js
import polka from 'polka';
polka()
.get('/*', () => { throw new Error("i am an error") })
.listen(3000);
```
exits completely when receiving any requ…
-
We might be able to do test coverage reliably, finally:
https://medium.com/the-node-js-collection/rethinking-javascript-test-coverage-5726fb272949
-
### Describe the bug
```ts
Uncaught (in promise) ReferenceError: Cannot access 't' before initialization
at useQuery.ts:219:9
at sinks.ts:14:9
at Object.next (sources.ts:55:21)
…