Ian Hobson

Results 36 comments of Ian Hobson

I'm sure I haven't fully thought this through, but with my user hat on I guess I would expect: - If I've explicitly listed something in `watch` then it should...

I think I get it, so in my case I would have: ```toml watch = ["myfile.txt"] # Watch a non-standard file that's in .gitignore ignore = ["!myfile.txt"] # Override .gitignore...

@lynnpepin Thanks for your summary, I took #6120 and created #12173 so we can have fresh try at getting clickable buffer names in core 😀

#12173 hasn't been reviewed but I'm updating the PR onto the latest `master` every now and then to keep it fresh. To add some context for why I want this...

There's a couple of points to mention here: - The runtime currently errors as soon as a single test fails, so showing stats like this wouldn't work. I think that...

I'd accept PRs for adding hashing and encryption to the `libs` folder.