Ove Andersen

Results 9 comments of Ove Andersen

Sorry about that. You can find the license here http://www.eyecatch.no/license/ Will fix later today

Yes it does buffer the complete response as I haven't found a way to calculate Content-Length without doing that first. If you know of a way, please let me know...

Done some to improve this, but some responses need to be buffered to properly calculate content-length. http://blogs.msdn.com/b/kiranchalla/archive/2012/05/14/response-buffering-amp-chunking-in-web-host-scenarios.aspx Leaving this open for further improvement

Hi and sorry for the late response. An AccessViolationException can occur outside of my classes, usually pushed up from unmanaged code. See https://msdn.microsoft.com/en-us/library/ms164911.aspx. Since my handler is the last in...

Any news on this?

EDIT: Just found this issue https://github.com/Mongo2Go/Mongo2Go/issues/134 where the same solution is proposed, but there is no PR

I solved it by downgrading to 2.1.6 ``` "resolutions": { "tailwind-styled-components": "2.1.6" } ``` Note: `resolutions` only work with yarn, you have to use `overrides` with npm

Could you try with v2.0.3 and see if it works?

@Mcdonamj087 As @gtwebsite states, Sanity now includes this functionality as of 2.24.0. I will continue to do some maintenance on this plugin for people still using it, but everyone should...