Jake Zimmerman
Jake Zimmerman
Thanks. I mostly don't work on this project anymore, because `tree` has a `--fromfile` option built in that behaves just as well or better than `as-tree`. You can use `tree...
Hey, I don’t use Arch and I’ve never packaged anything for AUR. If you create a package I’d be happy to mention it in the README.
Homebrew’s policy is to prefer that software is packaged by people other than the original author, and only for popular packages (repo >30 days old, many stars, etc.). If you’d...
Happy to look into this if you can provide a test case. Without a way to reproduce there’s not much I can do. On Wed, Feb 10, 2021 at 9:44...
@cstrahan awesome, thanks for the concise reproducer. I see ``` ... ├── 1048 ├── 1049 thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 32)', src/libstd/io/stdio.rs:805:9 note:...
Happy to accept any suggestion from this thread as a PR. Sadly probably too busy to implement this myself.
Sadly I’m probably too busy to implement that myself; happy to accept a PR from anyone who’s interested.
> Re #892 I'd suggest that if the Sorbet developers think that it's OK to add random fields to a JSON-RPC response, they should make that case at `json-rpc` core...
Where I work, our development environment looks like this: - All of our services and tooling run in "dev boxes" (i.e., a remote server), one for each developer. This makes...
When I saw my JSON trace files had been deleted, I tried re-running my build command with `--spawn_strategy=standalone` and it kept the files around. It's not building in the sandbox,...