Kaustubh Maske Patil
Kaustubh Maske Patil
This was a long time ago. But if I remember correctly, I just invoked the Login mutation from within the register mutation. Like `Login.resolve(username, password)` and using an extra `login`...
@prakhargurunani @RishabhJain2018 This PR might need an update before merging. See: https://github.com/Cloud-CV/EvalAI/issues/2546
@prakhargurunani the 'check mark' change is not visible in your branch :( I think you made some other change: https://github.com/prakhargurunani/EvalAI-ngx/tree/update-README.md You need to change Open Source: Yes -> No for...
@prakhargurunani I'm sorry, it still shows a tick mark on open source: https://github.com/prakhargurunani/EvalAI-ngx/blob/update-README.md/README.md This is what I mean: 
@prakhargurunani Great job! 😄 @RishabhJain2018 Changes included upon my suggestion are: Update the status of organization AIcrowd.
@RishabhJain2018 @prakhargurunani Extremely sorry 😬 I think I misread the blog post. Sorry again @prakhargurunani
Now I think this might be an issue with Js_of_ocaml actually - other methods seem to work.
Perhaps because it is trying to manipulate the DOM from a web worker.
~~@the4thdoctor I accidentally carried over an older change in the `pg_lib.py` module, but it's relevant here because it adds support for `CREATE INDEX` statement to `pg_engine`. Can you take a...
Support for `CREATE INDEX` and `ALTER TABLE ... ADD INDEX` is added. One open issue there is that the index_name is not being captured in the case of `ALTER TABLE...