Andrew Badr

Results 10 comments of Andrew Badr

Anyone know how to migrate `clientState`?

I thinke one way is to chain multiple Script tags in your render function, loading one at a time depending on the previous loaded state. This seems needlessly tricky, though.

This is a pretty big pain right now, especially for projects like tinymce where you might be using a handful of plugin scripts.

Whether it's intended is not the issue, the issue is what's right. :) This behavior breaks convention, reduces functionality, and smells like over-engineering.

Yes, I wonder whether it’s possible to avoid using Portal at all—it might not be. Some of my issues might be with Portal itself, like if it propagates events in...

If anyone else is in a rush... 😬 ``` import cgi, html cgi.escape = html.escape ```

Yes, fair point. I think this was before the days of requirements.txt. Working from the date (last 2007) you can probably figure out which Django version it was.