Paul M. Lambert
Paul M. Lambert
When dealing with large farms of hosts, or non-production instances, it'd be awesome to send a request for http://foo.com/ to a different host than foo.com (like test.foo.com) by optionally showing...
An .ssh/config file like this: https://gist.github.com/plambert/9f39b3de68da9133d498 ``` Match originalhost=github.com CanonicalizeHostname no Match host=two_sshd_host user=alt_user Port 2222 ``` Results in output like this: ``` $ storm list Listing entries: (*) General...
Many Rundeck users put it behind a reverse proxy, using HTTP Basic authentication to the proxy, and passing the credentials from it to Rundeck in a trusted header. The CLI...
Support for virtual tables in `crystal-sqlite3` would be very useful. (See https://sqlite.org/vtab.html#implementation for docs) Specifically, it would be great to be able to define a virtual table in a Crystal...
The `create_function()` support exists, and was added in order to implement the REGEX() callback function. It would be very useful to have a documented Crystal interface to `sqlite3_create_function_v2()` that could...
**Is your feature request related to a problem? Please describe.** I often need to sort a CSV with certain fields ascending and others descending, where some fields are numeric and...
As a way to address https://github.com/rundeck-plugins/jira-notification/issues/7 we should add a text configuration field that accepts a list of options to include in the notification. If this is left empty (the...
Given: ``` yaml --- foo.bar: 'baz': lemur: "weasel" ``` The list of keys given with super-R is: foo.bar foo.bar.lemur The same is true with a double-quoted key name. The entity.name.tag.yaml...
When given a CSV where a field _appears_ to be a float value, for example, but later has a string, ngrid just dumps a stack trace and dies. It should...
If there are multiple Chrome profiles on MacOS, it'd be really helpful to be able to pass a `--profile` argument to use the Cookies file in that profile's directory, instead...