Kiryl Mialeshka

Results 39 issues of Kiryl Mialeshka

Follow the [RFC](https://docs.google.com/document/d/1QPJ_WhobgtjLcPzp6_UfOIS0MRixQDVUj0FxM0mx5M8/edit#heading=h.ro4v61a8rzpo) Before implementing this first add tests to `src/core/grpc/protobuf.rs` with conversion example for maps from/to json format.

When generating config from protobuf we should also populate corresponding google type if it was used.

When using `google.protobuf.Empty` in protobuf it's converted to `Empty` scalar but the validation fails in that case. Validation should properly understand empty messages in proto files and validate it against...

When converting service methods to graphql query populate `body` automatically with the name of the input

Add new Scalar types that could be used for creating config and map protobuf types. Refer the [RFC](https://docs.google.com/document/d/1QPJ_WhobgtjLcPzp6_UfOIS0MRixQDVUj0FxM0mx5M8/edit?usp=sharing) about scalar types that needs to be implemented. - [ ] BigInt...

Thanks for the plugin. I think it would be great to have ability to specify daily note to update on every change, so user can track his own activity based...

[Dataview Inline Fields](https://blacksmithgu.github.io/obsidian-dataview/data-annotation/) is an additional way to specify note metadata and it will be great to support it

## Description of the feature Our use case is to proxy graphql requests to other graphql backends. To implement this we use `SelectionField` to reconstruct graphql query specific to every...

enhancement

**Summary:** _Briefly describe the changes made in this PR._ **Issue Reference(s):** Fixes #... _(Replace "..." with the issue number)_ **Build & Testing:** - [ ] I ran `cargo test` successfully....

type: fix