Leo Antunes
Leo Antunes
There's unfortunately no way (AFAIK) of actively interrupting a `net.Listener.Accept()` call, so we have to deal with it erroring out if/when its net.Listener is closed (see #39). Unfortunately(2) there's also...
Disk pools on a Datacore SANSymphony can be divided into tiers, for instance for separating "fast" from "slow" disks. This patch enables the DcsDiskPool script to query some aggregate information...
Please see [this duscussion](https://discuss.dgraph.io/t/provide-defaults-for-numcounters-and-bufferitems/9194) for a rationale for this suggestion. This change is [](https://reviewable.io/reviews/dgraph-io/ristretto/178)
Right now `wesher` requires all nodes in the mesh to be directly accessible. It should be possible to use uPnP+IGD to make nodes accessible behind a NAT gateway. Use cases...
It would be nice to have the memberlist key be rotated automatically. This would increase security a bit, at the cost of making ad-hoc joining less practical. We'd also need...
this replaces the octicons folder icon with the one from fontawesome, which allows us to support the "opened folder" icon (octicons doesn't have an extra icon for that) fixes #11
## Expected Behavior `Ring`'s documentation implies it is behaves mostly like other clients. None of its documented caveats imply `Ring.PSubscribe` should behave in any way differently than `Client.PSubscribe`. ## Current...
Hi there, It seems the following code fails to parse `in_header` when used with gunicorn or `DjangoApplication`, but works with `wsgiref`: ```python class MyHeader(ComplexModel): myinfo = Unicode class SomeService(ServiceBase): __in_header__...
Hi there, Currently the `decorator._produce_input_message` function uses "home-grown" introspection via `f.__code__.(...)` to get the parameters of the method being wrapped. This doesn't work if the method has some other decorator,...