Andy Woods

Results 15 comments of Andy Woods

I use the below to bulk send messages. Afraid you'll need to tease apart messages and email-messages. You could reciprocate the favour by augmenting the docs :) ``` def email_and_message_users(messages):...

I hacked in html support by overwriting view.html and adding 'safe' (all messages for me are from admin and are safe). You could add images and downloads via html. {{...

works in the user's frontend. Didn't need to change anything!

afraid I moved to taggit. Indeed, I am pondering whether to move from taggit to ArrayField!

I had this exact issue yesterday. I was using the widget in a django-filter, and a js and css file were not added to the page. I manually added these...

That script waits for the page to load? Via $(document).ready(function() ... Although it might be wise to use a pure JS way to detect when _all_ the libraries are loaded,...

OK, I tried swapping out `$(document).ready(function() {` with `document.addEventListener("DOMContentLoaded", function(event){` (and loading jquery outside of the HEAD) but there's a whole lot of code within selectize.js that now complains about...

Just used this successfully. ``` { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "lambda:CreateFunction", "lambda:ListVersionsByFunction", "logs:DescribeLogStreams", "route53:GetHostedZone", "events:PutRule", "s3:CreateBucket", "iam:CreateRole", "lambda:InvokeAsync", "cloudformation:DescribeStackResource", "iam:AttachRolePolicy", "iam:PutRolePolicy", "apigateway:DELETE", "events:ListRuleNamesByTarget",...

@rakekris I got the above initially but then moved over to "manage_roles": true.

Loving this conversation! I'm the chap behind www.xperiment.mobi (flash based ;) . Writing a review article about online research currently. Erwin, liked your blog about differences between QRTEngine and JSPsych...