ndrpnt

Results 12 issues of ndrpnt

### Version 1.14.0 ### What happened? sqlc currently errors out with `column "…" does not exist` when referencing a PostgreSQL [system column](https://www.postgresql.org/docs/current/ddl-system-columns.html) (`tableoid`, `xmin`, `cmin`, `xmax`, `cmax` or `ctid`) in...

bug
:books: postgresql
:wrench: golang

Hi, I'd love to display the direct connections from a city, as opposed to a single station. I.e, have a "Berlin (any station)" option in the search bar.

Hi there, great tool thanks for the effort you put into it! Have you considered integrating with `git` as an [external diff driver](https://www.git-scm.com/docs/gitattributes#_defining_an_external_diff_driver)? With the following config… ``` # .gitconfig...

Hi, I needed to compute the intersection of several slices. Algorithm is probably not optimal, but I thought that might interest you nonetheless. Feel free to reword, rename, add an...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
priority:high
secret

### Request *Transferring https://github.com/grafana/alloy/issues/474 from the now-deprecated Agent repository.* It would be nice to have kube-state-metrics integrated to Alloy. > [kube-state-metrics (KSM)](https://github.com/kubernetes/kube-state-metrics) is a simple service that listens to the...

enhancement

**Is your feature request related to a problem? Please describe.** Native Terraform graphs are (very) hard to read for any non-trivial module. **Describe the solution you'd like** Pipe `terraform graph`...

enhancement

Running `just --fmt` strips the comment line immediately preceding a recipe with a `doc` attribute specified: ```console $ cat justfile # foo [doc('bar')] baz: $ just --fmt --check --unstable -#...