Shaun Becker

Results 21 comments of Shaun Becker

I did not have a `VERSION` declaration at the top of the Earthfile. Once added, this problem went away. ```sh earthly --version earthly version v0.6.10 3929cf684c8ea8c0987502517160b0eab52b017f linux/amd64; Ubuntu 21.04 ```

It would be nice to be able to include the group name in [webhook notifications](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/50594f0643515e83f9bf6ce864f9594bf980b865/src/HealthChecks.UI/Core/Notifications/WebHookFailureNotifier.cs#L78). Perhaps even the state of the overall group? For example, if I am monitoring 10...

I found that if I add the following, it fixes the queue font color. ``` skinparam queue { FontColor SYSTEM_FONT_COLOR } ``` This seems to be missing from https://github.com/skleanthous/C4-PlantumlSkin/blob/master/src/items/sequence.puml

I verified it [here](https://github.com/smbecker/C4-PlantumlSkin/commit/e7c4218079209b0dfc879f0751b8dca2e56b23e5) but I had to make some build changes to allow me to use the output from that branch. Not sure how valuable that would be to...

I don't think this is 100% fixed. It no longer clears everything out when setting the icon but it does still clear out any previous file description when only setting...

I am using the programmatic API ``` javascript rcedit(exePath, { icon: iconPath }, cb); ```

> Please split the PR to address one concern at a time. Thanks! Done, I'll open a separate PR for adding support for long metric types.

I am getting the same exception as @lorddoig. I found that if I just structure the dict in the same fashion that dict-compile\* produces then I can bypass using the...

The basic problem that I am trying to solve is to write a macro that creates an accessor function for each of my localized strings. Since the clojurescript support doesn't...

I ran into this issue when trying to leverage a private OCI registry. It seems that public OCI registries work by excluding the `repo` field and fully-qualifying the `chart`. However,...