Robert J. Berger
Robert J. Berger
If you pass and array in as the `target` argument for the `prometheus_job` lwrp like: ``` prometheus_job "influx" do target ["influx-001.example.com:9100", "influx-002.example.com:9100"] metrics_path "#{node['prometheus']['flags']['web.telemetry-path']}" end ``` Results with an entry...
Since the default recipe runs the template command and accumulator among other things, there is no way to include_recipe "prometheus" in a wrapper cookbook that wants to override attributes or...
If I clone master of this repo and do ``` npm install npm run watch-with-amplify ``` The shadow-cljs run gets a warning and doesn't build the js modules for the...
This would address some issues we're having in our Clojurescript / Clojure Apps. Theoretically could wrap the Node/java libraries.
AWS Amplify / AppSync has some really great Authentication / Authorization mechanisms but mostly as primitives. Seems that Oso could level that up quite nicely.
This seems to be an incredible mystery. I can't find any examples for any mechanism to programmatically download a release asset from a private repo. I had hoped this Gem...
Would it be possible to bump the versions of things in `template/package.json` and `template/shadow-cljs.edn` to the latest? Or is there some procedure to easily bump them once `create-cljs-app` has been...
Is there a way to use GraphQL-voyager with the AWS AppSync graphql custom directives?
Hey there, I just encountered the following error with Alva: Started a fresh new project and immediately selected Connect Library. Navigated to a fresh clone of alva-desgin repo and selected...
Looks like the change from starting with a component to starting with the function `app` has broken the default test at least with the command `lein new luminus myapp +re-frame...