Conakh S.U.

Results 9 issues of Conakh S.U.

# Bug ODMantic can't save document to database when primary field of a document is EmbeddedModel. ### Current Behavior When defining EmbeddedModel as a primary field of a Model: ```python...

bug

# Bug When i try to reference other model in EmbeddedModel, i get full document inserted instead of reference to it ### Current Behavior I have these models: ```python class...

enhancement
reference-rework

https://github.com/VKCOM/vk-api-schema/blob/da39986755837abfe48016a590ad655e6d06d85c/objects.json#L15480-L15487

pending

I would like to implement my own Reference class with a custom fetch method and i've noticed that `ReferenceField` has a `reference_cls` argument. I have tried to use it with...

Im trying to make this model work: ``` { "_id": { "user": 1051, "peer": 2090 } } ``` What i have is this: ```python with open('auth.json') as f: srv =...

bug

Без групп все работает как и ожидалось ```python patcher.check(Pattern(r""), "word1") # {} ``` С добавлением групп в паттерн, не матчит совсем ```python patcher.check(Pattern(r""), "word1") # False ``` Пробовал эскейпить, все...

### Version Number v7 ### Codesandbox/Expo snack https://codesandbox.io/p/devbox/pedantic-monad-w8qkmy?workspaceId=ws_P44BijrGwj2goecQVdMQHP ### Steps to reproduce 1. Go to [codesandbox](https://codesandbox.io/p/devbox/pedantic-monad-w8qkmy?workspaceId=ws_P44BijrGwj2goecQVdMQHP) 2. Hover over `control` prop of `LastName` component 3. Hover over `Check1` and `Check2`...

### Did you check existing issues? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing issues...

bug