Dan Gieschen Knutson

Results 10 comments of Dan Gieschen Knutson

I'm not sure if it's the same thing Evilweed ran into, but we ran into a case where 'incremental' has to be disabled for betterer's caching to work as expected....

It was faster than tsc incremental, but we ended up removing caching and the precommit hook for unrelated reasons. There were correctness problems, but I don't know if that came...

If it was a problem with betterer's file caching, I think it would be either: 1. A change to an export in file A causes the cached file B to...

Thanks for your help! A couple questions: 1. It looks like the 'diff' property that the differ returns is only used by file tests and the VS Code extension. Is...

I'm going to close this, because existing functionality covered what we really wanted. Being able to customize the 'made progress' log was more of a nice-to-have. Thanks for making this...

I've got a [PR out for Str.trim](https://github.com/rtfeldman/roc/pull/1820). I could add trimLeft and trimRight after that, or leave those as nice intro issues. It would be nice to implement trim in...

I had successfully deployed zero2prod on DO using cargo-chef on an earlier chapter, but then ran into this issue when I came back to it and caught up. Because I'm...

Using ubuntu, I encountered the problem that only the first call to set_metadata had any effect. 101100's zbus branch above solves this issue.

This seems to be fixed on the latest nightly. Thanks Sam!

I'm noticing now that this works only with the `try` keyword but not with the `?` suffix. If `?` is supposed to continue being supported, then this is still an...