d3adb5

Results 24 comments of d3adb5

Making a scratchpad implementation from scratch would likely eliminate concerns with picking one of the existing methods to push a scratchpad window to the background. > In any case, having...

Might be a good idea to enable the Discussion tab for this kind of issue, @quintush. @Sam-Tymoshchuk As far as I can tell, no it isn't possible. It would mean...

While it isn't what you're looking for, YAML anchors and the fact unittest isn't strict about its schema can help you here: ```yaml suite: test deployment fixtures: required: &required-values templates:...

I think the point here is to expose this service to the world wide web, and it will take care of properly forwarding webhook requests to Jenkins as an entrypoint...

The first problem seems to me like a linking problem. With regards to the "default notification" being shown instead of a popup on deadd-notification-center: do you know what your default...

Do you have a more concrete example of what you mean by duplicates in this case? If we're getting duplicates in the notification center, it's a bug and it would...

Looking into this in my spare time. I think the changes made to address this issue will end up addressing #35 and maybe #151.

It seems every time I read over the documentation and reference for GitHub Actions I find something has changed. I'd love to get some input from everybody on these changes....

About the failed status check: the Tilt files were removed in this PR, so `tilt ci` will definitely fail. I'm not sure how to get GitHub Actions to run the...

> We want to test and validate everything i.e. route; grafana dashboard; etc. I see! Does Tilt test those automatically when we run `tilt ci`? I'm pretty unfamiliar with Tilt,...