joel122002
joel122002
For me adding "%appdata%\npm" to path worked. To know how to set path you can follow this tutorial https://www.java.com/en/download/help/path.html Also after adding it to path make sure that you restart...
@pa > I now it is not supported, but this is working? I can't make it work @MarshalX @joel122002 Do you just want to make a call? If so you...
pyrogram.idle() is meant to put the app in a state such that it only closes when a signal (i.e. Ctrl + C) is given. In order to change that behaviour...
I installed the vulkan SDK from [here](https://docs.vulkan.org/guide/latest/checking_for_support.html) and it seemed to work after that
I tried it with a fat32 usb drive using `remount_vfat.sh`, again it does show in file explorers but does not show up in the Google Photos app. I tried moving...
I also tried to mount it without sdcardfs as I documented on reddit. ``` su -mm UUID="$(ls /mnt/media\_rw | head -n 1)/images" mount -o bind "/mnt/media\_rw/$UUID" "/storage/emulated/0/hdd" chmod -R 0775...
I got `remount_vfat.sh` to work I'll create a PR to fix the issue