Erik

Results 44 comments of Erik

This looks great! FWIW, I support not allowing accessing or modifying request or response body. It's a fair limitation, in my opinion.

I'm having problems with this as well on a project that's entirely HTML forms. I'm fine with subclassing JinjaTemplates because I don't mind not having the template context in the...

> Being able to accept POST data from an HTML form for logins should be very typical. Can you help me understand this a bit more? Typically, I have done...

Nice! I'll give it a shot and report back. Thanks for the suggestion!

Well, I got stuck on an ambiguous type variable problem and was unfortunately at a loss as to how to begin debugging it, but it's alright if this doesn't work...

@garetht's suggestion worked for me.

Oh, no worries. I should understand the language pragmas better than I do if I'm going to be using them.

I think I have the same issue. Earlier I tried to do path-based routing and when that didn't work, I went in this direction. How do others solve this problem...

I landed here also trying to figure out if this is possible. I agree that it is a desirable feature to implement.

I was experimenting with something in this library and while trying to run the tests, I hit this same bug on OSX 10.15.5 (Catalina). After hunting around for awhile, I...