Florian Apolloner
Florian Apolloner
### Issue Description I am trying to pass some secret into a container build without leaving any traces in the container itself. Playing around I tried: ``` podman build --secret...
##### SUMMARY Currently AWX only exposes `awx_project_revision` which is not necessarily the same revision that the job uses (the job templates can [if the project allows it] set a different...
To make it easier to write CNI plugins it would be great if nomad could provide namespace / job / group / alloc_id via CNI_ARGS to CNI plugins. While it...
Given that `uv export` and `uv pip compile` are somewhat able to generate the same output it would be same if their comments and features would match where sensible. Eg...
It would be nice if loki-logback-appender supported logfmt layout by default (https://brandur.org/logfmt). Compared to the json output it has the upside of being more readable for humans (imo) and is...
I'd love to set `format.message.mdc.fieldName` to an empty string. I have tried setting it to `` but I am still ending up with an `mdc_` prefix. Did I get the...
When using the sass files via sass-embedded (from sass-loader in webpack) I see deprecation warnings like this: ``` WARNING in ./src/oversight/static_src/oversight/vendor.scss (./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/oversight/static_src/oversight/vendor.scss) Module Warning (from ./node_modules/sass-loader/dist/cjs.js): Deprecation Warning on line...
I searched all existing issues and am pretty sure this issue does not exist yet -- sorry if I missed something. There is currently no visual indication whether a column...
**Describe the bug** https://vanillaframework.io/docs/settings/font-settings references `$font-base-size`, but I can only find ``` $base-font-sizes: ( base: 1rem, large: $font-size-largescreen, ) !default; ``` in the source.
Currently when a table header is sortable, the sort functionality is implemented via Javascript. I'd like to sort without javascript via a standard link to the server ala `/some_page/?sort=-col3`. Adjusting...