Tom Forbes
Tom Forbes
Yeah that is a good idea, did you just change [Line 53?](https://github.com/orf/datatables/blob/master/datatables/__init__.py#L56) Shouldn't be hard to just make that configurable, thanks for the feedback :)
It can, but it would be relatively expensive. Let me have a think about how to best do this.
Hey! Can you elaborate? I'm not sure what you mean by this. You want to detect duplicate files?
Hey! It has been a long time since I have maintained this package, so I have no idea if it still works. I found it really useful at the tine,...
Hey there, For the search issue you are facing then all you have to do is call `table.searchable()` and pass a callable. It doesn't have to be a lambda, but...
Hmm, that `querystring_parser` library looks really nice. In any case I'm up for adding it in and replacing our hacky regex thing, if you've already done this then feel free...
Hey @magiconair! Thanks for the contribution - it looks perfect! I'm currently on a train and won't be able to merge/test this until I get back on Sunday. I also...
Hey, sure, seems reasonable. I'd review any merge request that adds support for this - @einalex let me know when that will be!
Great idea, but I'm actually not sure how to do this. Doesn't Python bundle specific versions of SQLite? If we can install specific versions through `apt` this should be pretty...
I love to try and implement it, thanks! I’ll give it a shot this weekend or next weekend.