Maarten Truyens

Results 10 issues of Maarten Truyens

The following object creation command: ``` curl \ -X POST \ -H "Content-Type: application/json" \ -d '{"class":"ClauseEN","id":"12738542-2712-7882-7000-000000000000","properties":{"domain":"lh","nid":1278827,"pid":1003655,"customer_id":107,"aco_id":250,"content":"appointment distributor this contract not deemed constitute distributor an agent legal representative affiliate manufacturer...

Bad UX
autoclosed

When creating Office plugins, Microsoft requires support for IE11, so that users with old Office-versions can also make use of these plugins. There is no way around :-( Unfortunately, I...

I tried to insert the :foreign-libs example given by David Nolen at https://clojurescript.org/news/2017-07-30-global-exports ``` :foreign-libs [{:provides ["cljsjs.react"] :global-exports '{cljsjs.react React}} {:provides ["cljsjs.react.dom"] :global-exports '{cljsjs.react.dom ReactDOM}}] ``` However, the quotes before...

Hi, On my brand-new workstation (i7820x, 8-core, 32 GB), recompiling a file (e.g., some user interface) on which just a few other files depend, takes about 1.4 seconds under Linux....

Hi, In the attached screenshot, you can see that the local "nodeleaf-id" is shown several times in the list at the right side. Only one of those instance is correct...

bug
upstream

In a fairly large project I am working on, I have a separate source folder with .CLJC-files that are shared between the frontend (Clojurescript) and backend (Clojure). I noticed that...

Help Wanted

When using Clojure Test, the thrown? test is incorrectly flagged as "cannot be resolved" Example (deftest xyz (is (thrown? Exception (... exception raising code ... ))))

In your interesting blog post https://manticoresearch.com/blog/vector-search-in-databases/ you referred to Reciprocal Rank Fusion (RRF). It would be really great to implement this, so that we could re-rank vector-based(KNN) searches with sparse-based...

feature::vector_search

This plugin is a life saver! I'm wondering whether there is a possibility to support the Navigate -> Navigate in File -> "Next Change" and "Previous" shortcuts. When working with...

### Confirmation Checklist: - [X] You have searched for an answer in [the manual](https://manual.manticoresearch.com/). - [X] You have considered using [the forum](https://forum.manticoresearch.com/) for general discussions, which can be more suitable...