mikeTWC1984

Results 23 issues of mikeTWC1984

Is there a way to execute script or selection in the integrated console? Similar to what F5/F8 do in powershell ISE or VSCode?

enhancement
help wanted

I noticed that horizontal lines with 1px size are not rendered consistently on **Chromium** browsers, so data tables look a bit quirky. this style affects table border: ```css border-bottom: 1px...

Just an observation. If you have jobs running only once a day or maybe few times a day, completed/upcoming views give very nice and quick summary of overall health. However...

Here are some common workflows: Run a group of N jobs, sequentially or in parallel (but no more than M jobs at a time) Run specific job N times, with...

I see you can add events using same title, so you can have N events with same title, and this is true for any other item (plugin, api key, etc)....

I was experimenting with event chaining and by accident had some jobs to chain each other causing endless loop of events. I noticed that only few hours later :) Luckily...

Yet another idea for v2.0 I'm widely using env vars to override default config values. It might be a bit tedious to update though (at least in containers). I think...

Currently, if job PARENT is chaining job CHILD you would see chain mark in front of parent job, and typically "On Demand" under child schedule. So the actual connection between...

There are few scenarios when live_log is broken for multi node setup - reverse proxy / LB - virtual network ( containers) - and even if running cronicle using built-in...

I was successfully using kerberos auth on kafkacat 1.6. Extra dependencies I use are: RUN apk add --no-cache cyrus-sasl cyrus-sasl-gssapiv2 krb5 openssl ca-certificates On 1.7-PRE1 I'm getting the error below...