Jacopo Marrone
Jacopo Marrone
> ... no. It's been a while but as I remember it the CLI generates types and has a language flag. I'm adding Python as a language. > > Probably...
I'm encountering the `clean-stack` problem: Next 14 + Decap CMS + clean-stack 5.3.0 2 weeks ago `clean-stack` introduced new code that use `node:url`, and of course in browser runtime is...
I cannot understand which manual intervention we need to make to fix that the extension icon is not showing. Someone can point me in the right direction ?? Directus: 11.1.1...
As alternative It's possible to use `defaultMonth` instead of `month`, but it's required to use a React state that rerender the whole Calendar component on date change. In this way...
Please merge this. Currently this other npm lib has a working version: https://usehooks-ts.com/react-hook/use-copy-to-clipboard
@christian-byrne > We are working on something exactly like you describe. The design is neraly done and very soon it will start being developed. I would appreciate your continued feedback...
I encountered this , I think the ai agent calls a tool but with invalid inputs ( defined in sub workflow inputs) and so the fault is of the llm...
Because llm response are not deterministic, unfortunately. Test more llm models, I usually use : - Gemini 2.0 flash (cheap) - open ai 4o mini (cheap) - open ai 4o...
> For anyone else struggling with this, you can see the LLM's tool call in the console if you set env variable N8N_LOG_LEVEL=debug. Then you can identify exactly which required...
Next.js v15 project + App Router + Tailwind (update style if you don't use it). 1. Install deps ```bash npm i jotai #state npm i @keystar/ui #ui components used by...