Mark Meyer

Results 9 issues of Mark Meyer

`/app/api/deps.py` has a hardcoded and versioned url that lives outside the versioning setup of the api. ``` reusable_oauth2 = OAuth2PasswordBearer( tokenUrl=f"{settings.API_V1_STR}/login/access-token" ) ``` This is loaded as a dependency of...

I would like to apply a policy to daily log indices that performs a rollup in one of the states before deleting the index. However is seem the `target_index` requires...

enhancement

As a user, I would like to login to Dawson with case-insensitive user names. For example, if I originally signed up with "[email protected]", I would like to be able to...

In line 49 of `blob_files.py` you have ``` if bf and gcs_filename != bf.gcs_filename: logging.error('new gcs_filename: %s already exists as gcs_filename: %s' % (gcs_filename, bf.gcs_filename)) return None ``` This seems...

The readme has: ``` //We use res.runMiddleware instead of app.runMiddleware. All the cookies & other data (like socket.io session) will be pass to the second middle ware res.runMidleware(...) ``` There's...

The Native Land website has rich information about native groups and lands and their data provides links specific to locations. We could provide links directing people to these resources.

enhancement

Currently we only recognize zip codes and locations in form of `city, state` or `city state`. We would like to recognize full addresses even if we only use the city/state...

The bus app currently uses lowDB to write JSON file-based logs to disk. The way lowDB works requires it to hold the entire log in memory and then overwrite the...

Currently the 'find stops near you' is not being logged as a specific event to Google. It would be nice to know if this feature is getting used. This should...