Christopher Dignam

Results 59 issues of Christopher Dignam

Setting the starting location doesn't appear to work at https://transit.geotrellis.io/travelshed.html. The console displays the error message: `Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys`

Some dependency updates require manual review before merge, while others should auto merge. For example, we might allow "dependency-alpha" updates automatically, but require "dependency-beta" updates to be reviewed manually. We...

enhancement

Domain names will frequently have invalid words in them, but that's not something the spell checker should complain about. If the spell checker encounters a domain name, it should skip...

```sql BEGIN; -- -- Create model RecipeCookChecklistCheck -- CREATE TABLE "recipe_cook_checklist_check" ("created" timestamp with time zone NOT NULL, "modified" timestamp with time zone NOT NULL, "id" serial NOT NULL PRIMARY...

enhancement

I believe we previously used __new__ to support Pylance. Now Pylance doesn't support __new__ so we need to use __init__. Mypy works either way, but this allows us to get...

Currently, parsing a string like `"6:15pm"` raises an error. I think it would be nice if this was parsed as 6:15pm, on the day of the base date. Here is...