Josh Tilles

Results 6 issues of Josh Tilles

The specific use-case I have in mind is printing stack traces. For example, here's some Clojure code followed by the JSON it produces. ```clojure (println (cheshire.core/generate-string (Throwable->map (ex-info "foo" {}))...

When customizing `el-get-sources`, the interface thinks that `ignore` is a sensible default value for `:post-init` & co. However, if you accept the suggested default of `ignore`, El-Get [will warn you](https://github.com/dimitri/el-get/blob/fac4d31e4d8db96c53cac11e6f36a2f9ca2b8dac/el-get.el#L308-L316)...

bug

(Since the problem's likely upstream, please just consider this issue a heads-up.) The specific error text I see when running `pulumi preview` in my TypeScript project is: flattening `default_node_pool`: The...

Elastic [provides a collection of JSON files that describe the Elasticsearch HTTP API](https://github.com/elastic/elasticsearch/tree/2.3/rest-api-spec/src/main/resources/rest-api-spec/api) that are explicitly meant to “facilitate development of libraries and integrations”. It seems worth investigating the possibility...

In the classic provider, one can refer to the role by [either the role definition ID _or_ the role definition name](https://www.pulumi.com/docs/reference/pkg/azure/authorization/assignment/#inputs). An example role assignment with the classic provider: ```typescript...

kind/enhancement

I haven’t investigated to see how widespread it is across the codebase, but the example occurrence I came across is in `containerservice`’s `ManagedCluster`. The [documentation](https://www.pulumi.com/docs/reference/pkg/azure-nextgen/containerservice/managedcluster/#outputs) states that “all input properties...

kind/enhancement