donaq

Results 2 issues of donaq

trying to run `python inferlink_example.py` gives the following error: ``` Traceback (most recent call last): File "inferlink_example.py", line 35, in docs = etk.process_ems(doc) File "/home/donaq/progs/etk/etk/etk.py", line 168, in process_ems if...

I was in the process of gradually migrating a rails app to golang and needed the golang login process to be valid for rails as well, so I implemented the...