Jeremy loh

Results 10 comments of Jeremy loh

> @stanley-cheung That config doesn't run on `v1.17`. > > I did manage to get it working, but it took a lot of guesswork. Here's the config I landed on:...

> @AveYo not trying to insult you by posting my project here, but since no-bling isnt monetized or in active development, I hope you wont mind! > > @CANADIANPIG @XkTheMaster...

> Hello @KowalskiXCIX The issue can be resolved when "disable world threading" is true. I hope this will fix your issue. > > Best Regards Kubi How can we disable...

> > Hello @KowalskiXCIX The issue can be resolved when "disable world threading" is true. I hope this will fix your issue. > > Best Regards Kubi > > How...

> > > I found a fix! You have to go to node_modules/@ffmpeg/core/dist/ and copy all the files from there and paste them in the root folder, preferrably in the...

Another solution, to utilize NextJS middle ware create middleware.ts following: [here](https://nextjs.org/docs/advanced-features/middleware ) ``` // eslint-disable-next-line @next/next/no-server-import-in-page import { NextResponse } from 'next/server' // eslint-disable-next-line @next/next/no-server-import-in-page import type { NextRequest }...

Have the same issue. anyone know of a workaround?

Thanks @fuegovic , I have success with this portainer compose file below with mongodb in docker (using v4 as my cpu does not support avx) , copied paste most .env.example...

> Thanks @fuegovic , I have success with this portainer compose file below with mongodb in docker (using v4 as my cpu does not support avx) , copied paste most...

> i use gltfpack to compression model and Texture ,so i use `useGLTF` to load it this is my code : ![image](https://private-user-images.githubusercontent.com/82202033/323275285-98fd3100-e5f0-4a82-af37-d206f6d66ef5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM0MTQwMjEsIm5iZiI6MTcxMzQxMzcyMSwicGF0aCI6Ii84MjIwMjAzMy8zMjMyNzUyODUtOThmZDMxMDAtZTVmMC00YTgyLWFmMzctZDIwNmY2ZDY2ZWY1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDE4VDA0MTUyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE0NzFlMzAwZDY0YTQ4YmRlY2MzM2QyYmYyZjEyNDk5MTY0NjlkZjY5YThlMjZmZTRlOWUzNmRhMzBlYzMxNTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.A1xn9hIyRX1uyMOJmeJ3e66XDLN1DMNMzO9J2nEeDI8) but i got an error ![image](https://private-user-images.githubusercontent.com/82202033/323275778-2ce23bbc-e934-4a96-8ec3-25cbd9e68b1d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM0MTQwMjEsIm5iZiI6MTcxMzQxMzcyMSwicGF0aCI6Ii84MjIwMjAzMy8zMjMyNzU3NzgtMmNlMjNiYmMtZTkzNC00YTk2LThlYzMtMjVjYmQ5ZTY4YjFkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDE4VDA0MTUyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQwZDYyODM1MDEzMWQyMjY1ZjkxMjVmOTJjZTM0OWU3ZGUyNTI0NzljZjAxNjg2NzAwN2U2MzFmYTZkNWI1MGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.NBi6mLlpqlGibKjJRu1x7_Ii_FgAmqZ-c92_CrvBdPk) Interestingly using...