Boris Fritscher

Results 45 comments of Boris Fritscher

Can confirm that 0.22 also return 4 but 0.21 returns all 13 documents with `collections/product/documents/search?q=prsb&query_by=reference`

There seems to be many issues having trouble with the new behavior. For this simple case it seems to originate from this change https://github.com/typesense/typesense/commit/dfb2c64d97f376d50c904a4773c42f21c2792f02#diff-79fee4641c75f547b13f765ad61765e07fc63fc9924e34a918652f7bd954e837R2043 `const size_t num_fuzzy_candidates = exhaustive_search ?...

I had similar issues and solved it using the specific versions mentionned here https://github.com/webpack-contrib/css-loader/issues/240#issuecomment-275378484 "caniuse-db": "1.0.30000615", "extract-text-webpack-plugin": "2.0.0-beta.5"

Please implement OR. It would be useful for my use case In my algolia setup, I created one searchkey for each user with the following filter `users:${uid} OR public:true` (users...

Betty Bossy protects its pages from "simple" get command issued from a command line / server without cookies. You can test it for example with https://www.view-page-source.com/. The real page source...

You can look at the examples https://github.com/Code52/carnac/blob/master/src/Carnac.Logic/Keymaps/chrome.yml I dont think group is used. Process is the windows process name most of the time the name of the executable without .exe...

I guess you are talking about my fork? Unfortunately currently only the primary monitor shows the clicks If you switch primary monitor does it change?

Hi, I created a first prototype of a mouse click highlighter. Any feedback welcome. It does not yet cover edge cases (mixing key + mouse) https://github.com/bfritscher/carnac/releases/tag/mouse_test

@kyjelblue Yes, middle button can be done, how do you imagine highlighting the scrolling? Do you have an example from another app? Since mouse wheel can be repeated events and...

Hi I have a new beta release with edge cases and visual symbols for mouse. Feedback welcome. https://github.com/bfritscher/carnac/releases/tag/v3-beta It supports Left, Right, Middle, XButton1 and 2 + ScrollWheel.