Bartłomiej Biernacki

Results 5 issues of Bartłomiej Biernacki

Let's say we will have code like that in migration: ``` ChildModel = apps.get_model('app', 'ChildModel') ChildModel.objects.create(field='a') ``` The instance of parent model is saved in DB with `type` field set...

I have model with field defined like this: `Column(sa.Numeric(precision=9, scale=3), nullable=False)` and I am trying to use Mixer to put data into that model. Sometimes it tries to insert larger...

I found a bug when using library with etcd cluster and action `allow_reconnect = True`. When more than half of machines in cluster will go down the whole cluster will...

enhancement

Hello, I am looking for a way to generate JSON editor from JSON Schema using this tool, but in my case JSON might be later evaluated by some extra code....

question

I would love to see this to support code snippets from LSP (https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#snippet_syntax) I think one could use codemirror snippet function:https://codemirror.net/docs/ref/#autocomplete.snippet