Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | close #5757 | Zahary Karadjov | 2017-04-30 | 1 | -2/+0 |
| | |||||
* | close #5726 | Zahary Karadjov | 2017-04-28 | 1 | -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 Picheta | 2016-09-04 | 1 | -38/+34 |
| | |||||
* | No spaces after commas in bountysource.nim output. | Dominik Picheta | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | Added script for generating sponsors.csv. | Dominik Picheta | 2016-08-06 | 1 | -0/+144 |