Yevhenii Chekanskyi

Results 24 issues of Yevhenii Chekanskyi

First of all, many thanks for good library. Question is - is there a way to create mixed model like ``` class MyModel(BaseModel): a: int b: str class XmlModel(BaseXmlModel): b:...

question

Code: ``` const repo = new Repo({ network: [new WebSocketClientAdapter("wss://sync.automerge.org")], storage: new IndexedDBStorageAdapter(), }); ``` Error: ``` src/App.tsx:14:13 - error TS2740: Type 'WebSocketClientAdapter' is missing the following properties from type...

I have wit file like this: ``` package my:demo; world demo { record preset { id: u16, len: u16, offset: u16 } export get-presets: func() -> list; } ``` How...

gen-c