Igor Khitrikh

Results 9 comments of Igor Khitrikh

@teltmau5 , I added this functionality in pull request #38 To open a link in browser just create and pass callback function like this: ```python def open_browser_tab(url): webbrowser.open(url, new=0)

@JDogg1329 , don't know about merge, but you can get this from my own repo if needed. On-click implementation is really easy - just pass callable (in this case function...

@JDogg1329 , nope, you can't pass the argument in a direct way...but you can do a trick like this: ```python toast.show_toast( title="Notification", msg="Here comes the message", icon_path=None, duration=5, threaded=False, callback_on_click=lambda:...

@crappy-coder21 , just try to update your version using pip.

Hi, @carltongibson . Great to hear that idea of implementing FTS sounds usefull. If you don't mind, I'll share my vision regarding your options: - using `LIKE` looks useless because...

> The Filter would be no more than the simplest wrapper. Than it could be as simple as this code snippet? ```python class TextSearchFilter(CharFilter): def __init__(self, field_name=None, lookup_expr='exact', *, **kwargs):...

I've got the idea. I'll try to participate.

@sanand0 thanks for having time to look at my code! > Do you have any suggestions on how we could do this for other conventions? Yes i have an idea...

@sanand0 Good, i'll look what we can do with GData then.