Nicholas Taylor

Results 13 issues of Nicholas Taylor

I'm trying to use this module to manage an _existing_ Security Hub configuration that spans multiple accounts (one `master` and several `member` accounts with aggregation in the master). These member...

enhancement

This is an implementation of the Enhancement in #419. My very first Clojure PR! ## Description This change modifies the `print-fileset` helper to include file roles in the displayed output....

Best explained with an image: The last two examples there are just long lines that wrap around -- no line breaks. In this case my settings have `"word_wrap": true` and...

I have a large number of notes exported from various other places (Evernote etc.) that I would like to pull into my Zettelkasten easily. It'd be much easier for me...

If you install the `python-ldap` library globally with pip before installing `ssh-ldap-pubkey`, the `ssh-ldap-pubkey-wrapper` script will import the `python-ldap` module at the top level, but it will attempt to use...

Hi, there's something wrong with the Docker version published with the `latest` tag (0.2.15, but possibly running `master` code?). It always gives a NPE when parsing the state file: ```...

For the use case I'm working on, I would prefer to specify a list of exceptions that WILL count against the breaker's `fail_counter`, rather than a list of exceptions that...

### Checklist - [x] All new jobs, commands, executors, parameters have descriptions - [x] Examples have been added for any significant new features - [x] README has been updated, if...

stale

``` >>> import stringcase >>> stringcase.camelcase("foo.bar") 'foar' ``` Expected: either `Foo.Bar` or `FooBar` I guess. (Python 3.7.7)

The remote name is always `origin` for the "==Paste the following to delete them all==" section. It should use the correct remote name for each branch in the list.