Ch. König
Ch. König
https://nodesecurity.io/advisories/577 the referenced version of inquirer (that is 5 years old btw) is using version 3 of lodash. which has been nodesecurity'ed. AKA everyone who tries to use vorpal is...
any updates? :3c
> native windowing - custom titlebar (like discord, not necessary for linux/win), nice to have, not required #531 not sure if it is still implemented but i dont think it...
well i prefer native titlebars anyway, be it on windows, or now for me on linux (dont own a windows machine anymore)
instead of allowing "plain" regex, you instead could use regular wildcards (that are already wildly used) like `*` and `?` at least almost everyone understands what star means in normal...
For `systemd` you will just keep the process running in foreground. `systemd` works best with processes not going into background and logging to stdout.
I am using socketstream, so all my templates are preloaded to html (and depending on the plugin preparsed) Currently I am using it like this: ``` var app = Sammy("#main",...
I am right now busy with my project, but I can start on it in a few days.
Not a real self update solution, but instead of querying curseforge you can query github. I use something like that at: https://github.com/mcz0ne/launcher/blob/master/src/main/kotlin/controller/Minecraft.kt#L214-L241 Basically you first grab https://api.github.com/repos/superzanti/ServerSync/releases/latest From that JSON...
that would be highly appreciated.