कारतोफ्फेलस्क्रिप्ट™

Results 344 comments of कारतोफ्फेलस्क्रिप्ट™

@tolas92 I don't know if there is a template format for Embedding models. but I'm not familiar enough with this side of the things, so all I can say is...

unfortunately running `N8N_PATH` only works with url-rewrites on a reverse-proxy in front of n8n. [Here is an example for traefik](https://github.com/n8n-io/n8n-hosting/blob/main/docker-compose/subfolderWithSSL/docker-compose.yml#L38-L39). If it's possible for you to use a subdomain instead,...

closing this for now, and we will create a new PR to handle multi-main support as well. tracking this internally in PAY-1462.

I used `pnpm patch` to patch `dist/esm/checkers/vueTsc/prepareVueTsc.js`, and changed `_require.resolve("vue-tsc/out/index");` to `_require.resolve("vue-tsc/index");`. This seems to have fixed the issue for me.

> If it builds, but doesn't actually report the problems anymore when there are some, it's not a fix Seems to report the exact same set of errors for me...

@wei840222 If you disable the `migrationsRun` flag, the migrations still need to be executed manually. How are you doing that right now? That could be valuable information to document.

Since we don't support `TRACE` (and doesn't seem like anyone else does), I'll remove it.

> There are multiple reports of this problem. I only see the issue you linked. Can you please link other issues here as well? 🙏🏽

> @netroy any reason why we should not have this? I think letting people download decrypted credentials is still a risk, and something like this should be behind a flag,...

> @netroy really as the owner of a cloud instance I'd like to be able to fully manage my credentials programmatically. This would let me spin up a test environment...