Karuppiah Natarajan

Results 227 comments of Karuppiah Natarajan

I don't exactly get this. Is this about showing a normal progress bar instead of the fancy animations in the terminal ? Then this could be useful for CI runs...

Yeah, you are right. When I tried running it in Gitlab CI with a test repo, the output wasn't very neat as it couldn't get the fancy stuff

How does this look to you ? 😄 https://github.com/karuppiah7890/bashful-docker/blob/master/Dockerfile

It's a very simple docker image. Some improvements that could be done : 1. Install an exact version in the docker image. Currently installing using `go get` leads to showing...

Ah. Cool! It's true, we just need a Linux binary. I will check out about go-releaser and how to create a Linux binary using it and contribute then :)

@Qix- Thanks for the update that the docs weren't proper. I think I should have understood that when I saw video tags within video tags. I was so sleepy that...

I'm interested to work on this. Will raise a PR for the same!

@saikrishna321 ah. okay. also, I tried to reproduce the bug now and was able to reproduce it. Seems like a bug to me. I used the below example ``` Editable...

This looks like a important PR. Shall I contribute to it ?

What do you suggest we do about this ? `pkgd` module basically includes `.npmignore` too in the `files`. Do we ignore it in [this line](https://github.com/bahmutov/now-pipeline/blob/272c6c2491c7be822b5da6d7f7208f13fb486508/src/index.js#L122) ?