Aleksander Heintz
Aleksander Heintz
No. Output to the console logging. As in, when I'm writing a console application, I would like to be able to output things to the console.
Well, it's a bit hard to answer after months of not looking at vorpal, but IIRC the issue is that vorpal uses custom streams of output for the commands. It...
Not if you're doing internal piping. Then it has to be redirected to the next command.
Yeah, as said, I don't even have the project I had this problem with anymore. This was the main reason I changed away from vorpal. But, if I recall correctly...
Yeah. I looked at implementing it myself the other day and ran into the same issue. Was hoping that more eyes on the issue might figure out something clever :P....
I'm working around the issue of astro-files not caring about `node16` by moving code to `.tsm` files and just importing them in astro-files - and for the most part that...
I did some poking around in the code, and it *seems* to me that all that's needed is some minor changes to the tsconfig and package.json file: ```diff diff --git...
Small update, i also had to update one of the lines in the exports map. I'll make a PR so you can see the full working diff easier. I've tested...
No, well, if you ask me a monorepo should be the default nowdays. I originally did development primarily in .NET, and the fact that I have to create multiple repos...
$15 bounty added to the issue.