Slavek Kabrda

Results 107 comments of Slavek Kabrda

I totally understand and agree with what you're saying in regards to using one version comparison for all (and the additional complexity). I think the issue with the straight.plugin version...

Overwriting the `__iter__()` method would certainly be an ideal solution, I was looking at WhooshAlchemy as well and I like it. The current solution is kind of simplistic and I...

Thanks for the report, I'll look into this.

Several questions: - Is this an open source app that I could see and debug myself? Alternatively do you have a reproducer? - Do the old documents show up if...

Hi, so I believe that https://github.com/bkabrda/flask-whooshee/pull/45 should solve the unicode issue. I'll be releasing version 0.6.0 pretty soon that should have that issue fixed. As for your other issue, I'd...

The unicode support should be fixed in version 0.6.0: https://pypi.org/project/flask-whooshee/0.6.0/

@thejcannon I'm not sure I follow. Could you please be provide a more complete example or ideally a reproducer that produces the wrong result and what result you expect to...

Thanks for the detailed info, I'll try looking into this.

So this is actually pretty complicated and a result of my younger self doing things that my current self doesn't like too much. Let me explain (and see the bottom...

I honestly have no idea, I've never used apscheduler before. Some things to consider: - How is the scheduler accessing the data? Does it access it through SQLAlchemy methods or...