KingZee
KingZee
About the stage and renderer, it seems we no longer need to setup the stage ourselves since it's already a property of the pixi application? We also dont need to...
Total amount 0.018967000000000001 ETH Metamask wallets don't allow that many numbers in the payment amount, and so do a couple of other wallets, and for other coins. This is a...
Once a project is submitted, the page goes blank, after looking it up it was from the `Array.reduce` trying to access `.id` of a null value. I couldn't further test...
I want to benefit from the classic google play auth experience, but i want to use my own backend once the user is logged in. I don't want to go...
``` public void DownloadFile(string fileName) { string url = mainLink + "files/" + fileName; string localPath = Path.Combine(DataManager.videosFolder + fileName); if (!System.IO.File.Exists(localPath)) { RestClient.Get(new RequestHelper { Uri = url, DownloadHandler...