Joseph Rawson

Results 20 comments of Joseph Rawson

Tests fail when an index url is assigned in a local pip.conf file.

The distinction between access and refresh tokens doesn't require anything that pyramid_jwt isn't already providing. A view that uses a refresh_token for auth can return the access_token. The client should...

https://github.com/dterei/Research-Papers/blob/master/To%20Read/CONCATENATIVE%20PROGRAMMING%0AAn%20Overlooked%20Paradigm%20in%20Functional%20Programming.pdf

http://www.cs.bell-labs.com/who/dmr/pdfs/shannoncryptshrt.pdf

https://labs.yahoo.com/files/ladis08.pdf

I was creating a script to parse the .md files and add the papers to the annex. https://github.com/papers-we-love/papers-we-love/issues/333 My parsing script is still sloppy. I need to use a sid...

Good luck getting a response! There seems to be no response to any issue or pr in the repo. The repo is four commits deep, with the latest being a...

Yes, I created the fork because I only saw nitz's fork on pypi, but that fork is not py2 compatible. Ilya's fork seems to be better since it uses six...

Feel glad that we aren't using nodejs, where many important packages are essentially one-liners. :) Example: https://github.com/then/is-promise ``` umeboshi@bard:~/tmp/is-promise$ wc * 13 32 301 component.json 5 24 165 index.js 18...

I sent a PR to nitz at nitz14/jsondate#1 late last night. He's already uploading to pypi using "jsondate3". If he accepts the PR and uploads a new version, the problem...