Trezy
Trezy
@jonathantneal Are you still looking for somebody to take over supporting this project? If so, I'd be happy to dig in. I'm about to fork it to see if I...
Unfortunately we haven’t reached the point of integrating NES.icons and NES.css together yet. We’re considering what that will look like for the next version of NES.css [here](https://github.com/nostalgic-css/NES.css/issues/331). In the mean...
I’ve started the work of updating the docs on both repos to make this process more clear in [this issue](https://github.com/nostalgic-css/NES.css/issues/431).
Support has been added; follow-ups required: * Update docs site * Add support for `anonsubgift`s
@thomaslule If you’re using `tmi` on the server-side, you’ll need to add `secure: true` to your connection config. ```js const client = new tmi.Client({ connection: { secure: true, server: "irc.fdgt.dev",...
@coolcalcacol I still haven't had a chance to actually verify this bug, but I've got a suspicion that you may need to set the `ssl` option to `true` when creating...
I wanted to let you know that this is definitely in the pipeline. I **definitely** intend to release it as an npm package, and I'd love to come up with...
@nibtime has provided a very thorough example implementation for this. https://github.com/vercel/next.js/discussions/31402#discussioncomment-2063781
## TL;DR There's not a good option for implementing strong CSP on a Next.js application until we can solve [#23993](https://github.com/vercel/next.js/issues/23993). --- Yeah, I should probably add something about this to...
This is *really* interesting, @nibtime. We actually have #12 already for creating an edge middleware, we just haven't gotten around to doing it yet. I'm going to do a deeper...