beezee

Results 31 comments of beezee

Glad to hear Adam and thanks for the update. Let me know if you run into any issues with this otherwise I'll try and get it into the master branch...

@AdamWagner do you have your changed copy up on Github? If so would be happy to merge a pull request

@o-l-e I'm not certain of the current behavior but these should definitely be ignored by djax. I'll ensure so in the next update.

Try name attribute instead of id. ``` Section 1 header

The source changes because when you view source it generates a brand new page request, so that content is not being loaded by js. I can't really say much based...

Are you copying/pasting right from the readme? If so there was a typo there which I've just corrected. Are you using the latest version of the plugin? Does http://brianzeligson.com/djax/ use...

I'd suspect it's something in your initialization code, since the example included in the repo uses both DOM replacement callbacks and a bind to djaxLoad, and both are fired properly....

@Bluxart I do think it's sensible for djax to automatically ignore links with target="_blank". Would be happy to merge a pull request for it if you're interested in making the...

Thanks for the compliment @zslabs - this is an interesting thing to consider, and as of now djax doesn't run checks. If I were to implement this, I'd do it...

Methods always have at least one arg (self) - would that justify mypy concluding that a nullary callable would never unify with MethodType?