-
OAuth 2 uses a "two-token" system for added security. We may be able to use an OAuth 2 implementation directly, or use its token system as a model to improve our own.
From https://github.com/hippwa…
-
Certain LDAP implementations have different escaping requirements for various attributes. For example, in Active Directory the `objectGUID` attribute must have its value in hexadecimal representation.…
-
This is general feedback and hopefully, things can be improved. At this stage, I believe that react navigation should not be the official navigation. I would have to say this is one of the most frustr…
-
I've been reading the [last](http://datatracker.ietf.org/doc/draft-zyp-json-schema/) · [drafts](http://datatracker.ietf.org/doc/draft-fge-json-schema-validation/) · [on](http://tools.ietf.org/html/dra…
-
Loss stats and jitter are listed in the RRUL spec (https://www.bufferbloat.net/projects/bloat/wiki/RRUL_Spec/) but not available in Flent. I'd like to be able to see packet loss to compare the drop de…
-
The `Reflect` trait is currently unstable. It was intended to narrow the use of things like `Any` for runtime introspection, to help retain parametricity properties. However, with [impl specialization…
-
I think there is a confusion between the current PeerConnection W3C API and RFC7635
In STUN/TURN auth crendtials/parameters handover...
https://tools.ietf.org/html/rfc7635#appendix-B
``` javascript…
-
This is to help the teams manage their workflows.
Each team member (rust-lang/Core, compiler, Lang, Libs, tools) gets their own page, like `rusty-dash.com/nag/brson`. This page shows issues/PRs that …
brson updated
8 years ago
-
Currently searching within metadata look for intersection of metadata values.
Many users are likely to want to search for collections of metadata values—for example, grabbing all of the features anno…
-
Tracking issue for rust-lang/rfcs#1681.
cc @alexcrichton
## Stabilization TODO
Litmus tests:
- [x] - Does diesel work? https://github.com/rust-lang/rust/issues/35900#issuecomment-251242313
-…