Skip to content

Commit bd6969a

Browse files
committed
Monthly reports
1 parent d6e54f3 commit bd6969a

File tree

5 files changed

+56
-1
lines changed

5 files changed

+56
-1
lines changed

reports/april-2022.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: reports
3+
title: "April 2022"
4+
---
5+
6+
## Summary
7+
8+
Work has been a little thin on the ground lately due to personal reasons,
9+
but should be picking up again now.

reports/december-2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ It is feasible that the next useful piece of work here could be integrating HTTP
4949

5050
# Financial report
5151

52-
Sponsor income for the financial year 2019/2020 was about £60k. Less admin expenses of £13k. (office rental, accountancy costs, conference travel, cost of software services). Less corporation tax of £5k. Total remaining for salary/dividends £42k.
52+
Sponsor income for 2020 was about £60k. Less admin expenses of £13k. (office rental, accountancy costs, conference travel, cost of software services). Less corporation tax of £5k. Total remaining for salary/dividends £42k.
5353

5454
At some point something will need to change here, at least a little, but we've currently enough in the business bank account to give us some runway for the time being.
5555

reports/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ title: "Monthly Reports"
77

88
## 2022
99

10+
* [May 2022](may-2022)
11+
* [April 2022](april-2022)
12+
* [March 2022](march-2022)
1013
* [February 2022](february-2022)
1114
* [January 2022](january-2022)
1215

reports/march-2022.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: reports
3+
title: "March 2022"
4+
---
5+
6+
## Summary
7+
8+
Work has been a little thin on the ground lately due to personal reasons,
9+
but should be picking up again now.

reports/may-2022.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: reports
3+
title: "May 2022"
4+
---
5+
6+
## Summary
7+
8+
Work has been a little thin on the ground lately due to personal reasons,
9+
but should be picking up again now.
10+
11+
## Triage
12+
13+
Here's how the triage work has gone this month. The numbers here are the total
14+
number of open issues and pull requests for each project at the start and
15+
end of the month:
16+
17+
* Starlette: 67 → 51
18+
* Uvicorn: 87 → 83
19+
* REST framework: 231 → 243
20+
* HTTPX: 42 → 51
21+
22+
Personally I've been starting to remove myself from work on Starlette and Uvicorn,
23+
while still making myself available for any management roles that might be required there.
24+
My experience is that it's only really viable to act as lead on one or two major projects,
25+
so for the time being I'm looking to focus on REST framework and HTTPX.
26+
27+
## Dropping the `rfc3986` dependency
28+
29+
My most substantial piece of work this month has been a pull request that removes
30+
the need for the `rfc3986` dependency from `httpx`.
31+
32+
Reviews for this work would be most welcome.
33+
34+
See pull request [httpx#2252](https://github.com/encode/httpx/pull/2252) for details.

0 commit comments

Comments
 (0)