Roopak Venkatakrishnan

Results 51 comments of Roopak Venkatakrishnan

@mgol generally the ESM version would only be used by bundlers right? It might be a good start to simply only have the `module` field in package json and in...

@florealcab to confirm you want an ESM bundled version in the zip? or just the current CJS works for you?

@mgol for sure. I should have said that CDN's would not have much use for ESM versions and it would only be those people requiring via node or a bundler...

@dchest would love to see this one pushed through. Am willing to help, so if there is anything I can do please let me know

@srajiang if i were to send PRs up moving from axios to something else would your team be open to reviewing and getting it in? If not I would probably...

what if you make sudo a param? `use-sudo` defaults to true, but if false then it installs without sudo?

@wlad i think there might be an interesting solution for you based on something i am currently building. give me this weekend to confirm that it will work :)

@sijangurung @teocomi I use this in our pipelines and a few other folks do too. So I am not sure exactly why it si failing. do you have any logs...

@sijangurung i can't post the whole workflow but I will post a snapshot. ``` workflows: production: jobs: - swissknife/queue_up_workflow: max-wait-time: "1800" workflow-name: ^(staging|production)$ - test-something: context: some-secrets name: Some tests...