Vaibhav Mallya
Vaibhav Mallya
``` >>> import chronyk >>> chronyk.Chronyk("2015-5-5") >>> chronyk.Chronyk(u"2015-5-5") Traceback (most recent call last): File "", line 1, in File "/home/mallyvai/.virtualenvs/webdev4/local/lib/python2.7/site-packages/chronyk/chronyk.py", line 77, in __init__ raise TypeError("Invalid type specified.") TypeError: Invalid...
Hi BK team! We're currently evaluating BuildKite to see if it's a good fit for our build-deploy process long-term. Right now we're in the following situation we need to account...
Project is basically unmaintained, but documenting for future users: I have a pretty stock Heroku + RDS Postgres setup for a Django 1.8 webapp, with a local postgres DB setup...
We're using buildkite to help with some integration testing by doing a tiny bit of AWS orchestration. We need to clean up these resources when the pipeline is done regardless...
Django-waffle is awesome! Feature request - Looks like there are default values assigned for switches that aren't defined in the database yet. I'd love some settings to either/or: 1) Logging...