Max Shenfield

Results 11 issues of Max Shenfield

When grabbing allmighy-autocomplete through bower, it isn't friendly and doesn't declare angular as a dependency. This causes grunt bower_concat to place allmighty-autocomplete before angular - causing some confusing errors when...

Implement profiles for each version, and add to testall alias to simplify cross version testing. Update one test for cross-compatibility. The threading macro `->` was changed to output a complete...

Upgrade clojail to work with the latest stable release of Clojure (1.7 as of today). This lays the groundwork for TryClojure to use Clojure 1.7, as mentioned in Raynes/tryclojure/issues/53.

It would be handy to support the [`environment`](https://www.terraform.io/docs/providers/aws/r/lambda_function.html#variables) configuration block. This is a convenient way to make the attributes of other `resource`s, like an S3 bucket name, available to a...

The current design is efficient, but doesn't introduce Parcel well to new users. For example, it doesn't say what will happen when I enter my address. ![screen shot 2018-04-01 at...

design

Update the application to have special handling for SP (Specific Plan) zoning. Each of these have specific land uses that aren’t reflected in the spreadsheet. TBD: Determine if there is...

backend
enhancement

Update the land use endpoint to return whether a result is included in a Urban District Overlay. UDOs augment the base zoning layer and may have different restrictions on land...

backend
enhancement

The address in some cases resolves to an unexpected or un-intuitive value (don't have any examples off hand, but have crossed it testing). One way to help with this, and...

frontend

Configure a [basic Vue route](https://router.vuejs.org/en/) that would allow the user to: * link directly to a filled out search including "Everything" * (optionally) link directly to a filled out search,...

frontend

In the design, zones are shown with a friendly color coding. In general, we should have a consistent mapping of Zone Categories to colors. The full list of Zone Categories...

frontend
help wanted