Karim Alibhai

Results 11 comments of Karim Alibhai

This also makes tests more difficult to debug using logs. In my case, I've got all events being logged (such as jobs being executed) which continue to run even after...

You don’t need the remote step so for my project, this is the solution I’m using: ```yaml - name: Deploy to production run: | git push https://heroku:[email protected]/.git master ```

Is the branch that ran the workflow master? If not, you can try changing `master` to `HEAD:master` in the above command.

Hey! Thanks for trying out patrol. The example config is unfortuanately incorrect. You should be able to use a top-level or service-level `on_failure`, `on_recovered`, and `on_success`. Just a note -...

That's a really good idea! I think realistically, I might have to switch to a better charting software than my current one. I don't have a lot of time to...

Also: thank you for creating this project! I am really happy to have a truly high performance and low resource usage linter and formatter on my machine.

So after I remove the `./src/**.html` from `files.ignore`, it seems to register and format TS files. Or if I fix the glob, and change it to `./src/**/*.html`.

Are you able to reproduce with this rome config: ``` { "$schema": "./node_modules/rome/configuration_schema.json", "linter": { "enabled": true, "rules": { "recommended": true } }, "formatter": { "enabled": true, "indentStyle": "tab" },...

I think the error handling should be improved - there was no indication that the configuration was the issue, the error message that I got from VSCode was misleading

I'm not running it myself, I'm using a provided solution. You can do this via Quay.io, Heroku, DigitalOcean, or AWS ECR.