Josh Meek

Results 5 issues of Josh Meek

## Current behavior Currently if I store flows locally either through the `Local` storage or manually with `flow.save` there will only exist a single flow based on the flow's name....

enhancement

Similar to what was added on the server repo: https://github.com/PrefectHQ/server/pull/30

The change made in #1816 to reduce the padding height from the copy button on code blocks is not respected in the API documentation. API Documentation: ![image](https://user-images.githubusercontent.com/40716964/80407532-c252d580-8893-11ea-9dd0-2f80ecc08fdd.png) Concept Documentation: ![image](https://user-images.githubusercontent.com/40716964/80407550-c7b02000-8893-11ea-98f0-1b2c2fd229bf.png)

docs

## Current behavior Currently when creating a flow you can provide a `version_group_id` that is used to version the flow (defaults to a slugified flow name and project name). Seeing...

Currently when running the Apollo container you will see the output: ``` apollo_1 | Server ready at http://0.0.0.0:4200 🚀 (version: UNKNOWN) ``` This is due to the `PREFECT_SERVER_VERSION` not being...