James Griffiths

Results 8 issues of James Griffiths

From the readme it looks like there are intentions to increment the hard-coded API version: > All versioning is hard-coded (for safety) to version 2014-10-07. Stripe API versions specified in...

It's not too clear how (if) support for bundling multiple entry-points can be done with `purs-loader`. Currently for each entry point, it chucks all the ps in, leading to separate...

Currently the only supported profiles in the `vizdeps` command are `:user` and `:dev`. `leiningen` allows arbitrary profiles to be created and to have custom dependencies (and other fields) defined for...

It looks like the set of profiles used in dependency calculation hard-codes the profile being used: https://github.com/walmartlabs/vizdeps/blob/e106df5fbfc97c2e38bae22e2649cf4941daaded/src/leiningen/vizdeps.clj#L218-L220 It would be useful if consumers could supply profiles, either via the usual...

Hopefully speaks for itself. I'm sure I've missed something though. Edit: Relates to #53

Currently the only credential provider not explicitly exposed by the babashka pod (see [lookup-map](https://github.com/babashka/pod-babashka-aws/blob/81e200692c8b637529cc48f7c51f2e5777c586c5/src/pod/babashka/aws/impl/aws/credentials.clj#L192-L198), [describe-map](https://github.com/babashka/pod-babashka-aws/blob/81e200692c8b637529cc48f7c51f2e5777c586c5/src/pod/babashka/aws/impl/aws/credentials.clj#L210-L244)) is the `environment-credentials-provider`. On the other hand, when using `default-credentials-provider` the functionality is still used....

Currently, the [`[]` implementation of `Registry`](https://github.com/fimad/prometheus-haskell/blob/master/prometheus-client/src/Prometheus/Registry.hs#L25) allows for multiple registrations of the same metric. I can't really think of a use-case where someone would want to have duplicate metrics (vs...

Renders fine outside of tmux, but both image (jpg) and pdfs fail to render (after measuring has successfully occured). Example below is for the start of a pdf file: ![termpdf](https://user-images.githubusercontent.com/10106320/39198436-fc09a40e-47de-11e8-87c2-6106fc786261.png)...