Cenk Kılıç

Results 59 comments of Cenk Kılıç

Hey @queengooborg , Thanks for the heads up. If this is a problem with ESM, I will check it in a mock ESM package. I guess I currently only use...

hey @ComputerWolf i assume that something else is trying to write to stdout and it breaks the log update. can you run with verbose renderer and check whether that is...

Hey thanks for the info. I will take a look at that but unfortunetly it would not be anytime soon due to my workload. Again thank you for the replicate...

> that might simplify this whole situation, because listr2 does get subtask skips right with concurrent: true. This is a hundred percent true, it does not actually skip the concurrent...

It can be done through making showTimer a boolean or a function that takes in a current task time as parameter or smt like that. This can be added to...

Hey @starpit, Yes, there are some irregularities in both the mindset and the implementation of the bottom bar output. I have initially designed it to be a someplace that can...

Hmm, I am not sure I understand one hundred percent. So you want to capture the stdout and display it as output as well as take control of stdin and...

The way I usually pipe it through is like [here](https://github.com/cenk1cenk2/servicecmd/blob/9d993a9171278745396151edc974cb69640a4c85/packages/cli/src/commands/docker/index.ts#L307) as instance is defined in [here](https://github.com/cenk1cenk2/servicecmd/blob/9d993a9171278745396151edc974cb69640a4c85/packages/cli/src/commands/docker/index.ts#L278). `task.stdout` is basically the same thing, I wonder why it does not accept the...

Did you find any solution to this, going through the repository I do not think this is implemented right?

Hello @huan , Thank you for your work in this, I have been happily using this without any overhead of hosting the mail service for quite some time now. Is...