schroffl

Results 25 comments of schroffl

If I understand you correctly you want to be able to get an html-formatted overview that you can e.g. embed in your website?

I don't think this is a good addition to this library, because it would clutter the API with functions that probably only very few people use. It would make more...

What exactly do you mean? I don't really get how the HTML-formatted client-/channellist would be useful for the filesystem? Sorry if I misunderstood something ^^

If you want you can try to build such a package yourself, because I currently don't have the time. And besides, it's a useful learning experience :) Also: I would...

Hey @winterwings, is there a specific API you wish for? Do you want to be able to set the timeout per-command like this `query.sendTimeout(5000, 'my-command', 'params')`.

Not so sure about this, I'm really wary about adding things to a library that can easily be done outside. First of all, you avoid unnecessary dependencies that only a...

> Yes, your suggestion is fine and I'd play with it as soon as it comes to life, but it does not avoid the need of socks library yet ;)...

No, no, I wasn't saying that it's already available. It was just a proposal. I'm just gonna go ahead and create something that you can try out :)

Alright, so I implemented a first iteration as well as some helper methods, which might be useful for custom connections (4d2c3f442c041dbcaabab7c93c6bad55ddd0d440, ffef9a518b4eaf6206cedb3daa6616a910d084e3). I will create a pre-release in the next...

Alright, I created a pre-release. Install it via `npm install [email protected]` and check it out :)