Adib Rastegarnia
Adib Rastegarnia
Hi, Is it possible to disable navigation warning? I mean this message: The following pages exist in the docs directory, but are not included in the "nav" configuration:
## Description Hello, Would you please post a sample of index.html layout that you used for the theme website? Defining a layout like you used for the website is not...
Hello, I prepared some slides here: https://github.com/adibrastegarnia/go-slides/blob/master/introduction.slide I can see the full presentation offline but when I use talksapp, it doesn't show me the last changes.
I would like to know if ygot supports wildcard in a path when it retrieves a node from the config tree?
Initial commit for adding leaf setters
Hi, I have a quick question. I would like to know if there is any reason that you generate Go code from Yang files instead of using protoc to generate...
Hello, It looks like when we generate protobuf models, ygot adds two imports as follows to the protobuf messages: ``` import "github.com/openconfig/ygot/proto/ywrapper/ywrapper.proto"; import "github.com/openconfig/ygot/proto/yext/yext.proto"; ``` According to the Golang documents,...
In the current implementation of gnmi target, a single model is initialized and used for implementing of the server. I would like to know how we can run multiple models...
1. What version of Delve are you using (`dlv version`)? Delve Debugger Version: 1.2.0 Build: $Id: 068e2451004e95d0b042e5257e34f0f08ce01466 $ 2. What version of Go are you using? (`go version`)? go version...
Hi, Is there any use case that shows how lemur used in production environments (public or private cloud based on k8s)? Thanks, Adib