Barry Steyn

Results 13 issues of Barry Steyn

# Create tests for core libraries Can we setup a testing framework (Jest comes to mind, but it can be anything) for the core libraries for components. The tests don't...

kind/tests

This component be able to be used with dynamodb local. This could be accomplished by implementing a method on the component: describeTable, that would output the cloudformation used to create...

Hi everyone I would like to create a new major version of Scrypt, Scrypt version 7. So this could (and actually will) be breaking changes. Can I get some discussion/feedback...

There is no need to have specialized logic to ignore the script and kbd tags in the caps filter, it can be handled by the process_ignores function. I have therefore...

The Pelican project has the ability to use the ignoretags feature via its settings (I added that feature). The only thing that is not ignored is the widont filter, which...

Hi Keith Inspired by your blog post about scrapping grunt etc, and just using NPM, I happily using parallelshell. Unfortunately, there are many cases where I need to set the...

Docs PR. You will need to install Sphinx. Then it's easy: go to docs folder, and `make html`. The resulting html documents are in the build folder. However, you will...

1. Removed the devops folder - not only is packer an overkill, but it did not work 2. Dockerfile, working with python 3.6 in alpine container The Dockerfile works, and...

When a rest request fails, it should be retried again before giving up. This is best practice (and in fact, I implemented this very feature for Microsoft OneNote). The code...