Park Byeongju

Results 7 comments of Park Byeongju

you can use below command, `npx prisma migrate dev --preview-feature` // migrate database `npx prisma generate` // generate prisma client

I had the same problem while following the tutorial. So I went through the [apollo docs](https://www.apollographql.com/docs/) and found a solution to share. In conclusion, you can use [polling](https://www.apollographql.com/docs/react/v2/data/queries/#polling) or [refetching](https://www.apollographql.com/docs/react/v2/data/queries/#refetching)...

@barney2074 I had the same issue too in Jetson-nano b01 dev. It is solved by setting the following environment variable: ```export OPENBLAS_CORETYPE=ARMV8``` But after that, a problem occurs when building...

@lakshanthad thank you for reply. What about TensorRT without DeepStream? Is using TensorRT and DeepStream SDKs faster than using TensorRT alone? (model performance)

> Hello, Sorry for the late reply. Can I know how DeepStream was installed in the first place? @dinobei @barney2074. Sometimes improper DeepStream installations can cause errors later on. >...

I also experienced the same problem. (cross compiling from m1 macos to arm64) So, according to your comment, I tried to build by installing golang on the target board (arm64)...

Thanks for the reply. Cross-compile method using zig was also applied. Build succeeds in amd64 linux, but On arm64 macos (m1), the following error occurs. ``` $ CGO_ENABLED=1 GOOS=linux GOARCH=arm...