arnavsaxena
arnavsaxena
TTwenty
Created by arnavsaxena on 9/5/2024 in #❓︱help
how to create metadata for attachments?
Thanks so much, this approach would possibly help with versioning of the files as well
9 replies
TTwenty
Created by arnavsaxena on 9/5/2024 in #❓︱help
how to create metadata for attachments?
Got it
9 replies
TTwenty
Created by arnavsaxena on 9/5/2024 in #❓︱help
how to create metadata for attachments?
Anybody?
9 replies
TTwenty
Created by ADMIN GIT on 9/2/2024 in #❓︱help
Twenty Demo Example: How to Place an Entity on the Top Navigation Bar
Yes please
5 replies
TTwenty
Created by arnavsaxena on 7/29/2024 in #❓︱help
How to create a view/ table of multiple objectMetaDataItems?
Kk
9 replies
TTwenty
Created by arnavsaxena on 7/29/2024 in #❓︱help
How to create a view/ table of multiple objectMetaDataItems?
We have forked the repo, so are trying to put this in a single view. Any guidelines on how to rewrite the recordTable?
9 replies
TTwenty
Created by arnavsaxena on 7/29/2024 in #❓︱help
How to create a view/ table of multiple objectMetaDataItems?
Yes, I want to see a table with people and each Message(job_name) as column name and messages as row values
9 replies
TTwenty
Created by arnavsaxena on 7/26/2024 in #❓︱help
How to increase the default number of results (30) in graphql?
So this has to go in a while loop?
10 replies
TTwenty
Created by arnavsaxena on 7/26/2024 in #❓︱help
How to increase the default number of results (30) in graphql?
query: "query FindManyPeople($filter: PersonFilterInput, $orderBy: [PersonOrderByInput], $lastCursor: String, $limit: Int) { people(filter: $filter, orderBy: $orderBy, first: $limit, after: $lastCursor) { edges { node{ id } cursor } } }" operationName: "FindManyPeople" variables: " { "limit": 1000, "lastCursor":"WyIwNWI2Mzk4NC05YWFhLTRkMDItOTc5Ny0zNzFlN2U3MWVjMDIiXQ==" }"
10 replies
TTwenty
Created by arnavsaxena on 7/26/2024 in #❓︱help
How to increase the default number of results (30) in graphql?
Even after adding : { "limit": 1000, }, I am receiving only 30 results.
10 replies
TTwenty
Created by Muralidhar on 5/26/2024 in #❓︱help
Error TS5042: Option 'project' cannot be mixed with source files on a command line
We are using macOS M2. We tried uninstalling all Postgres, all sets of things but still used to get graphql does not exist. We even tried to create a new user but gave the same error. Eventually, we erased and formatted our macOS and it started to work. Phew 😮‍💨
17 replies
TTwenty
Created by Muralidhar on 5/26/2024 in #❓︱help
Error TS5042: Option 'project' cannot be mixed with source files on a command line
I am doing make postgres-on-macos-arm and i get "graphql" does not exist. I have tried removing all versions of postgres from my system, ensuring I am running node 18.17.1. Yet, failing.
17 replies
TTwenty
Created by Muralidhar on 5/26/2024 in #❓︱help
Error TS5042: Option 'project' cannot be mixed with source files on a command line
yes, and facing graphql does not exist
17 replies
TTwenty
Created by arnavsaxena on 5/29/2024 in #❓︱help
Getting @swc/core@npm:1.5.20 couldn't be built successfully logs can be found here:
Thank you so much for the prompt responses. Our team is rooting for you guys!
10 replies
TTwenty
Created by arnavsaxena on 5/29/2024 in #❓︱help
Getting @swc/core@npm:1.5.20 couldn't be built successfully logs can be found here:
It worked. The problem was : node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ [Failed to process project graph. Fixed it with npx nx reset. Shouldn't have to remove yarn.lock 😄
10 replies
TTwenty
Created by arnavsaxena on 5/18/2024 in #❓︱help
Unable to add module with websockets
Solved this by bootstrapping the sockets module into a whole different module
4 replies