Jimmy Bourassa
Jimmy Bourassa
You're absolutely right, turns out that wasn't the issue, it was around some hooks not being installed (ie `B.parent_expiration_entries` not being populated). Looks like I can't get the behaviour to...
Yeah, I ended up debugging quite a bit more and that's what it is. The fix shouldn't be too bad but I need to figure out how to test and...
I took some time to put together what I think is a real failing test: Commit: https://github.com/Shopify/identity_cache/commit/28ac7a128115c44b764d61de3d6b04dc00e2d6ad CI: https://travis-ci.org/Shopify/identity_cache/builds/633337374?utm_source=github_status&utm_medium=notification
Been thinking about it some more and the only solution I can come up with is to recursively load all associated models so their hooks are loaded, which means loading...
@jsqu99 That is some great background information, thank you so much! For my store needs, I'm clearly going to go with the simplest case of always calculating cost for one...
That's great, 1000000 OpenSource points to you =) I'll look into it and see what I can do. Thanks!
I tried 2 different approaches to this with similar performance (the commits have bench result): - exactly this diff: https://github.com/bytecodealliance/wasmtime-rb/commit/ee2a33faa1877a9c168e9207557f067d72c5fdd0 - a simpler approach: accumulate values in a `Vec` and...
Hey @sandstrom, unfortunately Wasm components are not currently supported in the Ruby bindings. My understanding (could be outdated things are moving fast!) is that we're still at least a couple...
If none one has picked it up in 2 weeks, I could take a stab at it, or at least get the ball rolling. I do not have an immediate...
>Maybe worth syncing up with yohe if anyone starts working on this? We don't use the C API. I think it'll be worth collaborating eventually, but for now I'm focusing...