Matt Rixman

Results 49 comments of Matt Rixman
trafficstars

I'll leave it to you to decide where it fits. "Anywhere, even in the issues comments" already scratches my itch and I'm not sure how far along the "integrations with...

Yes please

In my case, this had to do with filesystem permissions on my boot2docker instance. I worked around it like so: ``` docker-machine scp -r myFolder/ machineName:/tmp docker-machine ssh machineName sudo...

I reported this against zellij (https://github.com/zellij-org/zellij/issues/3584) but now that I've run across this issue I think it's likely to be a nushell problem. It's just that in my case, it...

I would benefit from merge_neighbors being released as well

Actually, it looks like the maintainer of cmudict has acknowledged the issue already. They may fix it before anybody but me notices.

nodejs.org, probably. TOFU (trust on first use) is imperfect, but it's better than not having a hash at all. What hard-coding the hash buys me is that in order to...

The purpose of hard coding a hash is to ensure that if/when an input changes, you're made aware of it because the hash check fails. Forget the security stuff for...

The scenario which prompted this issue is that I encountered a failure in CI where we had piped from data from http to bash, but bash was failing because it...

What you're describing would scratch my itch 😄 In order to benefit from this in CI, users would have to teach CI about the cache file. Proceeding without thinking about...