Christoph Böhmwalder
Christoph Böhmwalder
This mostly splits off different parts of IrcClient into different files. Note that even this is only a temporary "solution" (not necessarily implying there's a problem with the current code...
I'd like to propose a general refactor of the code base. For example, the fact that functions are documented in an inline fashion - don't get me wrong, that's generally...
An important first feature for IRCv3 support would be Capability Negotiation. See [the spec](http://ircv3.net/irc/#capability-negotiation) for details on how to implement.
Currently, the portblock resource agent enables the net.ipv4.tcp_tw_recycle option before sending a tickle ACK packet. This option is supposed to recycle TCP sockets that are left in the TIME_WAIT state....
I suppose this is a request for discussion about the general idea/design behind Stork. The way I understand it, volume drivers in Stork are essentially responsible for querying all relevant...
### Summary When including Graphile Worker in a Next.js project, dependency warnings are thrown. ### Steps to reproduce ```typescript import {quickAddJob} from "graphile-worker"; export async function POST(req: Request) { const...
When compiling with React 19: ``` node_modules/react-step-wizard/dist/index.d.ts:13:8 - error TS2503: Cannot find namespace 'JSX'. 13 nav: JSX.Element ~~~ node_modules/react-step-wizard/dist/index.d.ts:28:13 - error TS2503: Cannot find namespace 'JSX'. 28 children: JSX.Element |...