Kunal Shah
Kunal Shah
@alexrass I have a number of fixes in my branch as well, and I'd like to use this. The diff is hard to read though because of the whitespace, can...
You're getting the error on MRI w/Puma? Can your app delegate this work to a worker queue / separate process as well as not requiring treat until needed?
I'm looking at this now and am taking a stab at it within my own repo. However, I think closure_tree is very tightly integrated with ActiveRecord and it would be...
I'm still exploring this. The gem is indeed well maintained and w/very clean injection of its modules. I've done the serialization end and am working on deserialization, then I'll abstract...
I think part of my struggle is that I'm using "section" since I can't seem to create a "document" from a String, only from a file. That is, calling Treat::Entities::Document.build("string")...
I agree with the proposal. I think external packages should be managed at the users discretion, but perhaps contributors can work to ensure there is a suggestion on how to...
Also I'm happily to provide the actual corpus privately
Ahh, yes, I suspected it might be because it is such a common phrase it gets removed as useless, but that tends to not model a master X and variants...
@brianhempel still works! just tested it :) awesome Only issue is creating the index, in a pry console e.g., spits back out the whole object which just floods the terminal...
totally side note (sorry to cloud your GH issues) very fast still too! Hopefully I can come up with some way to Marshall and persist the model so I can...