Alex Collins

Results 470 comments of Alex Collins

Lets see how many votes this issue gets.

![kit-mascot](https://user-images.githubusercontent.com/1142830/219962640-d51cd6dd-4ca3-46b0-9e61-8f975618eaf9.png)

This seems like a really good idea. File hashes will be expensive to compute if there are many files, so we could use the modtime. I think this is what...

Note, this is only needed when starting up. The way that Make does this is that it compares the built file timestamp with the source file. If the built file...

What about this syntax ```yaml # we watch these files watch: [foo] # when the task runs to completion and exit code 0, touch this file touch: bar ```

One idea would be to show all logs by default. Each line would be prefixed by the task name and the task status.

After about 2h of experimentation the issue is still challenging. When your app is working just fine, you just want to see the fact it is fine. Yet once it...

To start in demux mode: ```bash CI=1 kit ... ``` In v0.1.8+, switch while running press: - 0+Enter - normal (muxed mode) - 1+Enter - show error logs - 2+Enter...

ok, which task?

Logs are always saved in `logs/taskname.log`. Could you tail that?