-
Pretty much what it says on the title. It would be awesome to know which middlewares are compatible with Polka or made exclusively with Polka in mind.
So far I haven't found any, but maybe some mid…
-
I used to have the following setup in a `rollup.config.js` file inside a `polka().use()` method. I am migrating from that project to a Sveltekit project. I would like to know if there's any idea of wh…
-
Hi, I'm having a weird issue where I get some colored dots added to some mipmap levels of my textures. It appears to be pretty random: those textures were converted automatically by our scripts on a s…
-
Hi, I'm having a weird issue where I get some colored dots added to some mipmap levels of my dxt textures. It appears to be pretty random: those textures were converted automatically by our scripts on…
-
## Hola everyone 👋,
I'm Frank and self nominate myself.
### Lets try to selfscore myself.
Technical Expertise: 7-8
Community Involvement: 5-6
Content Creation Experience: 3-4
Leadership Ex…
-
I ported polka-store to sequelize.org so you can have other SQL databases. Supported Databases:
- [MySQL](https://sequelize.org/docs/v6/other-topics/dialect-specific-things/#mysql)
- [MariaDB](htt…
-
This project is very interesting:
* https://amphtml.wordpress.com/2018/08/21/workerdom/
* https://github.com/ampproject/worker-dom
It's a little tricky to set up, because it expects the markup …
-
sorry to say this has come up again
tsconfig
```json
{
"include": ["api/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"],
"compilerOptions": {
"target": "ES2020",
"module"…
-
### What happened?
The modal widget in plot with settings is **too narrow** for bootstrap 4 and 5.
We will be happy to solve that.
Please write if you are welcome for our collabo.
![image](ht…
-
I was trying to mount a sub-app on the root ("/") but it was throwing an error:
```
/node_modules/polka/index.js:95
let loop = _ => res.finished || (i < len) && arr[i++](req, res, next);
…