Trezy
Trezy
The old Less/CSS files used `linear-gradient(top, ...)`, but the updated syntax is `linear-gradient(to bottom, ...)`. Updates made, simple change. 😁
Currently, the docs don’t make significant mention of the `nes-core` build. We should update the docs (README, website) to mention that build. It would also be helpful to reference how...
**Description** I've converted the project to just using PostCSS, eliminating the individual usage of Autoprefixer and CleanCSS in favor of using the same libraries as PostCSS plugins. Here's the build...
Testing visual frameworks is haaaaaard, but we can do eet! I prefer BackstopJS, but any visual regression testing tool would work. This would go very well with #38, as we’ll...
As @BcRikko said recently in #152: > Sorry, there is no roadmap. 😢 So I think we should change that! Let's discuss what other components we'd like to have added...
I think an 8bit icon set is something that has a lot of value outside of the NES.css framework. I’d love to see the icon set moved into their own...
_Copied from [this Reddit conversation](https://www.reddit.com/r/webdev/comments/tw0vcg/comment/i3ldg91/?context=3)_ I'd love to see support for interpolation of template literals in the compiled RegEx from the Babel plugin. For example, I can *almost* accomplish this...
## Is your feature request related to a problem? Please describe. Next.js 12 [supports ES module syntax](https://nextjs.org/blog/next-12#other-improvements) for the `next.config` file if the file extension is `.mjs`. Creating `next-i18next.config.mjs` doesn't...
**Is your feature request related to a problem? Please describe.** Can't simulate announcements **Describe the solution you'd like** Announcements can be triggered. **Additional context** Examples (courtesy of @BarryCarlyon): ``` @badge-info=;badges=broadcaster/1,ambassador/1;color=#033700;display-name=BarryCarlyon;emotes=;flags=;id=55d90904-e515-47d0-ac1d-879f7f1d7b01;login=barrycarlyon;mod=0;msg-id=announcement;msg-param-color=PRIMARY;room-id=15185913;subscriber=0;system-msg=;tmi-sent-ts=1648758023469;user-id=15185913;user-type=...
I'm really happy to have been able to help so many people with their Twitch bots. To date, we've handled... * 491,282 connections * 46,495,879 incoming messages * 90,248,509 outgoing...