Matthew

Results 171 comments of Matthew

What exactly are we supporting from the registry? The registry just contains metadata about bakers. How would TRD use this information?

MySQL would not be a good choice as that requires running a "mysql server". SQLite is the far better choice. As soon as the operation is sent to the RPC,...

SQLite is a database-in-a-file. It is used by billions of devices, in every browser, on every laptop/phone/tablet/etc. There is no "system" or "server" involved.

This issue is almost 1 year old. Still an issue?

+1 The Homebrew system should be smart enough to know I already have a dependency installed and should not attempt to download it again

I'm going to jump in here and explain our use-case that needs this feature. Assume for the moment that for _whatever reason_, I cannot run a Prometheus server in a...

@malanoga @labroid We recently switched to https://github.com/VictoriaMetrics/VictoriaMetrics which is a "clone" of Prometheus and it allows for back-filling of data along with other import options like CSV.

When can we expect this to be merged?

Here's the difference between 'DisableColors' false/true. Why is there such a total change in the formatting? ``` ESC[33mWARNESC[0m[2020-10-29T15:25:06Z] Shutting things down... ESC[36mINFOESC[0m[2020-10-29T15:25:06Z] Database closed time="2020-10-29T15:25:10Z" level=info msg="Connected to RPC server"...

Seems this is an issue with the formatter itself and not this PR. https://github.com/sirupsen/logrus/blob/d131c24e23baaa812461202af6d7cfa388e2d292/text_formatter.go#L201 I'll open a different issue