Thomas B Homburg

Results 8 comments of Thomas B Homburg

As a workaround, we're currently using `background-color: color-mod(--var-black)`, this results in the color output as a static value: `background-color: rgb(0, 0, 0)`

Might be this go issue: https://github.com/golang/go/issues/19734#issuecomment-289822644 ~Testing~ Tried strategies from golang#19734 without success: - Updating/reinstalling go (to version `1.15.6`) - Building with `go build -ldflags -s`

Seeing this with a custom `blend64=...` parameter as well

Alternative workaround (that worked for me). Use the `toJSON` github actions template function to interpolate inputs: ``` name: Test Input description: Test input inputs: my_input: description: My input required: false...

Thin lines still needs some css to render width "monospace width" in chrome on macOS. You can use the default macOS terminal font, with fallback to monospace: `font-family: monospace;` `font-family:...

I think Menlo is only installed by default on macOS, but other platforms will fall back to the "monospace" definition.

@rlnrln `deployment.yaml`? Mostly harmless :-D

Hi! Is this pull request active? I'd like to help move it along, if I can :-)