summary refs log tree commit diff stats
path: root/web/bountysource.nim
Commit message (Collapse)AuthorAgeFilesLines
* close #5757Zahary Karadjov2017-04-301-2/+0
|
* close #5726Zahary Karadjov2017-04-281-2/+4
| | | | | | | | | | | | Turned out that the old code was wrong. I'm not sure why it used to work. `response.body` properly resolves to an async proc defined in the httpclient module with the following signature: proc body*(response: AsyncResponse): Future[string] {.async.} Perhaps the old code was somehow matching the body field of the `AsyncResponse` object, which is marked as private.
* More accurate generation of sponsors list.Dominik Picheta2016-09-041-38/+34
|
* No spaces after commas in bountysource.nim output.Dominik Picheta2016-08-061-1/+1
|
* Added script for generating sponsors.csv.Dominik Picheta2016-08-061-0/+144