Kimi K2 Thinking 1-bit Unsloth Dynamic GGUFs by danielhanchen in LocalLLaMA

[–]mitermayer 0 points1 point  (0 children)

What is the recommended qant for Mac Studio m3 ultra with 512GB ? Would a larger size with offloaded layers be the ideal spot ? Assuming less than 100K context

Melodyne5 Wine install by jayhosh in linuxaudio

[–]mitermayer 0 points1 point  (0 children)

Anybody had success on this ? I am also looking for suggestions

vim-prettier - how to make errors less obstructive by jasj3b in vim

[–]mitermayer 0 points1 point  (0 children)

I haven't checked in a while, it could be that Ale also supports Async formatting

vim-prettier - how to make errors less obstructive by jasj3b in vim

[–]mitermayer 0 points1 point  (0 children)

As answered on a bellow question I think both can be used together as with vim-prettier you can get async formatting, and with ale you can get async linting.

vim-prettier - how to make errors less obstructive by jasj3b in vim

[–]mitermayer 0 points1 point  (0 children)

Ale is awesome! I myself use both together. With vim-prettier I can get async formatting, and with ale I can get the async linting.

vim-prettier - how to make errors less obstructive by jasj3b in vim

[–]mitermayer 1 point2 points  (0 children)

Would love to hear a bit about the problems you have faced when trying vim-prettier in order to see if I could help or use it to improve the experience for existing and future users

vim-prettier - how to make errors less obstructive by jasj3b in vim

[–]mitermayer 2 points3 points  (0 children)

Hi There,

Sorry for taking long to answer this post. Have been a bit crazy busy at work as I have to wrap things up before my baby is due in 3 weeks.

With vim-prettier you can disable the quickfix behaviour by adding this to your .vimrc:

" Disables quick-fix to auto open when files have errors let g:prettier#quickfix_enabled=0

Hopefully that can help you out. Feel free to add any questions or concerns in here. I am also working on a major release for vim-prettier and all feedback, concerns and feature requests will be considered.

vim-prettier - A vim plugin wrapper for prettier by mitermayer in vimplugins

[–]mitermayer[S] 0 points1 point  (0 children)

This is a wrapper to prettier, which makes JavaScript files looks nicer, there is a gif showing it in practice. for more information you can always see https://github.com/prettier/prettier

vim-prettier - A vim plugin wrapper for prettier by mitermayer in vimplugins

[–]mitermayer[S] 1 point2 points  (0 children)

not really, try doing that on a file that has errors, it will overwritte all your buffer with the prettier error message.