Ayake
Ayake
First of all, I and very thankful for this plugin :star: . I enjoy using emojis in my notes as the small images make some content more easily communicated. However,...
Thanks for creating the nice pictures. I have looked at them and they're helpful - except for one case, where I'm sure that the information is incorrect. Considering this explanation...
This is a **work in progress PR!** --- @Vinzent03 Could you take a look at the [first two commits](https://github.com/denolehov/obsidian-git/pull/288/files/0a120c3f5efd058315f19dea59cbc33caa2f1466) only? For working with the plugin, I've added a dockerized environment...
As discussed with @Vinzent03, this PR contains the setup that can be used by new developers to quickly get into this plugin - as all they need to have is...
Almost always the test workflow is run twice on the same code - once during the PR review - and a second time after the merge into master. This is...
Custom protoc path may lead to the error `/usr/bin/include: warning: directory does not exist.` This can happen, when the user installed the libraries into a different path. We could deal...
for easier getting into using protocurl
The [new minor version release](https://github.com/spf13/cobra/releases/tag/v1.5.0) adds the capability to group together flags (making them mandatory together or mutually eclulssive to each other). We should investigate where and to what extent...
When receiving a protobuf message of the wrong type (or specifying the wrong expected response type) often times no fields can be properly matched and the protobuf payload will be...
This enables one to skip using a protoc binary and directly work with the [FileDescriptorSet](https://pkg.go.dev/google.golang.org/protobuf/types/descriptorpb#FileDescriptorSet)