Andrew Bromwich
Andrew Bromwich
Hi there, I've been trying to find a solution to allow Guppy to import the following text: ``` "((text(abc def) * squareroot(((x * y) * z))) * text(more text))" ```...
I've found that if you use the OSK to add a symbol whilst you're in 'text' mode, you end up causing the editor to go blank and some nice looking...
The `object` command in its current form requires a `subcommand` and a `key`. Would there be any objections to a PR to update the function definition from ``` def object(*args)...
Great gem @kobaltz thanks! I've got a requirement to display the type of virus that has been detected. I've already written the changes needed to add this to clamby but...
Not an issue per se.. I've been adding a bulk table update method to a fork of your project and thought you might be interested. Relatively simplistic at the moment...
I've noticed some pretty nasty performance issues related to the use of the Text::Hyphen package. When passed in really long words it can take 5+ minutes to 'visualise'. Given there...
As per #44, add an option for using file move instead of copy (default remaining as copy)
For various reasons we've gone for a setup where cache busting is provided at a higher level (root of the path) so digesting of any sort isn't useful (actually just...
## Pull Request Checklist **Is this in reference to an existing issue?** Yes, Fixes #131 #### General - [x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [x] Update...
I propose that an optional column be supported that stores the handler (job) name. It looks like it would be a fairly trivial change to the `Delayed::Backend::Base` module to support...