Sam Edwards

Results 48 comments of Sam Edwards

+1, providing nullability information via annotations would be great. I know @wdziemia has requested this as well. We don't have a timeline on this, but I'll tag this as something...

Option 1: * Since publishing build scans are a standard gradle thing, maybe we can just add a flag for `--publish-previous-build-scan` and have the `gradle-profiler` run it? * This seems...

We actually still haven't yet. Hopefully soon, but just moved houses and haven't had time yet.

Thanks! I don't mind "combining" the tasks, but would want to keep their logic very separated in the codebase as they are similar, but very different. I like the saying:...

🤔 . The reason why I printed it and then it's part of the exception is that I didn't know how to add color to the exception message, and I...

Happy to accept a PR regarding this. I personally only use `tree` format locally when trying to track down where a transitive dependency came from. That being said, I don't...

`StyledTextOutput` sounds nice. I'd love to use something built in. Additionally I dislike the double messages, but now I remember why I did it: In our CI system, it only...

While hacking with @swankjesse to set up redwood on a new project, we had to provide our own `EventListener` in order to surface silent failures. The event listener that we...