Hasun Park
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...