Marcel Bischoff
Marcel Bischoff
@everzet Could you please put a notice in the description that this project is dead/deprecated and no longer updated? Thanks.
All the +1's are doing nothing to move this forward. You do realize that the last commit to this repository was on Nov 6, 2010? How about offering the developer...
:+1: I'm absolutely for this. Being able to skip converting my multi-terabyte music archive (yes, I have literally hundreds of CDs stashed in boxes somewhere) from ALAC to FLAC would...
According to the website this is "freemium" software, asking for a recurrent subscription payment to use it as intended, which is €12 + VAT/month. I haven't tested it but then...
> The app makes use of the built-in `networkQuality` command-line tool under the hood, which is provided by Apple. Why do we need a GUI wrapper for that? Also, `networkQuality`...
At the very least, the description should reflect that it requires Monterey. Not everyone wants to use the latest OS or even *can* use it. In my view, this is...
Good to hear that it is not quite an issue with Packer itself. > .editorconfig file ``` [*.{css,scss,less,js,json,ts,sass,html,hbs,mustache,phtml,html.twig,md,yml}] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf...
For the time being I spotted the issue, which is of course a stupid one. The `.editorconfig` lines ``` [site/templates/**.php] indent_size = 2 ``` Somehow got corrupted into ``` [site/templates/**.{php]...
Thank you for the insight!
Even more perplexing is that @wbthomason's [dotfiles](https://github.com/wbthomason/dotfiles/blob/linux/neovim/.config/nvim/lua/plugins.lua) do not use the function statement at all. Instead they wrap the `require` method in double brackets, like `[[require('config.cmp')]]`. If you have a...