John McGinness

Results 24 comments of John McGinness

We have user repo group endpoints already defined at: ```py "/{AUGUR_API_VERSION}/user/groups/names" "/{AUGUR_API_VERSION}/user/group/repos/" ``` These endpoints are defined in `api/routes/user.py`, and are authenticated using the Augur Oath flow.

I'm going to label this as a docs issue, since these endpoints aren't listed in the rest API description.

I had previously talked to Troy about tackling this, and I think he's in the process of doing so

From what I can see in the stacktrace, it looks like the original exception occurred in SQL Alchemy. Was there more to this stacktrace below?

I believe @sgoggins was referring to your browser's scale factor for this domain. I will look into this. In the meantime, can you reply with your screen resolution and display...

Yes, we've been discussing pagination and rate-limiting for the last several months. Currently Augur does not keep track of requests made to the frontend or the backend. All requests are...

This occurs because the default section on the profile page is the `Profile` tab. When you click the Add button, your browser performs a request to the endpoint to create...

Fixed by #2783 Currently in dev, but the changes are set to be in the next release

The name for each of the tabs in the profile page was chosen ad hoc during development of the new layout. We weren't entirely sure what the content of each...