Mecil.Meng
Mecil.Meng
i wanna reject custom css file for the render quill html content. How to do fix it ? thx
models.py: ``` class PostCategory(Model): """category model""" id = fields.IntField(pk=True) name = fields.CharField(max_length=50) published = fields.BooleanField(default=True) description = fields.TextField(max_length=300, null=True) parent: fields.ForeignKeyNullableRelation['PostCategory'] = fields.ForeignKeyField('models.PostCategory', on_delete=fields.CASCADE, null=True, related_name='children') children = fields.ReverseRelation["PostCategory"] posts:...
pnpm dlx shadcn-ui@latest add select Packages: +198 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 198, reused 198, downloaded 0, added 198, done FetchError: request to https://ui.shadcn.com/registry/index.json failed, reason: read ECONNRESET at ClientRequest. (file:///Users/mecilmeng/Library/pnpm/store/v3/tmp/dlx-41132/node_modules/.pnpm/[email protected]/node_modules/node-fetch/src/index.js:108:11) at...
**Describe the bug** when i run "npm i",throw this error: > [email protected] prepare > cd .. && husky install frontend/.husky fatal: not a git repository (or any of the parent...
when i am running the server.throw these errors: ``` RetryError [AI_RetryError]: Failed after 3 attemps. Last error: Cannot connect to API: read ECONNRESET at _retryWithExponentialBackoff (webpack-internal:///(rsc)/./node_modules/ai/dist/index.mjs:718:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at...