Chandler May
Chandler May
The [installation instructions in the documentation](https://turkle.readthedocs.io/en/latest/README.html#installation) mention `requirements.txt` (and proceed from there) before indicating how to download or clone the source repository, that I saw.
If user is browsing the documentation, we want it to be easy for them to get back to GitHub.
Accelerated thrift should be installed by pip at this point. If we want the thrift binary in a container for rebuilding the concrete source, it might make more sense to...
AppVeyor is no longer working. It looks like it's not reading the configuration from `appveyor.yml`. The internet suggests we may need to deauthorize and reauthorize the AppVeyor connection. Additionally, the...
I ran the following with Python 2.7, tensorflow 1.x: ``` $ python nvdm.py --data_dir data/20news ``` It produced this error: ``` Traceback (most recent call last): File "nvdm.py", line 227,...
Hi rakyll, Thanks for writing the drive tool---it's very nice. :) I changed Init() to read GOOGLE_API_CLIENT_ID and GOOGLE_API_CLIENT_SECRET, respectively, from the environment. If either is empty, an error is...
When I do ``` drive list ``` I get a listing of several folders, but when I do ``` drive list -id ``` nothing is printed.
Link to language libraries in quickstart (hence, hltcoe.github.io/concrete): * https://concrete-python.readthedocs.io/en/stable/ * http://hltcoe.github.io/concrete-js/ * https://github.com/hltcoe/concrete-java/