Farzan Saqib
Farzan Saqib
I just installed svm using cargo and svm executable is being recognized correctly but upon issuing the command of ```bash svm list ``` It throws the error ```bash Error: svm...
due to the upgradation of the dependencies used in this project esp those relating to mongodb; the code in this repo doesn't work out of the box. You can find...
In **public/js/webrtc.js** Replace addStream method on RPCPeerConnection objects with addTrack() since the former is deprecated as indicated by mdn here [https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addStream#migrating_to_addtrack](url)
In public/js/main.js there's a typo: it should start with ```js 'using strict' ```
**Is your feature request related to a problem? Please describe.** I was thinking of implementing ND hosting a web page where ppl could drop in their files and retrieve from...
**Is your feature request related to a problem? Please describe.** I was thinking of developing a website where ppl could drop in their files and retrieve them from the other...
For devices with small battery lifetime, running microG background service is demanding. I recommend introducing an option to turn on the background service on demand, and exposing this api via...
`avl.New[int, string](g.Less[int])` We should be able to use a custom comparator for sorting elements but currently that is not supported This can be accomplished by adding the following func in...