Marvin Wendt

Results 86 comments of Marvin Wendt

Hi, sorry, we're lacking a bit of a contributing file. You don't have to edit any markdown or SVG files. If you add an example, you only need to commit...

Hi @luisdavim, sorry for the delay, I am on vacation since the first August. I didn't have time to look into it before.

Hi @luisdavim, what do you think about adding this as a feature to the confirm printer? I don't really see the benefit in creating a new printer for it, as...

No problem 😉 Yes, that makes sense to me. I'll review the PR soon!

> And now I remember why I wasn't using a map, with a map we can't control the order and each time the prompt will be printed differently, I can...

Thanks! I'll review the code now :)

Hi @kinoute, thanks for the suggestion! But I think this is an edge case, that can be handled easily by a wrapper function: ```go package main import ( "os" "github.com/pterm/pterm"...

Thanks for the suggestion, we will work on this :) Note for implementation: We can use the `AreaPrinter` for this. We just need a method to pipe the output of...

Sadly not yet, we're working on interactive printers in the background at the moment :)

Yes, this taking long indeed, sorry for that. Currently, it looks like we would need to rewrite a huge part of every live printer to enable multiple live printers at...