Doug Tangren
Doug Tangren
https://docs.rs/failure/0.1.2/failure/ seems to be gaining community traction as a replacement for the error chain crate. It may be worth some investment in feature flagging support for these errors as currently...
This relates to some UX improvements I've ran into in a crate build on top of crowbar called lando https://github.com/softprops/lando/pull/24. In essence the UX issue was the requirement for end...
Hi. I've been working on some extensions of crowbar that put a focus on apigateway and recently started putting together some [notes](https://github.com/softprops/lando/blob/master/README.md#-performance) to advertise performance expectations. My tests are somewhat...
https://blog.ryanlevick.com/DMG-01/
...you tell me.
Going to defer on adding an organization until organization is needed but when it is, the monolithic list probably won't be super useful. Consideration should be noted for books that...
because github makes this easy to disocver
in the first two pulls a merge conflict was already introduced. this is unfortunate and annoying. how do other awesome lists deal with this???
it should be easier to discover feature flags but with today's rustdoc there's nothing automatically generated. let's add docs on the current feature flags in lib.rs to make them easier...
rather than a stream of `serde_json::Values` an enum type should be more user friendly. I feel like this used to exist.