Evgeny

Results 388 comments of Evgeny

This happens after some time (hour or two) of normal `stats`.

Any news? No time to wait! CSS nesting is awesome!

Allowing to override `afterStatusCodes` would be really helpful. Current implementation doesn't allow to override it: https://github.com/sindresorhus/ky/blob/53ce279c818998ed372822207b967eb68b92fba6/source/utils/normalize.ts#L39-L43 Removing line 42 will fix the issue.

@hypernova7 example is completely broken. ```js app.use(async (ctx, next) => (await bot.createWebhook({ domain: webhookDomain }))(ctx.req, ctx.res, next), ); ``` 1. Creates webhook on each request 2. Doesn't handle updates 3....

No, I've tested on koa 2.14.2 Handler called and server responds webhook with right body but 404 status.

`koa` integration is still broken ``` Error [ERR_HTTP_HEADERS_SENT]: Cannot write headers after they are sent to the client ```

@MKRhere > The original code posted above seems fine. The original code creates webhook on each request. But the main problem is that it doesn't work