lacabra
lacabra
Incorporating @babus observation to the back and forth on [this other related thread](http://stackoverflow.com/questions/19354009/django-allauth-social-login-automatically-linking-social-site-profiles-using-th), I came up with [the following adapter.py](http://stackoverflow.com/questions/19354009/django-allauth-social-login-automatically-linking-social-site-profiles-using-th/35204927#35204927) to address the issue at hand, that seems to work...
I was looking for this earlier... here's how you do it: Add a hidden field to your HTML form similar to this: ``` ``` and in your app script you...
@fredfortier I have the issue that when I do as you say `you can implement similar logic in your algorithm by using the context variable to keep your stop triggers,...
@fredfortier reminder to add this to the documentation as per your comment above
Thanks @cmalfesi for your report. I'm looking at this right now, and so far I can confirm that the server is up and running, and responding correctly to requests
@cmalfesi You are seeing two different errors here: There is an error with the `curl` request that I am investigating. It causes a segmentation fault on the enclave, which then...
@assafmo CORS is set up [here](https://github.com/enigmampc/SafeTrace/blob/3988f5a904daf882693b40edd3c2da6c43ca7fc1/api-server/index.js#L124), and as per documentation, these are the [defaults](https://www.npmjs.com/package/cors#configuration-options), which set `origin="*"` which should accept requests from any domain. If we modify this code, ping...
@cankisagun I strongly advocate for keeping all resources on the same platform. Copy all the resources on that Google Doc and move it to a doc on this repo. The...
Thanks @cmalfesi. This feels like much progress, yet it's still not fully functional for me. Here's my report: * `I want to help` button on the homepage does not do...
@cmalfesi Tested the new changes. I confirm that the date field is now optional if I choose that I have not been tested. When I submit my location data, the...