there is a nice direct Barcelona <-> Paris TGV now.
Gentlecat: that leader is not available error?
Gentlecat
yes
ruaok
That apparently happens the first time that a kafka channel is written to.
chirlu`
Yes, I know. Its more about which prices apply to the relation. :)
ruaok
chirlu`: got it.
chirlu`: interestingly enough flying is much cheaper. which I find really sad.
Gentlecat: it appears to be a non-issue.
chirlu`
Otherwise its great, ICE or TGV to Paris, then TGV to Barcelona.
ruaok
but I think it would be good write a blank JSON document to each of the channels after kafka is first installed.
the writes ought to fail and then the leader has been selected, I guess?
subsequent writes succeed.
chirlu`
Gentlecat: Regarding bitmaps comment, yes, its just a message that the test will output. Useful in case someone wonders Why was this test added? later.
ruaok
chirlu`: yes, exactly.
Gentlecat
I don't think it's working
"Sending page 28 of 834 to ListenBrainz [completed: 0]"
and list on my profile page is empty
ruaok
interesting. the code on russs' branch works fine.
I'm learning more about cassandra right now, trying to be more effective at reviewing his PR.
you might try merging his branch and using that one.
Gentlecat
chirlu`: got it. interesting that it's actually part of the code and not just some comment
give me a second, I didn't see it
chirlu`
In some way, all the tests are comments. :)
ruaok
Gentlecat: what do you think about the listenstore being compiled and installed as an egg?
I don't see a reason why it needs to be installed into the python libs on the system. it is likely only ever going to be called from the local codebase.
Gentlecat
what is it doing again?
ruaok
is the the python code that is the wrapper around the cassandra store, which stores the listens
Gentlecat
ok
ruaok is hungry and can't think straight.
ruaok
time for döner.
Gentlecat
why do we need to build it anyway?
ruaok
that is exactly my question. I see no point in doing that.
Gentlecat
just run it as another python script?
ruaok
normally you do that if other projects on the system plan to use the library.
I think so yes.
I think this is a style difference between irccloud style and mb style.