Michael J. Ryan
Michael J. Ryan
Just curious if there's been any consideration or research done to what would be needed to make this library work for Deno. There's a stack overflow question[1] regarding this, that...
Would be nice to add a github stars badge (and maybe issues, etc) for each of the referenced github projects... this would allow someone to at least have some understanding...
After working with another library that does this with node projects, it's enabled an easier path for configuring/using `.env` out of the box with projects. In addition to default searching...
* Configuration for Servers/Autojoin * Server config for `/msg NickServ identify ...` command * Configuration for Channel font. I would love to use inconsolata, for example, as the channel font....
The readme mentions using this with docker, I'm curious if it can be used with podman in the same way?
This is beyond the code strictly speaking, but would be a decent idea to add a test coverage requirement (matching the current coverage level) to the jest configuration. Then adding...
https://registry.hub.docker.com/_/alpine/ Though I'm not sure how much will actually be saved once Python2.7, build tools and libssl dependencies are installed, it might be worth considering.
Would be nice to add a Nightly Release to the releases, and have a daily event that clears the prior files and drops new assets (zip/exe file) for supported operating...
Would be cool to support RLOGIN as a protocol for synchronet... ``` wsProtocol : "rlogin:user:pass:info", ``` Where it's a raw/plain connection, but on connection, the info after rlogin: is sent...