Dan Sosedoff

Results 161 comments of Dan Sosedoff

`rvm install 3.2.2 --with-openssl-dir=/opt/homebrew/opt/[email protected]` worked for me on mac os sonoma 14.0

The main reason why this package was originally created is to bring vault support to the application code, since the Ansible vault project does not provide any Go bindings. So...

That sounds reasonable. Do you have any supporting code for the feature?

Do you have a bit more context behind the rename? I do accept PRs if they make sense.

That seems reasonable. We could take a step further and allow setting the required branch, something along the line of `cfg.AllowedBranches = ["main"]` or `cfg.AllowedBranches = func(name) bool`.

I dont think i've used `git daemon`, so how do you envision gitkit support this mode of operation? Also, why not use the `git daemon` on its own ?

Cool, i dont think i have any capacity to work on any new features so any external contribution would be helpful.

@vitobotta You need to place your instrumentation code into `after_worker_boot` section if running Puma in clustered mode.

Hey @ttstarck, there was a slight setback with docker image publishing flow, so no official release in the Hub/GCR yet. I think it'll be published with the new release. In...

I also ran into this issue while running `prometheus_exporter` behind `nginx` in docker, and its fairly easy to reproduce locally. ```Dockerfile FROM ruby:2.7 # 3.x also could be used RUN...