Alex Dubov

Results 42 issues of Alex Dubov

This is related to my previous proposal at #666. Same usage scenario: a top level fx App invoking several nested fx Apps. It will be handy if it was possible...

Sometimes, it is desirable to have a nested fx.App instance. For example, in applications with complex configuration, it makes sense to have an initial start-up sequence which will construct a...

Application manipulating APIs in multiple regions often need to adjust their behavior depending on whether different assets are located in the same or different regions. To this end, it was...

feature-request

In many cases it is necessary to report the current value of a certain variable. Other metric systems (such as Dropwizard one on Java) allow an user to bind a...

The file in question imports "github.com/prometheus/client_golang/prometheus" package at line 46. This results in a wrong link for `prometheus.DefaultRegistry` symbol. The wrong link, in turn, results in a very annoying issue,...

When dealing with many metrics, bulk initialization comes really handy. I, for one, use the approach below (assuming `m` parameter is a pointer to struct containing only metric fields, which...

When applying labels to SummaryVec or HistogramVec, a "generic" Observer interface is returned. This is inconsistent with other *Vec types and does not appear to serve any useful practical purpose....

stale

Go 1.18 has a lot of potential to break compilation of older code. Consider the following example: https://github.com/lucas-clemente/quic-go/tree/master/internal/qtls Gazelle (the most recent version) will produce the following target. The problem...

Appears to be the root cause of grpc/grpc#28187 Most protobuf dependent rules work ok on Windows/mingw64. Unfortunately, `upb_proto_library` and `upb_proto_reflection_library` are broken somehow. > bazel build --cpu=x64_windows --compiler=mingw-gcc -s --verbose_failures...

The module system introduced by Java 9 had been with us for almost an year already and starts getting traction around the Java projects. May it be a good time...