Slavek Kabrda

Results 107 comments of Slavek Kabrda

Hi, is it possible you're using flask-whooshee older than 0.0.8? This error was present in 0.0.7 and earlier version, but I *think* it was fixed completely by https://github.com/bkabrda/flask-whooshee/commit/c27e9de188a787d26580bf8fb30aec128d2aeb13. If you're...

Thanks for the bug report! Did you have a previous version of the code that used just `@whooshee.register_model('body')`? If so, you'd need to do reindexing [1]. What you're seeing is...

Not sure what you're referring to. PyPI search for "FuzzyTerm" returns no results. Do you have a link that I could look at?

Hi, thanks for the report, I can reproduce this and will look into it.

Turns out this is not an issue in flexmock, in certain sense. If Twisted is installed, flexmock will try to hook up into `twisted.trial`, so it will try to import...

Thanks, so at least you have a workaround for now. In the meanwhile, I'll try to get some time to investigate this further :)

Hey, sorry for the late response here. I've been extremely busy both in work and personal life lately and didn't have any time to take care of flexmock. This should...

Hi, thanks for opening this issue. I have no problem whatsoever with doing this and I agree with the choice of CC0. I've been very short on time lately, so...

I have to say I don't remember exactly, but I *think* the original maintainer first had the docs in the repo, then moved them to wiki, then to GH pages...

Hi, thanks for the report, I'll look into it. It definitely looks like a bug and I can reproduce it.