luks: that was fast. :) ... 4 months in the waiting when all I had to do was nudge you
luks
well, ever expect I know about something :)
*never
I might have been away for a few days when you pinged me via the PR and I missed the mail
Dremora joined the channel
LordSputnik joined the channel
misterswag joined the channel
xlotlu
heh, it wasn't me who did the pinging. I wondered what happened that there was no feedback, but I was afk-ish for 3 months so didn't bother too much about it. until today. :)
if I feel like it can be finished to some usable state, either mbslave will be merged to it, or this to mbslave
that was always kind of my ultimate goal with mbslave, but I was never motivated to work on it beoynd the replication stuff
voiceinsideyou joined the channel
Jozo
woh, I will use those SQLalchemy models... :) (I have started write SQLaclhemy reflected models... never finished)
luks
the models are the main reason why I started with this :)
rvedotrc joined the channel
then I started on the api and the website to have an excuse to have a look at angularjs :)
fox61 joined the channel
fox61 has left the channel
reosarevok joined the channel
andreypopp joined the channel
voiceinsideyou1 joined the channel
voiceinsideyou joined the channel
rvedotrc joined the channel
ruaok joined the channel
ruaok joined the channel
Mineo
luks: from the readme: "you can use the mbdata.models module to get " ... get what?:)
luks
Mineo: left to reader's imagination :)
sear joined the channel
sear
Hi everyone, I'm working on spinning up a musicbrainz server and I'm almost there, but when I bring up plack, it throws this warning: [warning] Unicode::Encoding plugin is auto-applied, please remove this from your appclass and make sure to define "encoding" config
Then reports that it's accepting connections
But on each subsequent request to plack, this error is thrown: [error] Couldn't render template "undef error - /home/jhill/musicbrainz/root/static/common.css: Does not exist at lib/MusicBrainz/Server/Data/FileCache.pm line 33.
Any idea what might be going on, or if these two issues are related?
Freso
No clue what's going on, but they don't seem related.
Can you connect to it, or does it bail out because of that missing .css file?
sear
It bails out, and I get the same error reported in the browser.
Freso
ocharles: Should the CSS files get compiled "manually", or should that happen by itself?
sear
I've brought up an instance before without having to compile manually, but I'll go ahead and compile the less and see what happens
Freso
sear: We recently switched from using CSS to using... some pre-CSS system, which I can't remember the name of. I'm thinking your latter error might be related to that.
sear
Freso: It's less. Makes sense that I didn't get that error before, then
Freso
less, yeah.
sear
I'll compile it myself
Freso
:)
sear
Thanks <3
Freso
sear: Heh. You're welcome. :)
ianmcorvidae
sear: you shouldn't need to compile it if DEVELOPMENT_SERVER is set to 1; the unicode plugin error you can ignore
(if that DBDefs option is set, it'll use less.js to do the compilation in the browser instead)
sear
ianmcorvidae: Ahh, that'll do it. I have it set to 0. I compiled it and it worked fine though
ianmcorvidae
yeah, once compiled it'd also work fin
but you'll want to ensure you do it each time the .less files change, assuming you care about broken CSS:)
andreypopp joined the channel
Freso
ianmcorvidae: Any ETA on when you'll get around to recovering the ModBot deleted places?
ianmcorvidae
Freso: not really, tonight/tomorrow likely
nikki
your time?
Freso
CatQuest: ^
ianmcorvidae
yes, my time
once the GSoC mentor summit is over :P
luks
it's kind of nice to see sqlalchemy handling 5+ level deep relationships efficiently