Advertisement · 728 × 90

Posts by Elliot Murphy

so thrilled about this launch! it’s been really fun working with the connect cloud team this year.

1 year ago 2 0 0 0
Preview
Posit Careers - Job Listing

I’m hiring a senior engineering manager for the cloud operations team at Posit and would really love to talk to you if this looks like a good fit. Please be patient, I’m personally reviewing applications. posit.co/job-detail/?...

1 year ago 3 0 0 0

why would you care to do that? here is the delta config to make all the matches hyperlinks that open in positron
```
#.gitconfig
[delta]
hyperlinks = true
hyperlinks-file-link-format = “positron://file/{path}:{line}”
```

1 year ago 0 0 0 0
Preview
GitHub - dandavison/delta: A syntax-highlighting pager for git, diff, grep, and blame output A syntax-highlighting pager for git, diff, grep, and blame output - dandavison/delta

here is a function for your .zshrc that changes ripgrep to format the output with github.com/dandavison/d...
`rg() { command rg --json "$@"|delta; }`.

1 year ago 2 0 1 0
Preview
GitHub - jart/json.cpp: JSON for Classic C++ JSON for Classic C++. Contribute to jart/json.cpp development by creating an account on GitHub.

I built a new JSON library. It runs fast, builds fast, is easy to modify, fully passes JSONTestSuite, and is fuzzed by AFL. github.com/jart/json.cpp/

1 year ago 42 3 0 0