Chris Maresca
Chris Maresca
Ah, OK. There is no mention of that in the readme, probably should add it. Unfortunately, your solution doesn't really work when dealing with large & variable amounts of inbound...
@ramsey Thanks for the note - here is some code I just dug up (untested but will try it shortly) that seems to do a recursive array_column: https://gist.github.com/tripflex/2818993b85db39a1f89a Note: after...
Tested the above Gist, works well, returns an array of values as expected, at least when given the array I posted above.
Cool! Thanks for that. I'm not sure I have time to fork & implement, but I'll try to see if I can at least find some code that uses the...
Re: multi-process - not sure, I'm using whatever the default is (I don't know if SpaCy uses this natively or not) as I have not changed any of those settings...
I have the same problem. It doesn't seem to be rendering or displaying any data from the Resque redis db. I only saw the worker list once, and it has...
It turns out there was something wrong with some of the .js files under Chrome (31.0.1650.63 on Mac OSX 10.8.3) while using AdBlock. Not sure what it was as there...
There is also a note on another issue about editing the main.js to change the load order of libraries. I did that first, I'll see if I can find it......
Did you ever figure this out? I'm looking at the same thing...
It is generally a bad idea and extremely undesirable to implement any protocol in a modern system (particularly a consumer focused application with widespread use) that is natively plain text...