Mish Ushakov

Results 138 comments of Mish Ushakov

You should provide concrete code examples (tRPC backend), otherwise I cannot reproduce

No timeline for this

Nope. Use env variables for now

Sure! 1. We want is to generate a workflow file from a HAR file Here's how I think it could look like: ```console stepci gen --from=har file.har workflow.yml ``` It...

Awesome! You can use these for inspiration: [1](https://github.com/reactjs/reactjs.org#getting-started), [2](https://github.com/nuxt/framework#-development) You can see our npm scripts here: https://github.com/stepci/stepci/blob/1b6a479edfe1b5c7e07f4fd6d909d8ff95e40178/package.json#L23-L27

Hello, sorry for leaving you behind 🙏 Could you please open a draft pull request so we could work on it together? I would be able to review on the...

By default, `chai` throws an `AssertionError` when assertion fails and returns `void` when it succeeds. Here's an example how to bypass that and return a boolean instead: ```js import {...

Thank for starting the issue, Keep in mind, you can already specify timeout in your CI/CD https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes