Joe Wass
Joe Wass
I have a few threads (around 5) in which I'm doing my_project:35 (let [result @(org.httpkit.client/get "http://example.com")] I'm using threads rather than promises in `go` blocks because an external library (Apache...
I have a bar chart that shows figures per month. The bars aren't evenly spaced out on the x axis and overlap. Presumably because months don't have all have the...
Would you consider an index on url in the API? e.g. `http://explorer.opensyllabusproject.org/api/ranks?url=jstor.org`. I think it would just be a question of altering `materialize_ranking` in: https://github.com/davidmcclure/open-syllabus-project/blob/master/osp/citations/models/text_index.py#L147 Specifically, it would be nice...
Any reason there isn't a restart task? Would you object to a PR?