Leon Yin

Results 11 issues of Leon Yin

Cool project! (I'm currently reading the white paper.) I saw that the png on ln133 of the README is not rendering.

Hi @Quasimondo, I am a big fan of your work! I have been using rasterfairy for 2 years to make grids of images. I'm open sourcing a method that uses...

As of v.0.0.21, we're depricating the class "YoutubeDataApi" in favor of "YouTubeDataAPI". These classes are functionally equivalent!

We might want to consider explicit datatypes for each parameter. This issue arose from overlooking this: https://github.com/SMAPPNYU/youtube-data-api/issues/17 Like this: ``` def func(a:int, b:int) -> int: return a + b ```

Hit the API to return comments for a video that has zero comments, and one that has comments disabled. Do we change backend code when we hit the API?

question

Does anyone want to try to implement this theme in readthedocs/sphinx? https://userstyles.org/styles/159458/read-the-docs-dark?utm_campaign=stylish_stylepage

help wanted
good first issue

- [ ] SPIKE: Test coverage, what else needs to be covered - [ ] Add existing tests to Travis - [ ] Increase test coverage

enhancement

Need to change ln 24 in eval_iter to `order = list(range(dataset_size))`