Vortana Say
Vortana Say
So far I translated headers, content, what is it, why use it and how to use it sections. https://github.com/vsay01/coding-interview-university/blob/develop/translations/README-kh.md
Update: I translated until Arrays section under Data Structure. https://github.com/vsay01/coding-interview-university/blob/develop/translations/README-kh.md
@jwasham I finished the translation and made a PR https://github.com/jwasham/coding-interview-university/pull/676
@jwasham yep, we can leave it open for the time being and see if there's anyone can review this. I didn't translate the technical words because of two main reasons:...
I think that condition can be removed, and just assign properties("StudioRunPath") to intellij.localPath. The thing is that since this is plugin for Android Studio, if I don't give studio run...
Thanks for the response @hsz . Do you know any resources / documentations on how I can add Android Studio to the GitHub container?
@iiw what we end up doing is dismiss all dialogs in onResume. I still think it would be nice to have the listener for this though. Hope it help.
@btdan if you have your own model, then you need to serialized the model. In your Jupyter notebook, you can run load your model and serialized it using Torch script....
@joshma91 The link provided above worked but the animation of circlepageindicator from last item to first item not good? because it go to empty spot then come to first spot....
@joshma91 Yes, I was be able to set the circlepagindicator with the infiniteviewpager. But in the demo, they recommended the animation should be disabled. From the demo: ``` // Because...