<solnic>
mbj: ok so that's why I couldn't figure out how to do it ;)
mbj has quit [Ping timeout: 265 seconds]
mbj has joined #rom-rb
mbj has quit [Ping timeout: 252 seconds]
sdelmore has joined #rom-rb
CraigBuchek has quit [Quit: Leaving.]
cobbr2 has joined #rom-rb
<cobbr2>
Hey, folks, long time neither chat nor lurk. It looks like I've got an opportunity to use something like axiom in a project... wondering what its relationships with the ROM components are?
<solnic>
cobbr2: hey, axiom is the actual db/relational backend of ROM
<cobbr2>
Thanks! I'm catching up on the irc logs now. I've got an in-memory representation
<cobbr2>
that needs to support group / sort / project / wrap / unwrap
<cobbr2>
(and it's based on Grape so I've already got the virtus stuff)...
<cobbr2>
so I'm considering just loading up axiom 0.2.0 and the memory adapter to handle the aggregate queries
<solnic>
wrap/unwrap is not supported yet
<cobbr2>
k. hmm. Well, may play with it anyway... I've only got six other things to do this weekend :). Is wrap/unwrap support a "theoretical / omg / needs dkubb to think hard" problem, or primarily a coding problem?
<cobbr2>
Oops. Let me try that again.
<cobbr2>
Is the wrap/unwrap stuff something that requires hard thinking, or just coding?
<solnic>
no, it's trivial to add, it's already supported by axiom so it's a matter of integration
<solnic>
I'm working on it as we speak
<solnic>
starting from this month I'm working on OSS on every Friday
<solnic>
so you should see constant progress from now on
<cobbr2>
Great! Thanks for the update, and congratulations on finding a way to put the time in.
CraigBuchek has joined #rom-rb
<solnic>
cobbr2: thanks :)
sdelmore has quit [Quit: Leaving.]
cored has quit [Ping timeout: 264 seconds]
cored has joined #rom-rb
skade has joined #rom-rb
skade has quit [Read error: Connection reset by peer]
skade has joined #rom-rb
postmodern has joined #rom-rb
skade has quit [Read error: Connection reset by peer]
sdelmore has joined #rom-rb
sdelmore has quit [Quit: Leaving.]
sdelmore has joined #rom-rb
sdelmore has quit [Quit: Leaving.]
sdelmore1 has joined #rom-rb
sdelmore1 has quit [Client Quit]
lgierth has quit [Quit: Ex-Chat]
cored has quit [Ping timeout: 240 seconds]
cored has joined #rom-rb
cored has joined #rom-rb
sdelmore has joined #rom-rb
perplex has joined #rom-rb
perplex has quit [Remote host closed the connection]
sdelmore has quit [Quit: Leaving.]
tumdedum has joined #rom-rb
mbj has joined #rom-rb
<mbj>
solnic: I'll address your issues with some pushes tomorrow!