Lucas Burson
Lucas Burson
@mvexel is my understanding correct that the `Current Month` selection be removed, and the `Past Month` be renamed to 'Past 30 days'? > I would want to keep the "custom"...
> I opened a project to collect all the open tickets (and future ones) that have to do with improving the Overpass experience for challenge makers: https://github.com/orgs/maproulette/projects/1 That's a good...
I also had this issue, but using Intellij. I found a solution but this is a horrible user experience... it comes down to Intellij's run configurations being significantly different between...
The staging environment would be a great place to test out those sort of tests. Standard users wouldn't be aware of it ofc https://staging.maproulette.org/
I checked and only the system superuser has a null entry for `avatar_url`. Code paths need verified so that this null cannot creep to users. edit: a pg constraint would...
This failed in staging from the below graphql error. It works fine locally on mac/aarch64. More testing is needed... ``` Oops, cannot start the server. com.google.inject.CreationException: Unable to create injector,...
I resolved the issue. I'll close this PR and make a new one so I don't have to copy the updated description
It does look like this is caused by tasks that are `Disabled`, and that prevents the Challenge from being completed. For challenge 40109: I don't see anything in the UI...
The request is timing out because it hits the global socket idle timeout (`play.ws.timeout.idle`) of 2 minutes and unfortunately WSClient does not provide a way to change the idle timeout...
Removing `if (params.projectEnabled.getOrElse(false))` block might result in some edge case, but it's fine to merge