Thomas Orozco

Results 74 comments of Thomas Orozco

Hmm, I will double check but I don’t recall the CAS GRPC API exposing range reads so it’s possible that raising this limit is indeed the right approach. On Sat,...

It does look like we should use this API, yeah (for reads & writes), the RE bits are arguably MVP-level right now sicne we do not use them internally. Is...

Do note that in action execution, the working directory will be the project root (and all paths we produce are relative to it).

Thanks for sharing, congrats on releasing, it’s always good to have options for folks that would like a fuller-featured init system in their containers :) On Fri, 14 Jul 2023...

I should mention that this is likely to break binstubs for users who currently expect Appbundler to load gems from the user gem path but *don't* use `APPBUNDLER_ALLOW_RVM`, but I'm...

Note that this comment i made earlier turned out to be a little optimistic: > That said, this typically doesn't cause issues: the gems on the user's > gem path...

I suspect you probably hit the same issue I did: https://github.com/Byron/dua-cli/pull/146

> is there a way to tell Buck that if it has already run some tests for a specific set of inputs, it need not run them again? You can't...

> Also I guess when I'm asking "how can I avoid re-running tests", what I'm actually asking is this: is there a way to run tests only for things whose...

> How exactly can I get a list of targets associated with a file? I don't see how to do it in the target language. The workflow I'd like to...