M Mograbi

Results 4 issues of M Mograbi

when trying to build road line tool among multiple buildings, not all of them get highlighted as RED. ![highlight red bug](https://user-images.githubusercontent.com/12609468/92366250-9414ba80-f0fd-11ea-972c-3186627e2e97.png)

bug
good first task

Add support for Pipeline demolish while in BLUEPRINT MODE while in BLUEPRINT MODE, don't switch to regular/terrain MODE when pressing demolish, and the demolish should destruct the pipes.

feature

after creating an object of JsonModel I want to have the jsonschema for this model when running schema_json() I get a "pk" as part of the schema which shouldn't be...

documentation

I'm trying out the following example: ``` from redis_om import Migrator, Field, JsonModel, get_redis_connection, EmbeddedJsonModel, HashModel from pydantic import BaseModel from typing import Optional class Level2(EmbeddedJsonModel): c: str class Level1(EmbeddedJsonModel):...