Doug Tangren

Results 140 issues of Doug Tangren

```bash $ cat default.env USER=$(whoami) # then the prompter would prompt USER [yournamehere]: ```

https://github.com/felipesere/icepick/blob/master/README.md

FOO=bar # list:bar,baz,boom

Apply only permissions needed to the functions that need them

https://github.com/rusoto/rusoto/issues/1314

Thanks for the great library. I have a use case where I'd like to decode names with arb names but whose values have a known types. In zig I'd normally...

What is this projects minimum supported zig version that can be depended on? The projects declared min version is [0.12.0](https://github.com/ikskuh/zig-args/blob/0abdd6947a70e6d8cc83b66228cea614aa856206/build.zig.zon#L4) I was able to use this with the current release...

The built in [java_library](https://docs.bazel.build/versions/master/be/java.html#java_library) rule has support for [java_plugins](https://docs.bazel.build/versions/master/be/java.html#java_plugin) by way of the `plugins` attribute. scala_library also has a `plugins` attribute but I believe its only intended for scalac plugins,...

**Is your feature request related to a problem? Please describe.** while getting authorized requests to work with https://github.com/bojand/ghz/issues/424 I found that when I generated a report with --format=html the report...