Dan Sully

Results 51 issues of Dan Sully
trafficstars

Can you release this to Pypi? Thanks

I'm looking to use `fileline.nvim` instead of my own version (https://github.com/dsully/nvim/blob/main/lua/config/autocommands.lua#L69) that was originally inspired by `vim-fetch`, but is somewhat fragile. However, `fileline.nvim` doesn't support loading multiple files properly via...

bug

```shell error[E0599]: no method named `std` found for mutable reference `&mut Build` in the current scope --> /home/dsully/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unrar_sys-0.3.1/build.rs:63:10 | 60 | / cc::Build::new() 61 | | .cpp(true) // Switch to...

It'd be great to have a section in the `uv` README / documentation for projects that are using it / have switched from another system. This will be helpful to...

## Description Add the ability for text keys and preset.header to be functions. This allows me to call this: ```lua preset = { header = function() local heatmap = require("git-dashboard-nvim").heatmap()...

dashboard

Would it be possible to add GHE support? Thanks!

Hi - I'm having trouble getting otter to recognize embedded `bash` or `fish` in [Justfiles](https://github.com/casey/just). Here's an example: ```just build-packages +packages='all': #!/usr/bin/env fish echo "{{ packages }}" ``` I can...

This should fix https://github.com/nix-community/nurl/issues/337 as well.