Anton Mostovoy

Results 59 comments of Anton Mostovoy

> > DeferredNodeResolution is also a somewhat misleading name, as the behavior is actually eager resolution. > I agree the naming could be clearer. In this case, “deferred” refers to...

Thank you for such prompt attention for this! I think it should show you both symmetric and asymmetric differences. I think closure's test functions do this really nicely. Check out...

> Hi, there. @joel-costigliola you've said that it would be better to start with the simpler approach. I think you mean to display the actual and expected maps. But as...

unfortunately, i do not know the version. i generally update quickly so it shouldn't be too many version ago. > You said "Until a few version ago" but I've checked...

I am working around this with `.gitconfig` ``` [alias] browse = "!f() { gh browse --branch `git branch --show-current`; }; f" ```

> Is it possible you'd set an alias in `gh` using `gh alias set` to do something similar to your git config alias? no, i didnt know gh supported aliases...

The question is about correlating log entries on the server side. We do use opentelemetry and the correlation ids do flow through events that are written, but they are not...

We use https://github.com/tehlers/gradle-duplicate-classes-check preventively and it failed. So I had to exclude proto-google-common-protos dependency.