Solomon White

Results 30 comments of Solomon White

Here's another version that also handles datetime_select: http://gist.github.com/312833

I also have a fork with this change : http://github.com/rubysolo/searchlogic

No, I ended up switching the project to a different storage backend. 🙁 However, I am looking at using this library for another project and will need this functionality, so...

@lucianleustean Are you able to run specs locally? I have to version bump `cqerl` and `espec` to get the code to compile (running Elixir 1.6.0 / Erlang 20). Once I...

When parsing numeric literals, the value will either become an integer or a BigDecimal (see token_scanner.rb:94), and rounding a BigDecimal still returns a BigDecimal. On the other hand, context values...

Not so far, but I'll try to take a look at this soon.

Hmmm, this is a tricky one. I think the root cause of the problem is that stored values in hashes and arrays are accessed differently. Hashes are flattened, and we...

~I added a new branch that allows customizing how nested variables are stored / retrieved: https://github.com/rubysolo/dentaku/tree/lazy-resolver. Can you give that a shot (assuming this is still an issue for you)?~...

Yes, this makes sense to me!

Good call -- I think a new exception would be appropriate for this.