Blackvz

Results 7 comments of Blackvz

I have currently the same problem but in my case i run a Nextjs application directly on my host machine. I tried the lazyvim extra settings for nvim-dap. ```lua {...

I have the same problem with the newest docker container.

I'm very glad I could help 👍🏻 Also thanks for the quick answer, the great library and the upcoming fix!

> ``` > "use client" > import "react-day-picker/style.css"; > > import { ChevronLeftIcon, ChevronRightIcon } from "lucide-react" > import { > DayPicker, > labelNext, > labelPrevious, > useDayPicker, > }...

Same issue on version 0.5.0.post8: ```python llm_strategy = LLMExtractionStrategy( llm_config=LLMConfig( provider="gemini/gemini-2.0-flash", api_token=API_KEY, ), schema=SportOffersList.model_json_schema(), extraction_type="schema", instruction=SPORT_OFFER_DATA_PROMPT, # chunk_token_threshold=1000, # overlap_rate=0.0, # apply_chunking=False, input_format="markdown", extra_args={"temperature": 0}, verbose=True, ) # 2. Build...