JD
JD
I have been using these snippets for writing papers for a while now, and I love them. Here are a couple of shortcuts I added specifically for asymptotic notation (O(n),...
Spotify web API doesn't provide an endpoint for this, although it's a [popular suggestion](https://github.com/spotify/web-api/issues/462), so this queue wouldn't include songs that are enqueued by the user from other device. One...
Resolves my feature request https://github.com/Rigellute/spotify-tui/issues/841. This is probably a pretty bad implementation. I just piggy backed off of the code for the help menu and made a couple of modifications....
- the [linked issue in the issue tracker] describes a problem a user had when going from timestamps in postgres to other databases - i was able to reproduce this...
Run DbFill in a background thread
- a [user on the forum](https://sourceforge.net/p/symmetricds/discussion/1354726/thread/86e46e7027/) was having trouble with CSV to database replication - josh was able to reproduce this issue and so was i - the extractor service...
Reference: https://github.com/JMPerez/spotify-dedup/issues/131 This gives the user the option to de-duplicate across playlists. It considers the earliest added track to be the "original", and others to be duplicates. The button is...
It could be useful to provide an option to dedup across playlists, keeping the earliest track across a group of several playlists. I'll submit a PR with a demonstration when...
Problem: getreg("*") / getreg("+") disagree with registers (fixes https://github.com/neovim/neovim/issues/24257) Solution: use a different mode for getting the register to avoid falling back if a register is unset
**Is your feature request related to a problem? Please describe.** I typically want to refresh the search results after changing files. For example, I might be changing all LSP references...