TW
TW
OK, Roger was added - how about you @UlrichB22?
Yes, whoosh-reloaded definitely looks more alive. Maybe that also fixes the warnings seen about whoosh using "is" instead of "==".
Check if the amount of open files stays at some level or is always increasing.
Did some experiments: ``` @@ -73,9 +73,10 @@ def app_ctx(cfg): create_app_ext() # calls: init_backends(), opens indexes ... try: # simulate ERROR PermissionError: # [WinError 32] The process cannot access the...
I think the check for open files might be useful, but it should be done at that 2nd place, when we can really expect index files to be closed.
Guess the "tear down" should not delete the whoosh index files as long as they could be open. Maybe something there is in wrong order, they are closed in destroy_app.
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- http://hg.moinmo.in/moin/2.0/rev/1db99f8f5144 adds a generic "pubread" permission/capability for ACLs and all kinds of items. it is not used for blog index...
This dialogue is NOT about *markup*, but about *content-type* (which includes text, image, video, audio, ...). So while the list could be shorter or differently worded, it must include all...
Already solved by #16, please merge!
Release early, release often. And make clear it is alpha/beta/whatever. ;) Consider that some people want to develop server side integration (e.g. like me, in python), but do not want...