Brandon Cheng
Brandon Cheng
> In Gradle 7.5 we improved the continuous mode to be much more responsive, check [release notes](https://docs.gradle.org/7.5/release-notes.html#continuous-build). Could you maybe give it a try? I wonder if that solves the...
I ran a quick test to see how [turbo](https://turbo.build/) works in this scenario. Running the first build: ``` ❯ turbo build • Running build • Remote caching disabled build: cache...
> Thanks for trying continuous mode. So from what you wrote, I understand that it's not an option for you. Thanks for making it! Continuous mode is indeed helpful for...
Your examples made me realize we could get somewhat close to the ideal workflow with: ```groovy tasks.register("moveTypeScriptOutputs") { doNotTrackState("Not worth caching") doLast { // if tsc --watch run, move tsconfig.tsbuildinfo...
A few months after the last comment on this issue, @lptr filed https://github.com/gradle/gradle/issues/26702. That would address the performance problems with continuous mode mentioned here. 🙂
Thanks for the bug report @dylangrandmont! Fix for `0` here https://github.com/palantir/blueprint/pull/6783. We should probably handle `Infinity` better as you mentioned.
Will leave this open for the `Infinity` part of the problem.
Hey @AustineChi, I hadn't started yet. Would appreciate the help.
> As a nice to have - it looks like there was a small stying weirdness where there is empty space padding to the left but not right of the...
Thanks for this fix! I'm personally leaning towards not optionalizing this and treating it as a fix. I can't imagine any users that would want the Blueprint table to trap...