Tomer Gabel
Tomer Gabel
I haven't found one, but a simple work around is to specify multiple commands, i.e. `sbt 'plz clean' 'plz test'`. This doesn't support commands though (like `coverage`, `coveralls` etc.), see...
+1 Similar issue, in my case I worked around `coverage` (with `coverageEnabled := true` in the settings) but ran into the same problem with `coveralls`.
While you are correct, the Jackson API (i.e. JsonNode) doesn't actually let you accomplish what you're trying to without some changes to the zjsonpatch API as well. To clarify: *...
See https://github.com/flipkart-incubator/zjsonpatch/pull/190
> I haven't tested it yet, but what about adding a link to Grafana Explore as part of notification templating within Alertmanager 🤔? It should be possible via `grafanaExploreURL` function,...
As @radditude said, an `import` block is a possible workaround, but that comes with two problems: 1. it requires (for source controlled workspaces) a full commit-push-approve cycle, and 2. it...
This goes entirely against the JsonPatch RFC, doesn't it?...
That's a stateful thing though, I was thinking something usable for bootstrapping the viewer's initial state (e.g. instead of start at line=-100, start at line 47. Or with byte offset,...
... especially since there's no guarantee the log viewer itself will have any access to writable persistent storage, as is the case in my K8s-based setup.
Clickable columns would be ideal, but since this _is_ a log viewer, I think a default sort order of modified time (descending) makes sense in the interim... P.S. I just...