Doug Tangren

Results 138 issues of Doug Tangren

See also https://aws.amazon.com/blogs/developer/introducing-amazon-dynamodb-expression-builder-in-the-aws-sdk-for-go/

## 💡 Feature description see https://github.com/softprops/dynomite/issues/64. This should be doable. This is already handled for basic enums [here](https://github.com/softprops/dynomite/blob/8af39a34e5e86a0d8402eec8df7e9c275146b1f7/dynomite-derive/src/lib.rs#L79) #### 💻 Basic example

## 💡 Feature description https://aws.amazon.com/blogs/database/z-order-indexing-for-multifaceted-queries-in-amazon-dynamodb-part-1/ looks super fascinating. Perhaps a useful set of utility interfaces fits into the scope of this project #### 💻 Basic example

[this](https://github.com/softprops/dynomite/blob/5ed3444a46a02bd560644fed35adb553ffb8a0f0/dynomite-derive/examples/demo.rs#L49-L56) is clumsy

## 💡 Feature description The current types in this crate were derived from GitHub's documentation and from usage in practice. The combination of these resulted in some guess work. GitHub...

enhancement

help wanted
new endpoint

## 💡 Feature description User agent strings are required by GitHub. The example code uses a common and useful cargo provided pattern. Let's make constructing that easier with a default...

enhancement
help wanted

https://github.com/softprops/hubcaps/blob/08b7dfea17cccfa7ea0904cdbc2d3c3426cdb250/src/branches/mod.rs#L76-L93 See https://developer.github.com/changes/2017-09-06-protected-branches-preview-end/

This is an experimental change that will addresses https://github.com/ilianaw/rust-crowbar/issues/45. If this checks out users of rust crowbar will no longer have to declare cpython as a dependency in their Cargo.toml...

I'm working on improving the developer experience with lando which inherits much from crowbar One thing that's bothered me about both is the default dependence on using the lib name...