Jamie Tanna
Jamie Tanna
I've just been looking at adding support for publishing results from GitLab CI for a few of my projects. I've just hit #511 with [my test repo](https://gitlab.com/tanna.dev/hacking/scorecards-gitlab) so I thought...
This is a tracking image where I'm looking at how I'd be able to run this with as-lightweight-as-possible a Docker image. Related: #32 ## Chainguard static image ```dockerfile FROM cgr.dev/chainguard/static:latest...
After #16, I've been looking to deploy the `sql-studio` binary alongside a static Go binary in an Alpine container, when I noticed that the binary does not run: ``` ERRO...
I.e. via [this query](https://gitlab.com/tanna.dev/renovate-config-sqlite/#which-repos-are-using-which-pieces-of-configuration) I'm looking at using `group_concat` with SQLite to produce a newline-delimited output like: ```sql select json_each.key as configuration_key, group_concat( platform || '/' || organisation || '/'...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** When working with tables where columns are an enum, having the `WHERE` clause autocomplete...
As a common pattern seen across codebases Note that we need to make sure the slice is new each time, to make sure it can be modified by a caller.
https://github.com/oapi-codegen/nullable/issues/11 Would be for _new_ things, and would allow us - in the future - to introduce a breaking change to clean it up
I.e. to have a single configuration file?
Although this now appears to be fixed, we should add a test case for it.