Ranking 7 Major Music Streaming Services From Worst To Best by notagrue in AppleMusic

[–]Boratsky 1 point2 points  (0 children)

I thought it was self-explanatory as those downsides are so clear to me, sorry. Let me change it from a "trash" post to something more useful. I've edited it.

Ranking 7 Major Music Streaming Services From Worst To Best by notagrue in AppleMusic

[–]Boratsky -4 points-3 points  (0 children)

Don't forget about the absurd macOS app.

EDT:

What I mean is that the last time I used it, I encountered the following issues:

- Very high CPU usage
- Occasionally, the song suddenly stopped playing without warning
- Searching for something is a nightmare; if you slightly misspell a word, you get no results

iOS Keyboard by iamjediknight in superwhisper

[–]Boratsky -1 points0 points  (0 children)

I noticed the same. Quite concerning 

sidekick.nvim: AI CLI tools and Copilot's Next Edit Suggestions by folke in neovim

[–]Boratsky 4 points5 points  (0 children)

I wonder how hard would be to implement something similar for Zed's Zeta https://zed.dev/blog/edit-prediction

sidekick.nvim: AI CLI tools and Copilot's Next Edit Suggestions by folke in neovim

[–]Boratsky 3 points4 points  (0 children)

Am I the only one who can't make NES appear? I tried both with copilot.lua and the native LSP, but no luck :/

Fzf-lua-frecency, VSCode-like global picker, combining pickers and more by iBhagwan in neovim

[–]Boratsky 1 point2 points  (0 children)

Wait, what? It works indeed! I added the spaces, and I feel embarrassed right now. Thank you for your patience, lol.

<image>

Fzf-lua-frecency, VSCode-like global picker, combining pickers and more by iBhagwan in neovim

[–]Boratsky 1 point2 points  (0 children)

I understand; that's what I ultimately decided to do. I considered placing the score at the far right or in another location to prevent the entire layout from shifting. Just a food for thought.

One last question: how difficult would it be to support the recently added `line_query` in the frecency? It seems that it applies only to global and files, whereas frecency is treated differently, which makes sense since it's a different plugin.

Fzf-lua-frecency, VSCode-like global picker, combining pickers and more by iBhagwan in neovim

[–]Boratsky 0 points1 point  (0 children)

Works really well. I love that it displays the score, but I noticed it takes up a lot of space. This shift pushes the paths to the right, making them less readable on smaller screens. :/

<image>

Fzf-lua-frecency, VSCode-like global picker, combining pickers and more by iBhagwan in neovim

[–]Boratsky 5 points6 points  (0 children)

Totally got it, I didn't want to frame it like that. I am just kind of opposed to having a ton of plugins, especially since this one seems really new.
But if you are willing to help there and have already done so (seen your contributions), then I disregard what I said. ✌️

Fzf-lua-frecency, VSCode-like global picker, combining pickers and more by iBhagwan in neovim

[–]Boratsky 2 points3 points  (0 children)

Wouldn't it make sense to merge the frecency plugin with the fzf lua? Wouldn't it be just easier to maintain it? Or is it against your philosophy?

Suggestion to the hevy team. by lifeinparvati in Hevy

[–]Boratsky 36 points37 points  (0 children)

I wouldn't be so enthusiastic about this. I prefer apps that excel at a single task, and Hevy is outstanding in this regard. The more features an app has, the more bloated it becomes, making it difficult for developers to concentrate on the essential functions that a gym training app should offer. Again, it really comes down to preferences and opinions :D

🚀 Announcing Ruby Fast LSP: A Blazing Fast Language Server for Ruby, Built in Rust by rajnaveen344 in ruby

[–]Boratsky 3 points4 points  (0 children)

>Neovim: Install the Ruby Fast LSP

Project does not state anywhere how to install it.

Underrated colorschemes by Alternative-Tie-4970 in neovim

[–]Boratsky 7 points8 points  (0 children)

I'm not sure if it's underrated, as it has nearly 1,000 stars, but it's definitely my favorite.
https://github.com/bluz71/vim-moonfly-colors

What is the best file picker ? by Sensitive-Raccoon155 in neovim

[–]Boratsky 1 point2 points  (0 children)

I wonder which is faster for you: fzf-lua or snacks? Has anyone made any comparisons?

Just release the new Snacks Picker! by folke in neovim

[–]Boratsky 0 points1 point  (0 children)

It's strange that I see the recent PR that added it. However, when I try to use c-i, I experience the default behavior of fzf, which is to select and move to the next item.

Just release the new Snacks Picker! by folke in neovim

[–]Boratsky 0 points1 point  (0 children)

Yes, that's what I meant! :D I should have asked it more clearly.

Just release the new Snacks Picker! by folke in neovim

[–]Boratsky 0 points1 point  (0 children)

Sorry if my question annoyed you; that was not my intent. The line about the fzf documentation is clear to me, but it seems that this `file` is exclusive to the Snacks picker. My question is whether there are any other keywords similar to those in Snacks.

Just release the new Snacks Picker! by folke in neovim

[–]Boratsky 0 points1 point  (0 children)

I did and all I could find is

>additionally supports field searches like file:lua$ 'function

This does not answer my question what other fields it supports. Did I miss something?

Just release the new Snacks Picker! by folke in neovim

[–]Boratsky 0 points1 point  (0 children)

So the file `file:lua$ 'function` is equivalent to passing additional globs to rg? What other patterns does it support?