Eli Uriegas

Results 77 comments of Eli Uriegas

It needs a refresh for sure, I lost the script to generate the docs but I do have the js file that is used by the nba for their api...

This is awesome! I'll definitely look into using this to auto generate nba_py!

Yeah @mwilliammyers I was considering something like that for an `nba_py2` because I don't want to break others functionality on this module, but we could easily just put that in...

I think a jupyter notebook would be excellent 😄 @murrayLuke

Yup that'd be awesome! If you submit a PR I'll label it with a `hacktoberfest-accepted` label

I'd say we should probably handle this similarly to how we handle domain APIs where the actual recipe for conda lives within the domain repository itself. See: * https://github.com/pytorch/vision/tree/master/packaging *...

Looks like there's an issue with the build, we might be missing a dependency: ``` #47 56.78 + ./configure --disable-doc --disable-openssl --enable-avresample --enable-gnutls --enable-hardcoded-tables --enable-libfreetype --enable-libopenh264 --enable-pic --enable-pthreads --enable-shared --disable-static...

Do we also have to do this fix for `master` as well?

Is there a package available for CentOS that has OpenSSL 1.1.1?

I also believe the `ensubst` might be the issue, you need to be selective on which vars are going to be substituted, for reference: https://unix.stackexchange.com/a/294400/249966