Ben Burkert

Results 7 issues of Ben Burkert

This allows dumps taken on a newer version of the object graph (or database schema) to load in older versions where some object types (or active record models) are missing.

Should fix this error: ``` git: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory ```

This will allow you to build non-compiled packages from OSX.

Hello, I used the new netstack package to setup an in-process tunnel for tunneling SSH connections over WireGuard. It worked quite well, I was very happy with how easy it...

**Is your feature request related to a problem? Please describe.** To get this [acme plugin](https://github.com/anchordotdev/puma-acme) working, I had to [monkey-patch `Puma::Binder#parse` calls](https://github.com/anchordotdev/puma-acme/blob/main/lib/puma/acme/binder.rb) to add a hook system, so that a...

feature
contrib-wanted
plugins

Running `go-import-redirector code.example.com/*/* ssh://[email protected]/*/*` will redirect `code.example.com/team/project` to `ssh://[email protected]/team/project`. It's useful for companies that run a git server on a non-standard port.

Our deployment process failed a couple times due to fastly/cli#1072. Looking into, we realized that we're not setting `cli_version` to a specific version, which means we're floating the CLI version...