The Wayback Machine - https://web.archive.org/web/20210719104237/https://github.com/ahopkins
Skip to content
Avatar
🍻
Cheers
🍻
Cheers

Achievements

Achievements

Organizations

@celery @conda-forge @PacketFabric @sanic-org @the-benchmarker
Block or Report

Block or report ahopkins

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ahopkins/README.md
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

  1. Async Python 3.7+ web server/framework | Build fast. Run fast.

    Python 15.1k 1.4k

  2. Authentication, JWT, and permission scoping for Sanic

    Python 198 38

  3. Abstract specification for the use of structured scopes in permission granting utilities.

    CSS 5

  4. A fast ordered NoSQL database.

    Rust 5

  5. pydiggy Archived

    Dgraph to Python object mapper, and schema generator

    Python 14 1

  6. 1
    import json
    2
    import random
    3
    import string
    4
    from functools import partial
    5
    
                  

2,858 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

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

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
317 contributions in private repositories Jul 1 – Jul 18

Seeing something unexpected? Take a look at the GitHub profile guide.