Eric Chamberlain

Results 8 comments of Eric Chamberlain

Sorry if this is obvious, but for those who need a "workaround" until this is fixed, you can pin your version of Swinject to v2.6.2.

Your question actually helped me resolve a long standing issue I had with memory consumption and performance within my app. Thank you! I now cache the `ClientConnection` but re-create a...

Did you have any luck resolving these issues?

If using the ftplib, either `FtpClose` or `FtpQuit`. I don't have time to look into it, as I've stopped working on this library. If you happen to get it working...

Same issue, @mistermocha. Were you able to resolve this?

Going to brain dump what I've learned so far in the hopes that someone can carry the torch. As @mistermocha stated, tests fail and the `posix1e` has no definitions for...

Well, I figured out how to bind `ACL_READ` and friends. You can do this by pulling this out of the `#ifdef HAVE_LEVEL2` block: ``` PyModule_AddIntConstant(m, "ACL_READ", ACL_READ); ... ``` This...

It seems like the tests are testing level 2 features. I think that's the main issue. They're not going to run on macOS. I tried using the lib using the...