Results 13 issues of Dan P

Similar to https://github.com/rliebz/tusk/issues/73. It would be nice to be able to add generic variables to the tusk file that can be used throughout, such as a command or username or...

enhancement

We share tusk files in some of our projects. It would be really nice if I could declare at the top of the tusk file the minimum version required. I've...

enhancement

I've got a task that runs a go binary until killed by the user, that binary is listen to SIGINT and SIGTERM in order to perform from cleanup operations. So...

enhancement

What operating system are you using for this? The default amazon ami uses python 2.7 and the following line fails `return 2000 + (int.from_bytes(hashlib.sha256(i.encode()).digest()[-2:], byteorder=sys.byteorder) // 2)` as python 2.7...

I know returning a cached copy of prom metrics from an app isn't best practice, but for things like this exporter, I am happy to get a report of the...

I want to be able to use mack for some simple Tell's, but also have some logic that requires `if application X is running` before calling a tell in the...

These can only be used with an interval of 1. If not, a panic is thrown, but with no error message.

https://github.com/zmartzone/lua-resty-openidc/blob/v1.7.6/lib/resty/openidc.lua#L1482 lua_resty_session > v4.0.0 removed "present" from the item returned from "session.start()" This causes this to always fail https://github.com/zmartzone/lua-resty-openidc/blob/5a7b9e2cfe4f5aab7c60032e6ca94d2d534f7d19/lib/resty/openidc.lua#L1483 Im using the https://github.com/revomatico/kong-oidc/tree/master plugin for kong and could not get...

It would be great if new log files were automatically added to the list of available. We spin up applications on a server and write all of their logs to...

using azure as github security provider my config file contains blocks in the format ``` [profile ] azure_tenant_id = # azure_app_id_uri = https://signin.aws.amazon.com/samlazure_default_username= azure_default_role_arn = ``` but running set-ini reformats...