Dan Sully

Results 137 comments of Dan Sully
trafficstars

> @dsully There are 3 PRs that haven't been merged since 2023, including mine. Don't expect much. Yeah - I just forked the repo and committed the change above for...

Ping. (II saw you update a bunch of `hover.nvim` issues & PRs recently. Could use some ❤️ over here. :)

I'm not sure the best/correct way to do this actually.. for example, if I run: ```shell nvim lua/plugins/init.lua:5 filetype.lua:10 ``` Then the following happens - output of `:buffers`: ![CleanShot 2024-01-24...

It'd also be great to be able to automatically switch profiles based on SSID or other variables.

+1 on adding JSON `-j` to `pipdeptree` and other machine readable outputs. Example output: ```json [ .... { "package": { "key": "werkzeug", "package_name": "Werkzeug", "installed_version": "3.0.3" }, "dependencies": [ {...

+1 for `~/.local`, etc. Effectively treating macOS like Linux in this regard.

To be clear - as long as the `$XDG_*` variables are respected as @baggiponte says, I'm good with that approach.

Hi - I'm not using `cc` directly in my crate.

Yes, that worked. `cargo update` actually.