Scott Werner

Results 19 issues of Scott Werner

[{@link}](http://usejsdoc.org/tags-inline-link.html) tag renders as plain text in API Reference documentation. For example: ```js /** * My Addon Function * * {@link https://ember-learn.github.io/ember-cli-addon-docs/} * * [ember-cli-addon-docs]{@link https://ember-learn.github.io/ember-cli-addon-docs/} * * {@link https://ember-learn.github.io/ember-cli-addon-docs/|ember-cli-addon-docs}...

**Setup** - PyCharm 2017.1 - Solarized Dark (Darcula) from master **Bug** Foreground color matches matches the background color. Text is always hidden when cursor is inside backticks. **Instructions** - Launch...

Validation errors, e.g. `validate=[, ]` for a relationship sets the error source pointer path as an attribute instead of relationship. This issue occurs when you use `inflect = dasherize`. **Bug**...

bug

Google driver tests still randomly fail due to API rate limiting even after introducing delays. Need to rework how we use fixtures for containers and blobs. * https://travis-ci.org/scottwernervt/cloudstorage/jobs/451507446 * https://travis-ci.org/scottwernervt/cloudstorage/jobs/451505041...

bug

- [x] Move and delete `tox.ini` into [pyproject.toml](https://tox.readthedocs.io/en/latest/example/basic.html#pyproject-toml-tox-legacy-ini) - [x] Update pre-commit package dependencies - [x] New [pre-commit hooks](https://pre-commit.com/hooks.html) - [x] check-ast - [x] check-toml - [x] end-of-file-fixer - [x]...

enhancement

Pytest should only execute Microsoft Azure Driver tests if `settings.AZURE_ACCOUNT_NAME` is set. https://travis-ci.org/scottwernervt/cloudstorage/jobs/578418959#L335

bug

It looks like development has stopped on `rackspacesdk` according to https://travis-ci.org/rackerlabs/rackspace-sdk-plugin. It does not work with the latest `openstacksdk` which requires us to pin it to an older version.

bug

User pull requests do not have access to Travis secret and keys (https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions). Investigate using mock services to mimic behaviour to improve pull request quality and rate limiting errors (#33)....

enhancement

https://travis-ci.org/scottwernervt/cloudstorage/jobs/461520001 ```python =================================== FAILURES =================================== ____________________________ test_container_delete _____________________________ tests/test_drivers_amazon.py:86: in test_container_delete assert container.name not in storage .tox/py35/lib/python3.5/site-packages/cloudstorage/base.py:969: in __contains__ self.get_container(container_name=container_name) .tox/py35/lib/python3.5/site-packages/cloudstorage/drivers/amazon.py:271: in get_container return self._make_container(bucket) .tox/py35/lib/python3.5/site-packages/cloudstorage/drivers/amazon.py:201: in _make_container created_at =...

bug

Each driver should warn the user if an option is not currently supported. Options: - meta data - content disposition - content type - cache control - acl Drivers: -...

enhancement