Doug Kelkhoff
Doug Kelkhoff
Sounds good, @jimhester - I'll do my best to implement this structure and will include an option to enable the off-by-default behavior. If I change the structure of the underlying...
I would _really_ like to see some syntactic sugar for `_.x`. I think `$` is nice in that with data manipulations it's _almost_ analogous to interpolation. However, it being _almost_...
Perhaps I'm missing something, but I think `$` used outside an expression, string or command throws a syntax error before it can even be intercepted by a macro. ```julia julia>...
This issue has been annoying me for a while, so when I saw that the suggested changes were pretty minimal I just went ahead and fixed it locally. It was...
@IndrajeetPatil - I'm fine with that (I'm the author of #497). I'm quite fond of the approach that I settled on, but other priorities came up before I could flesh...
Thanks @IndrajeetPatil - the approaches are very different. That's not a bad thing! This approach is much more focused, and I think that's great. It fits the ethos of `lintr`...
Thanks @jimhester - I'm happy to add in tests as much as possible. If you think the implementation looks sound, then I can get to work on tests and updating...
@jimhester - this PR is ready whenever you have an opportunity to take a look. The only CI errors are ones that also exist on `master`. Overall, the design feels...
Thanks for considering this PR, @jimhester. Just wanted to highlight this bit in the PR thread for your consideration. I tried my best to dig into how `remotes`/`renv` use the...
> I like the idea of hiding S3 methods. I'd suggest that if user types a function like print. and it should trigger a completion that contains those S3 methods....