Axel Etcheverry

Results 20 issues of Axel Etcheverry

``` goos: darwin goarch: amd64 pkg: github.com/kellabyte/go-benchmarks/calls BenchmarkCGO-8 20000000 64.6 ns/op 15.48 MB/s 0 B/op 0 allocs/op BenchmarkGo-8 2000000000 1.67 ns/op 598.58 MB/s 0 B/op 0 allocs/op BenchmarkPlugin-8 2000000000 1.71...

see: https://github.com/json-iterator/go | | ns/op | allocation bytes | allocation times | | --- | --- | --- | --- | | std decode | 35510 ns/op | 1960 B/op...

Hi, Do you think you add Elastic APM support? home: https://github.com/elastic/apm see: https://github.com/elastic/apm/issues/15 Thx

Description ------------- Code: ```go //go:generate go run -mod=mod github.com/vektra/mockery/v2 --inpackage --case underscore --name=Client type Client interface {...} ``` Logs: ``` Error: /home/runner/go/pkg/mod/github.com/vektra/mockery/[email protected]/pkg/generator.go:75:33: g.iface.NamedType.TypeParams undefined (type *types.Named has no field or...

Nomad: 1.1.2 Logs ``` 2021-09-14T23:49:13.352+0200 [DEBUG] agent.plugin_loader: starting plugin: plugin_dir=/opt/nomad/plugins path=/opt/nomad/plugins/firecracker-task-driver args=[/opt/nomad/plugins/firecracker-task-driver] 2021-09-14T23:49:13.353+0200 [DEBUG] agent.plugin_loader: plugin started: plugin_dir=/opt/nomad/plugins path=/opt/nomad/plugins/firecracker-task-driver pid=1765320 2021-09-14T23:49:13.353+0200 [DEBUG] agent.plugin_loader: waiting for RPC address: plugin_dir=/opt/nomad/plugins path=/opt/nomad/plugins/firecracker-task-driver 2021-09-14T23:49:13.512+0200...

bug
enhancement
good first issue

see: https://www.bookmyname.com API doc: https://api.doc.bookmyname.com/

enhancement
area/dnsprovider
contrib/waiting-for-feedback
new-provider

Hello, Can you look at the possibility of using bufbuild/protobuf-es ? See: https://github.com/bufbuild/protobuf-es Thank You

Hi, I wanted to retrieve the user id via a Query but it returned an empty slice. Example: Public Key `iWlbYg08RKVFTobd/O5U9UOkgtc4vyp6I3eOXLRp7AE=` // use `base64.StdEncoding.DecodeString` Token: `EnkKDxIAGAMiCQoHCAoSAxDRCRIkCAASIDw-FMjPGu38xq_hhpx7__ESWLn4TaPP25SiOIkK3AJAGkAmyrsV1iJn7x8fRBra2f9VPAtO1wuOQwlqU-GUivSNdLef8ksUUGTwKMeQXrZzOyWthKOodgCrSqAet9DimPYFIiIKIHekAqed-ehAMGbz1eXeul0J5j_CvnF7U-kw-Lwe_7o9` // use `base64.URLEncoding.DecodeString` Biscuit...