Igor
Igor
I ran into some problems with a post containing one smile and http:// smile. Here is a fixed regex: ``` var preMatch = '(^|[^https?][\\s\\0]*)'; ```
Hi, i have a perfomance trouble. I used python sphinxapi before, and sometimes i had strange problems with huge batch queries (unpack exception). Anyway, it worked pretty fast, about 2s....
**Describe the bug** `compute_rows()` method is called multiple times. In views with thousands of rows it causes significant performance issues. This issue is a twin of https://github.com/gyscos/cursive/issues/582 (EDIT: one more:...
Introduced `service_uuid` to `ValueNotification` struct to enhance clarity. This addition allows users to identify the service associated with each notification. Not sure where I can take from the `service_uuid` in...