Stephen Holsapple
Stephen Holsapple
I'm trying to find a way to get access to the peer's name (i.e., `sockaddr_in` equivalent) but this information doesn't seem to get propagated past the `tokio-proto` and `tokio-io` layers....
Does flask-rbac currently support the concept of a "group" for access control?
It's not clear what the default Graphite user/pass is, and the default that Graphite documents doesn't work. What is the default for the Graphite administrative panel user/pass?
Does Flask-Restless ever intend to support async patterns using whatever async library prevails (presumably asyncio)? I realize this cannot work today because SQLAlchemy does not yet support asyncio, [and space...
This change passes the type `plumbing.ReferenceName` to the `plumbing.NewHashReference`. I stumbled upon this error while using the example. If this isn't correct, I'm curious what I should do instead. It...
See https://flask-script.readthedocs.io/en/latest/.
In particular, we need examples for: - Login - Session handling
The consensus module is the client/server that is responsible to making state changes to the global address space. Three major tasks need to be done here: 1. Implement request_vote 2....
Think about how we can do application level monitoring for the application so we know everything from Raft state to memory mappings. Whatever story we come up with, the metrics...
PR https://github.com/sholsapp/gallocy/pull/36 adds a lot of duplicate code because we haven't decomposed the client and transport classes into the core parts. We need to fix this, pronto, so that we...