-
I created a custom option extension that I use in my proto files, like this:
``` proto
service Fishtank {
rpc GetFish(FishQuery) returns (Fish) {
option (protapi.http).get = "/fish/{id}";
}
}…
-
# Proposal: Update contributor guide
## Description
General instructions on project setup and how to get started with mgt repo
Coding guidance should exist in the wiki section for the purpose o…
-
It is not customary to host several github actions in one repo. The reason is simple to understand:
**Versions of an action are identified by tags of the form `v1.2.3`, and such tags apply to the wh…
-
Hey Vasile,
I wonder if there is any Wiki or steps to get started with the Sanity? Thank you!
Nice Website though, it's a great web!
-
### Describe the bug
I configured our Kia EV6, but when I start EVCC I get an error:
[main ] ERROR 2023/09/10 22:37:49 creating vehicle ev3 failed: cannot create vehicle 'template': cannot create v…
-
**Describe the issue:**
Description :
Add in deployment.toml
[analytics.elk]
enable=true
Setup ELK (tested in ver6.1 it worked) and run the IS v7
when I tried to login into the console I got …
-
Нужны тексты @63phc
стандартные можно
-
I have two PC that was installed Joplin and logged-in with the same onedrive account to synchronization. But when I upgrade Joplin from 1.0.175 to 1.0.178 or 1.0.179, all notes was not to be sync and…
-
**Describe the bug**
VS code not able to recognize my project as a Flutter project and instead runs as a Dart project. There have been no changes in any config files or pubspec files.
**To Reprodu…
-
{{ git.tag }} was not working for me inside a gitlab pipeline but outside...
My idea was to access a env var instead, but I did not know how. I read a couple of sources on the internet but nothing …