Anselm Hahn

Results 34 comments of Anselm Hahn

Indeed, it's a tricky situation. In the case of [vim](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/vim.rb), they add an extensive depends-block. ```ruby depends_on "gettext" depends_on "lua" depends_on "ncurses" depends_on "perl" depends_on "[email protected]" depends_on "ruby" ``` Can...

1. According to the [Lunar installer](https://github.com/LunarVim/LunarVim/blob/rolling/utils/installer/install.sh) is RUST not an optional thing? 2. In case Building a homebrew forumular, Iā€™m skeptical that the current installation procedure will be allowed

I saw it too late, there is a [Makefile](https://github.com/LunarVim/LunarVim/blob/rolling/Makefile) of LunarVim. This would be nice start for the home-brew formula ...

> Any updates on this? My new macbook arrives in a couple weeks and I was hoping to get into the world of vim with LunarVim šŸ™‚ Not yet, because...

In case, people are still interested in a `lunarvim.rb` in homebrew; I am ... šŸ˜€ I just started https://github.com/Anselmoo/homebrew-core/blob/lunarvim/Formula/lunarvim.rb Unfortunately, I was not able to get it running with dependencies,...

> I think an idea could be to manage lunarvim the same way rustup is managed trough home-brew. It allows you to install the tool, but the tool is self...

@sbrugman concerning the issue, the `self.summarizer` contains the values for the plots. https://github.com/ydataai/pandas-profiling/blob/188e02b2db156cd1cec3555ae33a983035f43b67/src/pandas_profiling/profile_report.py#L158-L168 I am wondering if it makes sense also to export figures as a dictionary, too? This will...

> Perhaps you could take these changes upstream, if you feel motivated to do so. @dimbleby sorry, can you explain me a little bit more? Thx

Thx for clarification, I will then take a look from time to time

> @Anselmoo Any chance you'll be able to get back to this? All the changes in the `_vendor` folder needs to be dropped, and I'd like to reduce the noise...