Danny Thomas

Results 106 comments of Danny Thomas

Sorry @lemire, let me get that fixed.

Based on your comments on the other PR about code duplication being a thing for the project, I've rolled back any other changes and restricted this to making the field...

Specifically, we have a VPN check that depends on an external process that we use to set Gradle offline as early as possible as we can in the build to...

Yes, rarely. When I do this manually from my regular shell I can reproduce almost every time. It might be a complete coincidence, but it seems to help if I...

Yeah: ``` +(anon):3> [[ -e /Users/dannyt/powerlevel10k ]] +(anon):6> git clone '--depth=1' https://github.com/romkatv/powerlevel10k.git /Users/dannyt/powerlevel10k Cloning into '/Users/dannyt/powerlevel10k'... remote: Enumerating objects: 92, done. remote: Counting objects: 100% (92/92), done. remote: Compressing objects:...

Yes, when they hang up like this, it seems they do: ``` ❯ ps -ef | grep -E 'echo hi$' 501 70025 1 0 7:25pm ttys004 0:00.00 zsh --no_globalrcs -ic...

Thanks, let me know if there's anything else I can do to eliminate problems here. It's a real head scratcher.

``` ❯ typeset -pm 'P9K_SSH|_P9K_SSH_TTY|TTY' true &; ZDOTDIR=~/z zsh --no-globalrcs -ic 'echo hi'; true& typeset TTY=/dev/ttys004 export _P9K_SSH_TTY=/dev/ttys004 export -i P9K_SSH=0 [1] 18891 [1] + 18891 done true hi [1]...

Most of our actual implementations do that already. We're also trying to avoid the overhead of running the processors at all: We also have `ContextCustomizer` implementations that will have the...

I don't quite follow? I didn't suggest `RealScopedSpan` should be synchronized, just the fact that there's two callers for the `CountBoundedQueue` lock, one that will pin and one that will...