Bar Haim

Results 9 issues of Bar Haim

There are some rules which are converted partly to STIX pattern if config mapping is not available for one of the fields, for example, `rule A and not B` where...

bug

I am trying to highlight only nodes that were clicked. Dragging a node does not fire the on `click` event but do highlight the node, even after dragEnd. Is there...

**Describe the bug** A query translation for elastic_ecs datasource that contains LIKE operator with a wildcard is behaving incorrectly when there is whitespace between the terms, for example the query...

bug
Hacktoberfest

I use the hook method with version 3.10, like ``` const { finalTranscript, interimTranscript, listening, browserSupportsSpeechRecognition } = useSpeechRecognition({ commands: [ { command: "*", callback: () => { console.log('Final', finalTranscript);...

this link in readme is broken [www.tiny.cc/a0h1ty](http://www.tiny.cc/a0h1ty)

Changes for supporting Watsonx.ai (https://python.langchain.com/v0.2/docs/integrations/llms/ibm_watsonx/)

Adds a support to IBM's Watsonx.ai as LLM provider and embeddings provider #### .env ``` LLM_PROVIDER="watsonxai" EMBEDDING_PROVIDER="watsonxai" WATSONX_APIKEY="xxx" WATSONX_URL="https://us-south.ml.cloud.ibm.com" WATSONX_PROJECT_ID="xxx" WATSONX_EMBEDDING_MODEL="intfloat/multilingual-e5-large" FAST_LLM_MODEL="ibm/granite-13b-instruct-v2" DEFAULT_LLM_MODEL="ibm/granite-13b-instruct-v2" SMART_LLM_MODEL="meta-llama/llama-3-405b-instruct" ```

The docs development server (@open-swe/docs:dev) fails to start due to a missing Sharp module dependency on macOS ARM64. The error occurs when trying to load the native Sharp library for...