cao
cao
PPostiz
Created by Support on 12/11/2024 in #💭│community-support-tickets
Ticket: Media Attachment Causes Post Failure - TypeError: fetch failed
Can u access image path?
26 replies
PPostiz
Created by Support on 12/11/2024 in #💭│community-support-tickets
Ticket: Media Attachment Causes Post Failure - TypeError: fetch failed
What are u sending to their servers?
26 replies
PPostiz
Created by Support on 12/11/2024 in #💭│community-support-tickets
Ticket: Media Attachment Causes Post Failure - TypeError: fetch failed
Can u send payload?
26 replies
PPostiz
Created by Support on 12/11/2024 in #💭│community-support-tickets
Ticket: Media Attachment Causes Post Failure - TypeError: fetch failed
discord
26 replies
PPostiz
Created by Support on 12/11/2024 in #💭│community-support-tickets
Ticket: Media Attachment Causes Post Failure - TypeError: fetch failed
Can u send payload?
26 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
now, got frontend and backend checks
12 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
another test
12 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
No description
12 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
@Nevo David , this is how it should work ?
12 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
No description
12 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
when i run it, i have 2 unused var in a component, which are not caught by this lint
12 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
added "no-used-var" on .eslintrc.json :
{
"root": true,
"ignorePatterns": ["**/*"],
"plugins": ["@nx"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }]
}
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nx/typescript"],
"rules": {
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
"@typescript-eslint/no-explicit-any": 1,
"@typescript-eslint/ban-ts-comment": "off",
"react/display-name": "off"
}
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nx/javascript"],
"rules": {}
}
]
}
{
"root": true,
"ignorePatterns": ["**/*"],
"plugins": ["@nx"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }]
}
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nx/typescript"],
"rules": {
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
"@typescript-eslint/no-explicit-any": 1,
"@typescript-eslint/ban-ts-comment": "off",
"react/display-name": "off"
}
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nx/javascript"],
"rules": {}
}
]
}
12 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
also, something that happened. i added this one to package json file in the root directory :
"lint":"nx lint --project=frontend"
"lint":"nx lint --project=frontend"
12 replies
PPostiz
Created by Support on 12/14/2024 in #💭│community-support-tickets
Ticket: Help with lint-staged setup in monorepo
I followed whats provided in their docs, but seems not working.
12 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Images not accessible on localhost:4200/uploads
thank u 🙂
17 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Images not accessible on localhost:4200/uploads
okay, will try it
17 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Images not accessible on localhost:4200/uploads
i already installed it
17 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Images not accessible on localhost:4200/uploads
any idea how to start Caddy locally ?
17 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Images not accessible on localhost:4200/uploads
well i need it to show images
17 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Permission Denied Error on Adding New Reddit Channel
this one fixed it, thanks
22 replies