Cash Costello

Results 36 comments of Cash Costello

add_user and import_users are both operations that are not supported on mTurk. They have a different user management approach. upload_tasks is the same as create HITs. download_results is the same...

I've been working on an issue that we discovered related to unicode characters. I hope to get back to this soon...

I've been able to get the boto client to work with my mock mturk site. I had to pass an endpoint_url to the client. It also required a fake region...

Thanks @cfortune - I took a look at drf-generators and it seems to want to blow away the views.py file in the turkle app to do its magic. Maybe it...

drf-generators created an API for CRUD operations on projects, batches, tasks, and task assignments. I believe we would only want to keep the methods for projects and batches. I'm not...

After looking through the generated code, I'm less interested in this. It was really simple code that doesn't save *that* much time over doing it yourself with DRF. I'd like...

Using the html interface, you are restricted to one time batch creation. It doesn't support adding new tasks to a batch - at least not currently. The mTurk API is...

I noticed this seems to be built into Django 3 so an argument for upgrading

Thanks for the report. We've been using MySQL and hadn't run into this. Looks like there is an incompatibility between the query that Django is creating Postgres. Next step is...

I'm rebuilding our Docker images and as a part of that will be working on a Postgres one. That will make it easier for us to test again Postgres and...