Karim Abou Zeid
Karim Abou Zeid
Thanks! The following is even better because there are no errors on `:registers`: ```viml let g:clipboard = { \ 'name': 'osc52', \ 'copy': { \ '+': {lines, regtype -> OSCYankString(join(lines,...
lua version ```lua local function copy(lines, _) vim.fn.OSCYankString(table.concat(lines, "\n")) end local function paste() return { vim.fn.split(vim.fn.getreg(''), '\n'), vim.fn.getregtype('') } end vim.g.clipboard = { name = "osc52", copy = { ["+"]...
Something must've changed in 1.7.0 though. The names of the runs in the wandb dashboard are now no longer randomly generated.
I think it makes more sense to leave the run name out of the folder structure. The run name can be changed later from the wandb UI, which I often...
Hello @thedoc31 , thanks for reporting. I cannot reproduce this. What are your sort order for titles and albums?
@thedoc31 is the shuffle button disabled (when you slide up the player)?
@h4h13 this is intended and the default sort order of Android
What do you mean by it's currently broken? It works on my devices.
I think this won't perform well on larger playlists, since it's doing an new SQL query for every single item.
@Sogolumbo Sorry for the delay, I have very little time for this project currently. Also I don't have any large playlist to test against. Could you measure the time in...