stephan-hof
stephan-hof
Hi, what is current state ? Is there anything we can do to support you ?
So the snippet you posted happens within a function, right ? Something like this ``` python def function(): from sqlalchemy.orm import sessionmaker Session = sessionmaker(bind=engine) ``` Are you suggesting to...
This restriction is there for a long time. It has been introduced here: https://github.com/zopefoundation/RestrictedPython/commit/db27fa738962de54747ef56634a1eeb1065b2bce I guess the reason is that restriction python has currently not the possibility to check if...
Hi, in general it would be possible to close the db by doing ``` del self.db self.db = NULL ``` However, then all the other calls like 'put, delete, get,...
Hi @Downchuck I think its a good idea to support byte-array (and possibly memoryview, buffer, ...). I have also seen that you opened/commented on other issues, so I guess you...
Yeah I have seen this. Do they already have a official release supporting that ? Or is it still in master only ? I'm reluctant to add stuff which is...
I see, but they still say its experimental. I mean adding it to pyrocksdb should be very trivial, its more a question about using/expose experimental stuff. They say the format...
Many thanks for looking at this pull request. I made a commit trying to address the changes requested by the review. I'm wondering now what is the next step on...
Thanks for the ping. In the hope to speed-up things I rebased the branch on latest master.
It appears to me that @edenhill is not very active in the last months (hope you are well). @pranavrth I see that you keep this project alive. So is this...