Results 61 comments of Kyle Paulsen

Oh yeah... that must be it. Looking at the commit logs, we didn't update the minified version. Oops. Well... I just now re committed the fix, this time actually putting...

Basically, someone created issue #4 . They have a link to a stack overflow, although it talks about blackberry devices... I thought the problem was with Microsoft surface devices. So...

Are you sure that the click event works on all devices (both touch and multi-input devices)? I was pretty sure I ran into a situation with some device that didn't...

I might look into it. As of now you can use *s to kinda help you do what you want but the result might be too "accepting". If you have...

You could try something like ``` Match: *example.com*?*myparam=* ``` That would match if you are on example.com at some path with query param "myparam" But if you wanted to be...

Hey, thanks for the PR. I'm not sure I fully understand how it works though. So is it like, you have a dev environment, but you might not have all...

I'll think on this. Maybe we can have an options button for url -> url which has more conditions for when it can apply.

This seems like a cool idea.

I appreciate your dedication, however is this fixing a bug? This seems like a feature to me. I don't really have time to test and support new features for Resource...

Hmm... I haven't run into anything like this yet. Have you tried things like these? https://stackoverflow.com/questions/10548883/request-header-field-authorization-is-not-allowed-error-tastypie I bet you already found that, but just in-case. You can add custom headers...