Isaac Sanders
Isaac Sanders
Can I use pgFormatter to get this query ```sql SELECT username, first_name, last_name, start_of_employment, end_of_employment FROM employees WHERE username IN ('tcbgpF46JJ', '5m6PFQ60Gd', 'z7vz3WJH6E', 'S5JPy48rLI', 'bKj3C-z1UI', 'NOEiCNJkQs', 'sz7NM-iBLQ', 'M4iYaA95UA', 'IvKVsadzDR', 'L1C3SGBwrp',...
We are using 0.5.0 of the library, via Ecto. We have an application that makes a query at the beginning of an HTTP request. For whatever reason, making a number...
It would be nice to be able to pass in a format that would print all of the errors as GitHub Actions annotations.
This is a first draft of an implementation for exposing exemplars. I used the following documentation to implement exemplars that consist of labels, a value, and a timestamp: https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#exemplars
Hey all, I would like to suggest that we use a default value for our buckets that other libraries use. ### Python https://github.com/prometheus/client_python/blob/5a5261dd45d65914b5e3d8225b94d6e0578882f3/prometheus_client/metrics.py#L544 ``` DEFAULT_BUCKETS = (.005, .01, .025, .05,...
We should be able to use the ATC configvalidate module[^1] in the same fashion that the validate helpers for fly[^2] does. [^1]: https://github.com/concourse/concourse/blob/master/atc/configvalidate/validate.go [^2]: https://github.com/concourse/concourse/blob/master/fly/commands/internal/validatepipelinehelpers/validate.go
I created a dashboard with two datasource variables, and was encouraged by the linter to call my datasource variable `yesoreyeram-infinity-datasource_datasource`, which in Grafana 10.4 isn't a valid variable name.
This seems wrong. Referencing a dashboard panel should be an acceptable data source as I understand it. ``` [❌] Dashboard 'Pull Requests', panel 'Unlabelled pull requests' does not use a...
I have been using my preferred local formatter for awhile, but I figured it might be nice to autoformat using the flake local formatter. The current solution I'm using doesn't...