Shaun Kruger

Results 10 comments of Shaun Kruger

I came here to make this PR if nobody else had. I discovered the need for it today when upgrading my project to Django 3.0

> Yes With this mixed answer is there a better maintained fork?

Caching has been kind of a sticking point for me on surrogate. While the edge side include thing is definitely a good use of stream filters I have my doubts...

The first point of interest is proxy_protocol_http.erl. This is the proxy_protocol handler module that starts the HTTP proxy specific work. It is responsible for initializing proxy_pass.erl. The initial state for...

This weekend I decided to get back into the code and work on a few things with an eye toward caching and other interesting features. I've been working in the...

To parse a fun() StrTerm = "fun() -> result_atom end.". {ok,Tokens,_} = erl_scan:string(StrTerm). {ok,[Expr]} = erl_parse:parse_exprs(Tokens). erl_eval:expr(Expr,[]). resulted in: {value,#Fun,[]}

Indeed I can. This is one of the use cases that I had in mind when I implemented stream filters. My next task with stream filters is to validate that...

I can switch it back. If locust normalizes it by default I think that is a mistake that can lead to confusion, but that confusion may be less than the...

I also need this. I may deprecate authorizenet in my app and tell my customers it is stripe only if this continues to block adopting updated python versions.