Hans Yulian

Results 7 issues of Hans Yulian

This is my settings on set password: ``` private async setPassword() { const username = 'this is the username'; const password = 'this is the pin'; await KeyChain.setGenericPassword(username, password, {...

Hi, i am building a demo 3d view for cars. here is the repo: https://github.com/hansyulian/react-three-car-demo how to setup: - `npm install` - `cp .env.example .env` - from here you either...

bug

### What is your question: So I would like to make the camera movement smooth in this example of bounding the camera position to the box: https://github.com/hansyulian/questions/tree/main/question-2024-01-04-camera-boundary I figured out...

question

I want to ask, if i want to have both motion-triggered for like 30 days and at the same time also continuous recording for 3 days at separate storage, is...

**Describe the bug** When i use the paymentSheet, it doesn't show google pay option. I checked `isPlatformPaySupported` and the result is true. if i use `confirmPlatformPayPayment`, it also success without...

In my gaming server, i would like to need to open several udp port at once. is it possible to do something like: `udp-tunnel -l 1234 -l 1235` ?