Re: django.core.signing and safe characters

2017-06-21 Thread Ole Laursen
Hi again! I'm sorry if I gave the impression that I'm trying to nitpick adherence to a standard. There was some discussion about it in the comments in the link I provided, and it looks like there are different interpretations, but that's not what I'm interested in. What I'm addressing here is spe

Re: On ASGI...

2017-06-21 Thread Tom Christie
> My ideal solution is one that allows both approaches, and I'd like to investigate that further. I think you're getting closer to the sort of thing I'm imagining with the uvcorn designs, but I feel like there's still something a little extra that could be done so it's possible to offload over

Re: django.core.signing and safe characters

2017-06-21 Thread Florian Apolloner
Hi Ole, On Wednesday, June 21, 2017 at 12:42:39 PM UTC+2, Ole Laursen wrote: > > I'm sorry if I gave the impression that I'm trying to nitpick > adherence to a standard. > You absolutely did not, I guess my mail was tenser than it was intended to be. > What I'm addressing here is specificall

Re: django.core.signing and safe characters

2017-06-21 Thread Ole Laursen
2017-06-21 15:26 GMT+02:00 Florian Apolloner : > Sorry I've mixed it up with with encodeURI. encodeURIComponent takes the > "safe" route and escapes everything (at least as far as I understand it) > because it does not know where the component (unless "component" itself has > a sepcific meaning tha

Re: Vendoring Select2

2017-06-21 Thread Johannes Hoppe
Hi there,I worked on a fix for form media today. No it will keep the order and we can include our own scripts before calling noConflict.This way we don't have to wrapp all vendored JS libraries.Furthermore it makes the order of your assets more reliable than before and throws a warning if there are