Doug Tangren

Results 143 issues of Doug Tangren

### Problem to solve An issue that I'm bumping up against is that once a test suite grows, I start to break hurl tests into separate files and while `--glob`...

enhancement
topic: metadata

### Describe your idea/feature/enhancement I wish SAM CLI would support a `samconfig.toml` file that requires less repetition across env. I believe it could do that leveraging its existing notion of...

type/feature
area/sam-config
stage/pm-review
maintainer/need-followup

just wanted to leave a note to say what a nice crate this is. The rust ecosystem really needs something like this for cli prompting. I also wanted to also...

t-feature

have to try this http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

I'm getting a build error when trying to run a musl build. It may just be bad error reporting on cargo's part but the error reported is ``` failed to...

https://crates.io/crates/hcl is parked but it would be great to see code published instead

the main signature of this create returns an error which is public but not exposed by a path external to this crate - https://docs.rs/chrono-english/0.1.3/chrono_english/fn.parse_date_string.html this could be fixed if the...

after adding crate version `0.0.1` to my crate's cargo.toml deps, I get the following compile error ``` .cargo/registry/src/github.com-1ecc6299db9ec823/md-0.0.1/src/util.rs:4:25: 4:26 error: expected type, found `|` .cargo/registry/src/github.com-1ecc6299db9ec823/md-0.0.1/src/util.rs:4 fn modify(&self, f: |T| ->...

.. or is it looking for a new maintainer?

It may be convenient to have a built-in or explicit abstraction for stores where the read and write paths are distinct. Currently you can have a readable store but the...