Niklas Mollenhauer

Results 250 comments of Niklas Mollenhauer

I backported some code from @lgrund to match the existing API: https://github.com/nikeee/TeamSpeak3QueryAPI/compare/ssh-backports Current use is like this: ``` var sshClient = new SshProtocolClient("username", "password"); var client = new TeamSpeakClient(new QueryClient("server.com",...

This is correct, as stated in the [readme](https://github.com/nikeee/wake-on-lan#arp-requests). I did not find a good way of reliably sending ARP requests on Linux/BSD systems. If you know how to do it...

If I'm not mistaking, it also requires the OS to have PCAP installed.

One could use Linux' raw socket to send the ARP packet directly: https://gist.github.com/austinmarton/1922600 However, it requires root as well.

The linux lookup looks promising. If it's still ok for you, I'd integrate the linux lookup into the library.

> IPFS does seem like a viable and interesting effort to endorse with Aria. Could you elaborate? Brave, a semi-mainstream browser, just released with native IPFS support: https://brave.com/ipfs-support/ https://github.com/brave/brave-browser/projects/32 They...

Any workaround? Use varchar in the meantime? Does `simple-json` as data type suffice as a drop-in replacement?

I think it's less practical if one has to translate the text of the dialog into multiple languages. The order of the items might change or some could even get...

I wanted to get into the TS compiler, so I've implemented a simple prototype of this type system extension. You can play around with it here: https://nikeee.github.io/typescript-intervals These features are...