M Mograbi
M Mograbi
when trying to build road line tool among multiple buildings, not all of them get highlighted as RED. 
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.
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...
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):...