solnic changed the topic of #rom-rb to: Ruby Object Mapper | Mailing List: https://groups.google.com/forum/?fromgroups#!forum/rom-rb | Logs: http://irclog.whitequark.org/rom-rb
sdelmore has quit [Quit: Leaving.]
skade has quit [Read error: Connection reset by peer]
noirchat has joined #rom-rb
sdelmore has joined #rom-rb
noirchat has quit [Remote host closed the connection]
cored has quit [Ping timeout: 264 seconds]
stormwin1 has joined #rom-rb
stormwind has quit [Read error: Connection reset by peer]
gregf has quit [Ping timeout: 240 seconds]
breakingthings has quit [Ping timeout: 240 seconds]
gregf has joined #rom-rb
breakingthings has joined #rom-rb
sdelmore has quit [Quit: Leaving.]
postmodern has quit [Ping timeout: 265 seconds]
larsg has joined #rom-rb
rikai has quit [*.net *.split]
lgierth has quit [*.net *.split]
jfredett-w1 has quit [*.net *.split]
jdsiegel has quit [*.net *.split]
avdi_ has joined #rom-rb
dbussink has quit [Ping timeout: 244 seconds]
avdi has quit [Ping timeout: 244 seconds]
avdi_ is now known as avdi
larsg has quit [Quit: Ex-Chat]
skade has joined #rom-rb
skade has quit [Read error: Connection reset by peer]
postmodern has joined #rom-rb
rikai_ has joined #rom-rb
dbussink has joined #rom-rb
jfredett-w1 has joined #rom-rb
jdsiegel has joined #rom-rb
cbuxton___ has quit [Ping timeout: 245 seconds]
kapowaz has quit [Ping timeout: 245 seconds]
kapowaz_ has joined #rom-rb
cbuxton____ has joined #rom-rb
rolfb has joined #rom-rb
postmodern has quit [Quit: Leaving]
postmodern has joined #rom-rb
kleech has joined #rom-rb
kleech has quit []
skade has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
solnic has joined #rom-rb
cored has joined #rom-rb
cored has joined #rom-rb
postmodern has quit [Quit: Leaving]
mbj has joined #rom-rb
mbj has quit [Client Quit]
rolfb has quit [Quit: Linkinus - http://linkinus.com]
ptico has joined #rom-rb
solnic has quit [Ping timeout: 240 seconds]
skade has joined #rom-rb
solnic has joined #rom-rb
skade has quit [Read error: Connection reset by peer]
skade has joined #rom-rb
gregf has quit [Quit: WeeChat 0.4.3]
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
skade_ has joined #rom-rb
skade has quit [Read error: Connection reset by peer]
CraigBuchek has joined #rom-rb
skade_ has quit [Read error: Connection reset by peer]
skade has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
cored has quit [Ping timeout: 265 seconds]
cored has joined #rom-rb
skade has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
ptico has quit [Remote host closed the connection]
lgierth has joined #rom-rb
skade has joined #rom-rb
lgierth has quit [Quit: Ex-Chat]
lgierth has joined #rom-rb
lgierth has quit [Remote host closed the connection]
larsg has joined #rom-rb
larsg is now known as lgierth
skade has quit [Quit: Computer has gone to sleep.]
mbj has joined #rom-rb
<mbj> solnic: I SEE BUGREPORTS ON MORPHERRRRRR! ;)
<mbj> solnic: That translates you use it ;)
<solnic> mbj: not yet, still trying to
<mbj> *translates to
<solnic> mbj: do you have a minute? (or even two)
<mbj> solnic: not now.
<mbj> solnic: just lurking
<mbj> solnic: you can try
<mbj> solnic: just tell me what you need, I have no time to pair, but I can answer
<solnic> mbj: trying, please reply https://github.com/mbj/morpher/issues/6
<mbj> k
<mbj> solnic: Its quite easy to solve.
<mbj> solnic: You want to have string keys?
<mbj> { 'foo' => 'bar' } => { 'foo' => 'bar } ?
<mbj> solnic: What about a "key" node that does only process the value?
<mbj> We can get a rid of the hash transform node.
<mbj> But I need to shape that code a bi.
<solnic> no, I don't want to do anything with the keys
<solnic> I receive a tuple, I want to map it
<solnic> map it to a hash that anima can digest
<solnic> and for embedded values I want to map specific values to anima objects
<solnic> mbj: ^^
<mbj> solnic: perfect
<mbj> solnic: I'll add a s(:key, s(:value_transform_here_node))
<mbj> solnic: you could use key_fetch, followed by key_dump
<mbj> actually symbolize_key internally uses these.
<mbj> solnic: need to focus here, sorry
<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!
lgierth has joined #rom-rb
mbj has quit [Ping timeout: 264 seconds]
tchegodaev has joined #rom-rb