David Katz
David Katz
Is it possible to add constructors at different times instead of all at once when registering the user type? I was playing around with RTTR, since I plan to use...
Read these guidelines. They are relatively simple and will allow me to help you better! For Error Reports: 1. Produce a simple, short, compilable test case that reproduces your problem....
### I have confirmed that ... - [X] Arclight is up to date - [X] all dependencies are installed - [X] all plugins and mods are up to date -...
Some reported a few issues via DMs on Discord so I wrote a quick update to fix the issues. **ServerStarter Support** I also added support for [ServerStarter](https://github.com/TeamAOF/ServerStarter) which is used...
I was wondering if you would be willing to implement support for other file transfer protocols like SFTP, SCP, FTP (implicit/explicit encryption). Currently if you try to connect to an...
This is a PR which fixes #35 As far as I can tell this hasn't broken anything else but if someone can confirm that would be great. I ended up...
The `hook.Run()` function is currently typed as `Run(): void` when it should be `Run(eventName: string, ...args: any[]): any`
Is this possible to use in combination with SteamCMD instead of Steam? Would love to use this in a CI/CD flow but it doesn't seem to work with SteamCMD as...
# Description CurseForge made some weird changes to their API requiring me to update the response parsing a bit. As always I also publish my scripts in a human readable...