John Yani

Results 86 issues of John Yani

I followed this official deployment guide: http://docs.ckan.org/projects/datapusher/en/latest/deployment.html But I faced this problem: ``` datapusher_1 | [2018-02-11 05:04:20 +0000] [525] [INFO] Booting worker with pid: 525 datapusher_1 | /usr/local/lib/python2.7/site-packages/ckanserviceprovider/web.py:13: ExtDeprecationWarning: Importing...

I followed steps from this official guide: http://docs.ckan.org/projects/datapusher/en/latest/deployment.html namely, the gunicorn section: `JOB_CONFIG='/usr/lib/ckan/datapusher/src/datapusher/deployment/datapusher_settings.py' gunicorn -b 127.0.0.1:8800 wsgi:app ` When I start gunicorn I have this error: ``` datapusher_1 | [2018-02-11...

Maybe these guidelines would be helpful in establishing requirements: http://sunlightfoundation.com/procurement/opendataguidelines

enhancement

Carbon introduces multiple concepts at the same time: libraries, packages and namespaces at the syntax level. I don't think all of these should be exposed as a part of the...

leads question

It doesn't look like it supports attaching volumes or block devices to VM, does it?

Is there any chance pivy typings could be provided without too much effort? Or maybe such a typing package already exists? E.g. like this ``` class SbVec3f: def __init__(self): ......

I'm using jasmine-reporters with jest. Unfortunately, it doesn't detect duplicate names. So when you have multiple identical describes, multiple test results will be written to the same file. E.g.: ```...

Here are some thoughts from newbie: 1. I expected that `dpp init` would guide me through pipeline creation 2. `dpp --help` didn't show how do I specify pipeline 3. Running...

enhancement

I'm trying to construct an example for processing zipped xls. Downloader seems to only support csv. A couple of questions: 1. Can I use `/tmp`? How can I make sure...

Extracted from #18 1. Specify resource url to csv and 3 fields (actual csv contains 9 fields) 2. Pass these parameters to downloader Expected: 3 fields are exported Actual: ```Row...

bug