Wes Turner

Results 625 comments of Wes Turner

fpm may be helpful for generating {[RPM, pacman,](https://github.com/jordansissel/fpm#things-that-should-work)} packages: https://github.com/jordansissel/fpm/wiki/ConvertingPython (setup.py) https://github.com/jordansissel/fpm/wiki/Debuild-to-fpm (./debian) The fpm CLI docs are here: https://github.com/jordansissel/fpm/wiki

> "Is there is a PPA-service equivalent in the Fedora world?" > https://unix.stackexchange.com/questions/6766/is-there-is-a-ppa-service-equivalent-in-the-fedora-world - OpenSUSE Build Service builds packages and hosts package repositories for {Fedora, RHEL, Debian, Ubuntu, Arch, OpenSUSE}...

Thanks! You can build rpms for a different OS (eg CentOS 7) with Docker. - https://github.com/mmckinst/docker-rpmbuild (x86, x86_64) - https://github.com/alanfranz/docker-rpm-builder (x86_64)

I just emailed GScholar. It sent these links: http://scholar.google.com/intl/en/scholar/publishers.html http://scholar.google.com/intl/en/scholar/inclusion.html inclusion.html says: > [...] Our search robots should normally find your paper and include it in Google Scholar within several...

Mendeley API (also?) has lookup by arxiv identifier. https://dev.mendeley.com/methods/ On Wednesday, January 23, 2019, Deen Abiola wrote: > https://api.semanticscholar.org/ might make that easier? > > — > You are receiving...

Speaking of threads and performance after compilation to WASM, how does `nogil` CPython fork performance compare? Have Heimes' patches for CPython WASM been merged into nogil branch? Does it compile...

Ibis compared with Blaze + Dask would also be useful https://blaze.pydata.org/ > The Blaze ecosystem is a set of libraries that help users store, describe, query and process data. It...

Is there also a way to have logbook overwrite and/or append to a logfile named e.g. `f'{__file__}.log'`?

Cool. A start at some tasks and possibly different issues depending on complexity estimates from persons with more familiarly with the code base: - [ ] ENH,DOC: README: How to...

- [ ] DOC: README: How to import the assembly(ies) into Blender" - [ ] ENH: motion over time t as an independent variable; maybe just like the Blender *Python*...