titanism

Results 106 comments of titanism

@AnandChowdhary this is still unfortunately not working, as it seems the conditional might be an issue? Ref:

@AnandChowdhary can you please simply just merge this PR instead of all the other work you're doing with custom yaml file generation? This is way more reliable for DNS checking...

Interesting, `Got an error (on error) [Error: Couldn't resolve host name]` indicates IPv6 isn't working or wasn't configured correctly on GitHub CI. I don't see WARP (this PR) being setup...

Same here, we have SMS And Slack notifications configured but they are not sending notifications during issues:

@Brandin are your Discord notifications not working either? No notifications working at all - same as us, correct? cc @AnandChowdhary

Ok @Brandin this seems to just be a configuration issue on your side. I checked and it looks like my Slack notification actually worked. The SMS did not due to...

Proof that Slack notification worked (beyond the build log linked above not showing errors):

We are maintaining a new fork at https://github.com/ladjs/koa-views of this project - feel free to submit PR/work there. Thank you.

Here's what we do for @forwardemail and @ladjs: ```js // https://github.com/koajs/compress app.use(compress({ br: { params: { [zlib.constants.BROTLI_PARAM_MODE]: zlib.constants.BROTLI_MODE_TEXT, [zlib.constants.BROTLI_PARAM_QUALITY]: 4 } } })); ```

We should prob also set `[zlib.constants.BROTLI_PARAM_MODE]: zlib.constants.BROTLI_MODE_TEXT,`