Alexandre Ouicher

Results 7 comments of Alexandre Ouicher

Hi @derrickmehaffy it seems to be a mistake with : ``` // core/content-type-builder/admin/src/components/DataManagerProvider/DataManagerProvider.ts await serverRestartWatcher(true); ``` because function is ``` // core/content-type-builder/admin/src/components/DataManagerProvider/utils/serverRestartWatcher.ts export function serverRestartWatcher(response: any, didShutDownServer?: boolean) ``` call...

Hi @Equartey it could be great to be able to have only social provider(s). Thank you

It's better. Thank you @Joffcom . It was generated by copilot. And it's a little bit confusing because all other env vars are prefixed with `N8N_` Many thanks

I've tested different LLM provider. And it seems have an issue when provider respond with: ``` [ { "response": { "generations": [ [ { "text": "bla bla bla bla bla...

@cgarethc in your tsconfig ``` "compilerOptions": { "skipLibCheck": true } ```