Linus Willner

Results 18 comments of Linus Willner

@4oo4 Can confirm that those do the trick. There is only one hitch, namely the fact that if you run the last two ones after going through the debloat scripts,...

Hmm. This feature has not been suggested to me before; however, I do think it might be worth implementing, considering how often this kind of feature is used in native...

I haven’t used TypeScript awfully much, what’s the current bugbear against using this with it? I’d be glad to support it though!

Ah, so I have to provide a type declaration for it, gotcha. I’ll implement that as soon as possible, but if you’re in a rush, you could always monkey-patch it...

After some consideration, I'm potentially going to convert this library to TypeScript entirely at some point in the future. However, for now, maintaining duplicate type declarations is not something I'm...

Hi @kulyk, thanks for the brilliant suggestions! A few things here. First of all, I really appreciate the offer to help out in the TypeScript conversion! I’ll be sure to...

I think this is something that depends on what terminal interface you're using, so it's not universal behaviour. It may also be desirable to wrap in some contexts, but not...

Hi, 1. It appears you're printing from the top in the way that some terminal applications seem to be doing. I'll have to be honest in saying that I have...

You mean auto-scroll when a new line is pushed to the terminal? Because automatic scrolling is already implemented for when a command is entered by the user (in order to...

No, currently there's no support for something like `readline.question()` from Node. I'll consider implementing something like this in the future though, if it's feasible to do so.