Kaspars Sprogis
Kaspars Sprogis
Less invasive way and no monkey patching by extending `ConsoleRenderer` if you only want it to look different: ```py class MyConsoleRenderer(ConsoleRenderer): def __call__(self, logger: WrappedLogger, name: str, event_dict: EventDict) ->...
If you want a quick workaround you can monkey patch and use `requests` lib instead with proper timeout. It also fixes https certificate issues I had with default feedparser url...
Thanks. This helped me fix my issues as well.
Well after lot of debugging finaly found nodejs parameter and it resolved all the chunk and performance issues ``` response.chunkedEncoding = false; ``` If there are no comments on this,...
If anyone is interested here is how i got performance i wanted, avoiding chunked response. Now it takes maximum 10-15ms until request is received by browser: 1) Set chunkedEncoding= false,...
Thanks for this tool. It would be great if you could post some examples on how to use this tool to limit ports per specific IP addresses as it is...
Now with the new generation of m1 silicon macs support would be great. For me it fails with following error on m1 mac (Monterey 12.0.1): ``` Compiling imageflow_helpers v0.1.0 (/Users/darklow/www/contribute/imageflow/imageflow_helpers)...
For those who need to work with `imageflow_tool` for dev purposes on m1/silicon mac it is actually possible using docker: ``` docker run --platform linux/x86_64 -it imazen/imageflow_tool --help ``` For...
Tested and works great. The only note – I would add URL override to pro-api host if key is provided, but not a big deal, you can override it by...
When using responsive email frameworks like zurb, where media queries are in .css file, this is very essential feature. Thanks. +1