Isaac Halvorson

Results 29 comments of Isaac Halvorson

I know I don't hold all that much sway here, but for what it's worth, I agree with @thebarndog on this. `.env` support would be nice to have in Tuist.

My current method of accomplishing this is to create a task group which with two tasks run in parallel: ```swift let processInterface = ProcessInterface(command: command) try await processInterface.launch() await withTaskGroup(of:...

I'd love if there were an option on `ProcessInterface` or something where I could just say "also print stdout and/or stderr to the console".

Sounds good, I look forward to seeing what you come up with for version 4!

I ran across something that might be of use here: An environment variable called `NSUnbufferedIO`. I first noticed it in Realm's build script here: https://github.com/realm/realm-swift/blob/6b992e508b1fab07d47775f2fd7485fd5f110893/build.sh#L121 And after a quick search,...

Throwing my name in the ring here, we're also seeing this issue, running the most recent version of Tartelet. It takes a day or so before it crops up.

So we've got multiple machines running Tartelet. The issue seems to crop up randomly. One thing I've noticed is that, when I VNC into a host machine that is currently...

Understandable @simonbs. I'd like to keep documenting findings here in case anyone affected has ideas or solutions.

Not sure if either of these will be useful to anyone, but I took a process sample and spindump of Tartelet when I saw it was using high memory on...