Hasun Park

Results 18 comments of Hasun Park

``` sudo sed -i 's///g' /usr/lib/code-server/src/browser/pages/vscode.html sudo sed -i 's/font-src/font-src fonts.gstatic.com/g' /usr/lib/code-server/src/browser/pages/vscode.html sudo sed -i 's/style-src/style-src fonts.googleapis.com/g' /usr/lib/code-server/src/browser/pages/vscode.html ``` just make it as a shell script and run you can...

i think its because **HTML import** is **_removed_** in recent chrome engine.You can confirm it on console. if you want to run it you have to downgrade your electron version...

πŸŽ‰πŸŽ‰Hi Guys, I have workaround that android vision-camera make allow torch control by refπŸŽ‰πŸŽ‰ ## Allow controlling torch by ref in android ```js diff --git a/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/CameraView+EnableTorch.kt b/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/CameraView+EnableTorch.kt new file mode...

> Nice work! Seems good to me. > > > > I will work on a fix soon Thank you always for your dedication. Hope i can help you!

ν˜„μž¬ 3.15.0μ—μ„œ apple silicon arch 지원 κ°€λŠ₯ν•˜κ²Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€

@nunnu1028 Pods 폴더, podfile.lock, pod μΊμ‹œ μ‚­μ œ μ΄λ ‡κ²Œ ν•œλ²ˆ λͺ¨λ‘ μ‹œλ„ν•΄λ³΄μ‹œκ² μ–΄μš”?

git-lfs κ΄€λ ¨ κ°€μ΄λ“œ μ§„ν–‰ν•΄λ³΄μ…¨λ‚˜μš”?

Oh! I'm sorry for late reply. Thanks for kind explain. Now i understand! :) have a good day

Hi, thanks for answer! In my case i have to send multiple users data, i can implement this by sending user data by loop. But i don't wan't to make...

I think i make you confused because of my poor english skill. Im sorry about that 😭 > Could you not parse the multi-user data into a JSON array prior...