Lan Luu

Results 6 issues of Lan Luu

sending http request: url: http://127.0.0.1:8529/_db/dummydb/_api/index?collection=persons method: POST data: {"type":"fulltext","fields":["FirstName","LastName"]} url: http://127.0.0.1:8529/_db/dummydb/_api/index?collection=persons status-code: BadRequest data: "{\"error\":true,\"errorMessage\":\"bad parameter\",\"code\":400,\"errorNum\":10}" Arango 3.3.1 with Nuget Package v0.7.60 were in test. I tested with 'hash' type,...

Hi, in VS 2019 I am suffering a situation in that the discovery of xUnit Test-Methods in Test-Explorer (i.e. testhost process) runs endless, if any Test-Method has Custom-Trait-Attribute i.e. by...

status: Waiting for Repro/Response

Hi Team, currently, I am implementing Outlines in the Backend's model for Predictions. Unfortunately, Outlines requires the latest Version of `jsonschema` e.g. `4.x.x` but `label-studio` (version `1.13.0`) needs exact the...

community:reviewed

I received the following issue by using an Ollama Endpoint: `http://my_server_ip:11434/api`. **[Instructor:DEBUG] 2024-10-08T07:13:46.505Z: Unknown provider - cant validate options.** It is noted that: - I am using TS Lib. -...

Currently, `baml-cli generate` creates .ts files such as `globals.ts` containg the following import: ``` typescript import { getBamlFiles } from './inlinedbaml' ``` Compilation in `module` type can cause error, as...

Please refer to my post in OCC Forum: https://dev.opencascade.org/content/how-can-i-extract-name-label-python#comment-26938 Generally, I cannot use `TDataStd_Name` or `TDF_Attribute` instance as the 2nd parameter of `FindAttribute` of Label. The returned error is: ```...