Alex Dubov

Results 97 comments of Alex Dubov

``` package main import ( "fmt" "time" "context" "go.uber.org/fx" ) type Action struct { sh fx.Shutdowner } func newAction( lc fx.Lifecycle, sh fx.Shutdowner, ) *Action { act := &Action{ sh:...

I'm sorry for being lazy and not providing the actual application example. Here it is, below. As you can see, I'm trying to run an `fx.App` from within another `fx.App`....

Not all options are equally useful (in the sense, that at some point we can simply tug the config along with the client). But region is of importance - we...

I still believe region and actual API endpoint targeted should be exposed in the client interface. For example, gRPC client offers "Target()" method, so it's possible to check where is...

There's a compatibility issue between tally and newer versions of prometheus api, hence this fork.

The fix appears to be as easy as inheriting the shell env: > progress_message = "Generating upb protos for :" + ctx.label.name, use_default_shell_env = True,

At least one of your files should have `CIMGUI_DEFINE_ENUMS_AND_STRUCTS` define set.

The problem is with reporting. Presently, mow.cli adds several stack frames on top of the propagating panic stack trace. This pollutes the logs and adds extra effort to troubleshooting (instead...

https://github.com/oakad/bazel_issue_16220 Here. This works: > bazel run externa:external This does not: > bazel run external:external The subdirs are a copy of each other, up to 1 letter in the name.