Nhat

Results 7 issues of Nhat

Hi team, I have a question regarding the usage of `api-linter`. Currently, I'm running this ``` bash api-linter \ -I /path/to/pathA \ -I /path/to/pathB \ --config api-linter.json \ packageA/path/to/file1.proto \...

type: feature request

**Is your feature request related to a problem? Please describe.** This is not a technical problem I'm very interested in using godog in my tests and it's super convenient. However,...

Hi, I've got this error while creating an issue that has checklist. Please help to fix it ``` Started POST "/projects/[CENSORED]/issues" for 116.100.134.20 at 2015-06-09 01:12:57 +0700 Processing by IssuesController#create...

Hi, After `1.1.0`, I see we can use `PINBA_FLUSH_RESET_DATA` with `pinba_flush()`. But I'd like to have `pinba_clean()` as well. I have this scenario: I start a long running script. In...

Hi, I have some features that need tags to be bigger than 65 bytes. Currently I forked your code and make it 255, then compiled and reinstalled Can we make...

## Description Support custom metrics and trace labels provided from the context

## Problem Statement I have this example ```go package main import ( "github.com/jhump/protoreflect/v2/protobuilder" "google.golang.org/protobuf/reflect/protoreflect" "google.golang.org/protobuf/types/known/wrapperspb" ) func main() { dv := &wrapperspb.DoubleValue{} sv := &wrapperspb.StringValue{} mb := protobuilder.NewMessage("TestMessage") dvm, _...