class Adam:
def __init__(self):
self.work = PacketFabric("Lead Sr. Software Engineer")
self.oss = Sanic("Core Maintainer")
self.home = Israel("Negev")
async def run(self, inputs: Union[Pretzels, Coffee]) -> None:
while True:
await self.work.do(inputs)
await self.oss.do(inputs)
def sleep(self):
raise NotImplementedError
Pinned
2,858 contributions in the last year
Less
More
Activity overview
Contributed to
sanic-org/sanic,
sanic-org/sanic-guide,
sanic-org/sanic-routing
and 5 other
repositories
Contribution activity
July 2021
Created a pull request in sanic-org/sanic that received 9 comments
Opened 8 other pull requests in 3 repositories
sanic-org/sanic
3
open
2
merged
sanic-org/sanic-testing
1
open
1
merged
sanic-org/sanic-routing
1
merged
Reviewed 14 pull requests in 4 repositories
sanic-org/sanic 10 pull requests
- unexpected error handling on static requests
- Copy Blueprints Implementation
- style(app,blueprints): add some type hints
- Update sanic-routing to fix path issues plus lookahead / lookbehind support
- Avoid dangling sockets by using abort() instead of close()
- Fix the handling of the end of a chunked request.
- Add BufferedProtocol support
- Remove Duplicated Dependencies and PEP 517 Support
-
Remove Unnecessary Import in
test_constants.py
Which Fixed an Error on Win Platform -
Add one type hint for
protocol
sanic-org/sanic-guide 2 pull requests
ahopkins/sanic-jwt 1 pull request
sanic-org/sanic-routing 1 pull request
Created an issue in sanic-org/sanic that received 3 comments
New style pipelined streaming responses break
Describe the bug The second request of pipelined HTTP requests will fail if it is a new-style streaming response. Code snippet @app.route("/simple") …
3
comments
Opened 3 other issues in 2 repositories
sanic-org/sanic
2
open
sanic-org/sanic-routing
1
open
317
contributions
in private repositories
Jul 1 – Jul 18