Matthew

Results 22 comments of Matthew

I could see this being useful for myself as well. Please make it support multiple suffixes a la https://github.com/alvaroloes/enumer/pull/53

If instead of checking the go.mod directly file you ran `go list -m all` you would get the full list of dependencies including indirect.

I posted this because I didn’t have time to immediately work on it; i think I can get this in within a week.

Merged the unnecessarily broken out functions back into the trap function

Working on a rewrite of this PR using zsh-async!

Ready for review. Squashed all commits together. Scratch that...

I can split the rewrite of the original from the Ruby/Python additions and force push. I'll fix the underscores too

So the way it works: 1. Prompt script runs 2. Async job kicked off `prompt_sorin_async_job` 3. `prompt_sorin_async_job` gathers git, rbenv, pyenv in series 4. `prompt_sorin_async_job` creates what will be the...

git lfs uses a pre-push git hook, which is disabled by renovate using `--no-verify` #6521

Came here for the go-redis usecase. We're caching grpc responses in the raw and this would save us some boilerplate code. Alternatively this could be done trivially w/ a protoc...