Christopher Sang

Results 6 issues of Christopher Sang

This allows query recording to be disabled regardless of the other application settings

Github is dropping support for basic auth on Nov 13, 2020 (with service brownouts on Sep 30 and Oct 28) https://developer.github.com/changes/2020-02-14-deprecating-password-auth/ We should make sure that we support using personal...

task
good first issue

converter_class expects a class type, not a class instance

1. What version of Python are you using? `Python 3.7.13` 2. What operating system and processor architecture are you using? `Linux-5.4.0-109-generic-x86_64-with-debian-10.12` 3. What are the component versions in the environment...

bug
needs triage

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using (`python --version`)? ``` Python 2.7.12 ``` 2. What operating system and processor architecture...

feature
jira

The `Table.create` method uses joi to check that all of the supplied data is valid before attempting to serialize it and write it to the database ([table.js line 116](https://github.com/ryanfitz/vogels/blob/a9d42a65389025b91e78ab30177e25f01f10bed1/lib/table.js#L116)). However,...

feature