my next steps in my TODO: fix infodialog for albums with multiple covers in its files, add a rmb context menu with "Lookup in browser" and "Use original cover(s)" actions, have a look at the metadata diff optimization you talked me about before
2017-02-17 04840, 2017
reosarevok
CallerNo6: ideas?
2017-02-17 04823, 2017
github joined the channel
2017-02-17 04823, 2017
github
[critiquebrainz] ferbncode opened pull request #83: CB-120: Show more reviews from the same author on review page (master...other-reviews-by-authors) https://git.io/vDHqL
2017-02-17 04823, 2017
github has left the channel
2017-02-17 04829, 2017
antlarr
samj1912: where did you fix the indentation errors ?
2017-02-17 04843, 2017
samj1912
antlarr: updating the PR, 1 sec
2017-02-17 04846, 2017
antlarr
ah ok
2017-02-17 04815, 2017
antlarr
oh, I see... ", mime" -> "% mime" , right?
2017-02-17 04801, 2017
ruaok
meh. these wankers want the cover art to go too. oh well.
2017-02-17 04851, 2017
samj1912
antlarr: what is your dev env for picard?
2017-02-17 04859, 2017
samj1912
what do you use as an IDE I mean
2017-02-17 04805, 2017
antlarr
vim :)
2017-02-17 04811, 2017
samj1912
:P
2017-02-17 04824, 2017
samj1912
any preferences towards sublime?
2017-02-17 04825, 2017
sai has quit
2017-02-17 04809, 2017
samj1912
it might help speed up your dev/debug process
2017-02-17 04828, 2017
antlarr
hehe, never used it
2017-02-17 04858, 2017
samj1912
multiline editing and pylinting along with anaconda(a python sublime plugin)
2017-02-17 04804, 2017
samj1912
makes for a very nice dev env.
2017-02-17 04808, 2017
antlarr
I'm not really a fan of big IDEs, I tried to use kdevelop and QtCreator several times, and I love them, but at the end, I always end up using vim
2017-02-17 04817, 2017
samj1912
sublime is not an ide :P
2017-02-17 04821, 2017
samj1912
just a text editor
2017-02-17 04831, 2017
antlarr
ah, like kate (looking at the screenshots)
2017-02-17 04841, 2017
samj1912
* a very awesome text editor
2017-02-17 04802, 2017
antlarr
hmmm, I'll give it a try, thanks for the suggestion
2017-02-17 04816, 2017
samj1912
do add a few plugins I suggested
2017-02-17 04840, 2017
samj1912
I am not sure if vim has all these plugins as well
2017-02-17 04809, 2017
ferbncode
samj1912: you should sometime give vim a try too. It has various plugins. deoplete and ycm are some plugins i think can interest you in vim. And its very configurable too :P
2017-02-17 04826, 2017
samj1912
ferbncode: I know I know :P
2017-02-17 04836, 2017
samj1912
but my sublime is configured just the way I like it :P
2017-02-17 04850, 2017
ferbncode
samj1912: haha nice :P
2017-02-17 04809, 2017
samj1912
for ssh and stuff I just end up installing rsub in the remote machine
2017-02-17 04825, 2017
samj1912
that way I dont ever have to move away from my sublime env :P
2017-02-17 04853, 2017
ferbncode
nice..didn't know about rsub :)
2017-02-17 04830, 2017
samj1912
I suggested sublime to antlarr just in case he finds it better, anaconda(the sublime plugin) + sublime = awesome python dev env
2017-02-17 04854, 2017
samj1912
when I have to do some small hacky stuff I prefer vim
2017-02-17 04842, 2017
ferbncode
samj1912: wow, nice is getting the best of both worlds :D
2017-02-17 04852, 2017
samj1912
yeah :P
2017-02-17 04858, 2017
madmouser1 joined the channel
2017-02-17 04817, 2017
samj1912
ferbncode: what do you use?
2017-02-17 04817, 2017
ferbncode
I use vim mainly with plugins like fugitive, ycm etc. But it troubles when you are using something like the editor on hackerrank :D
2017-02-17 04818, 2017
madmouser1 has quit
2017-02-17 04816, 2017
samj1912
how does vim perform in project scope
2017-02-17 04844, 2017
samj1912
for eg. subl has directory level autocompletion for python variables/functions
2017-02-17 04800, 2017
samj1912
it also allows me to look up package function/class definitions
2017-02-17 04819, 2017
samj1912
and has git/pylint support
2017-02-17 04834, 2017
madmouser1 joined the channel
2017-02-17 04840, 2017
alastairp
With vim there are some intelligent autocomplete plugins
2017-02-17 04805, 2017
ferbncode
ycm(you complete me) and fugitive(git) do this good
2017-02-17 04811, 2017
alastairp
They tend to work by having an external program scan whatever directory you want to analyse
2017-02-17 04826, 2017
alastairp
And the plugin loads the output of that
2017-02-17 04839, 2017
alastairp
There's one called ctypes which I use
2017-02-17 04849, 2017
alastairp
Used
2017-02-17 04807, 2017
alastairp
Now I just use vim autocompletion, which completes words in all open files
2017-02-17 04813, 2017
samj1912
cool
2017-02-17 04829, 2017
alastairp
It doesnt differentiate between strings or functions, for example
2017-02-17 04829, 2017
samj1912
and vim has multi line editing?
2017-02-17 04841, 2017
alastairp
I don't think so
2017-02-17 04846, 2017
alastairp
But it has macros
2017-02-17 04854, 2017
ferbncode
cool :P
2017-02-17 04804, 2017
alastairp
What do you mean? Rename a variable, for example?
2017-02-17 04811, 2017
alastairp
And change all locations?
2017-02-17 04842, 2017
alastairp
There's a Python refactoring library called rope, which has some vim plugins
2017-02-17 04843, 2017
samj1912
alastairp: for eg I can have multiple cursors at different locations and simultaneously edit
2017-02-17 04805, 2017
alastairp
You can have two separate windows open of the same file
(just saw that we sent them "a support ticket", which I guess means they have a user account and somehow one of our auto emails went into their system :p)
ruaok: Well, Machado said "Quien habla solo, espera hablar con Dios un día". Since I'm speaking to almost-myself, maybe I'm hoping to talk to almost-God
2017-02-17 04827, 2017
reosarevok
Is jesus around? :D
2017-02-17 04844, 2017
ruaok
lol
2017-02-17 04848, 2017
CatQuest
eh
2017-02-17 04801, 2017
CatQuest
wow, i managed ot make ruaok very pink accinetally :D
2017-02-17 04811, 2017
ruaok is ok with that.
2017-02-17 04819, 2017
CatQuest
i thought you would be :D
2017-02-17 04842, 2017
ruaok
reosarevok: so you know how they say "A'deu" here in Catalonia?
2017-02-17 04826, 2017
ruaok
Soon my castellano will be good enough for me to start saying "a'fideuà"
2017-02-17 04839, 2017
ruaok
as a nod to his noodly appendages. :)
2017-02-17 04846, 2017
ruaok
see who catches me. :)
2017-02-17 04805, 2017
CatQuest
reosarevok: say something so i cna see aht colour i've made you