Sean Brady
Sean Brady
is there a workaround for this?
I had a different issue, where I was getting the item as a string but comma separated something like this might help ``` def handler(event, context): event['queryStringParameters']['ids[]'] = event['queryStringParameters']['ids[]'].split(',') .......
@metaskills that would be awesome I am using DatabaseCleaner, and https://github.com/grosser/parallel_tests
@MartinThoma I think you might be correct. maybe we should rally around some fork?
It is probably important to note that: https://python-rq.org/docs/monitoring/ actually recommend this project. @cjlapao Maybe give someone from the community access? Thank you, I think the PRs with library bumps are...
thanks @cjlapao
yes I think so, I'll do that. I am not sure why the Travis build failed
Seems like this might be a little tricky, see: https://github.com/Daniel15/babel-standalone/issues/15 Although version 5 still supports in browser transformations. `` should we document this somewhere?