Jeremy Heiler

Results 19 comments of Jeremy Heiler

I guess my point is that in my second example, it would be nice to still define the relationship within Liberator, but also not have the unnecessary double query. Maybe...

I don't have commit rights, but this makes sense to me.

I've made some changes, and now it doesn't split the all-capital tokens. ``` wharf.core> (camel->hyphen "IMEINumber") "IMEI-Number" ```

How often do you have this case? I'm not sure I want to support it out of the box. However, you could handle it manually. ``` (defn camel->underscore* [s] (let...

Thanks for the suggestion Mingli. Currently, I don't think Lime is built out enough for it to be worth releasing yet. There's a lot more work that needs to be...

I'm working on it now. I had to take a break from this, but now I'm back and it's directly blocking me.

Thinking about it a little more, I'm not sure the best way to handle tx ids. My thought would be to normalize them to t values so comparison operations can...

I don't think I have a preference. In the first solution, someone could accidentally mix `:datomic/log-start-t` with `:datomic/log-end-txid`. Is there a place to validate that? Although, it'd be easy to...