besfahbod
besfahbod
Will try to find the time for it. (Probably need to fix the path encoding issue, first, though.)
So, here's the relevant pieces from the RFC:  And:  And the algorithm under section *5.2.2. Transform References*. I think what we need to pay attention to is the...
Thanks for working on this, @mjpieters! I generally agree with the direction here. Specifically, I think not-raising-an-exception is the most-important problem to fix here, as it causes processing of user-provided...
Apparently `cdef inline` on class methods is still not a warning. Are they going to be allowed? (cc @JelleZijlstra)
Fyi, we had to fork this project to add support for latest PY 3 editions. You can find the git repo at https://github.com/quora/semidbm2 . I believe we have not published...
Cool! Yeah, something like that should work. (https://pip.pypa.io/en/stable/reference/pip_install/#git) We were thinking about publishing the fork under the name `semidbm2` on pypi. If you think that's useful for you, would appreciate...
Fyi: @benpankow is now maintaining a fork with the fixes submitted and updated travic-ci (https://travis-ci.org/benpankow/semidbm)
We have a dependency on this module which is now affected by this problem. @jamesls, any chance you have the time to merge and make a release? If no, would...
See also https://github.com/jamesls/semidbm/issues/18 .