so thrilled about this launch! itβs been really fun working with the connect cloud team this year.
19.12.2024 20:04 β π 2 π 0 π¬ 0 π 0so thrilled about this launch! itβs been really fun working with the connect cloud team this year.
19.12.2024 20:04 β π 2 π 0 π¬ 0 π 0Iβ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/?...
13.12.2024 18:08 β π 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}β
```
here is a function for your .zshrc that changes ripgrep to format the output with github.com/dandavison/d...
`rg() { command rg --json "$@"|delta; }`.
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/
16.11.2024 21:28 β π 41 π 3 π¬ 0 π 0