Ulysse Carion
Ulysse Carion
The "Keyword Interactions" section of the core spec currently reads as: > Keyword behavior MAY be defined in terms of the annotation results of subschemas (Section 4.3.3) and/or adjacent keywords....
grpcurl fails with "context deadline exceeded" after 10s if using plaintext when server expects TLS
Bottom line up front, here's how you reproduce this issue: ``` $ grpcurl -version grpcurl 1.8.6 $ time grpcurl -plaintext grpcb.in:9001 list Failed to dial target host "grpcb.in:9001": context deadline...
I'm using Snoowrap in a Redux application. I'd love to be able to use [redux-persist](https://github.com/rt2zz/redux-persist), but Snoowrap's objects are not plain-old-JavaScript-objects, so they won't work with redux-persist. So I have...
I noticed this when trying to add `error_chain` to my project, because the following doesn't compile: (`piston_window::Glyphs` is `gfx_graphics::GlyphCache`) ```rust let mut glyphs = Glyphs::new("assets/fonts/FiraSans-Regular.ttf", window.factory.clone()) .chain_err(|| "Could not create...
This isn't a bug, but rather a suggestion for making the cube example more helpful for noobs (like me). In the cube example, `a_tex_coord` is an `ivec2`/`[i8; 2]`, which led...
Is there anything I can do to contribute to datetime-rs? Looking to get my feet wet with Rust.
SAML connections represent a trust relationship between an organization and an outside SAML identity provider. There is not currently a way to delete SAML connections. This ticket is about adding...
This PR adds a correlation_id, scoped to an HTTP request, for all panics and slog-based logs.
This PR adds a `display_name` to organizations. Adds a "Display Name" property on organizations that can be get/set from the UI or the Management API. This display name gets used...
This package's use of a second bit in the flags section of Traceparent, i.e. flags of the form: ``` 00-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx-03 ``` Is perhaps counterproductive. I understand, from git-blame, that the...