José Carlos Chávez

Results 126 issues of José Carlos Chávez

Given https://github.com/openzipkin/zipkin-js/pull/476, it would be nice to have a async-await based web example, very similar to https://github.com/openzipkin/zipkin-js-example/tree/master/web. If giving it a try, one can use [this npm version](https://www.npmjs.com/package/zipkin-context-cls/v/0.19.2-alpha.7) Ping @javigomez

This is an attempt to improve the E2E testing. It is mostly an experiment. Don't pay too much attention.

All repositories in the org are moving towards github actions. Ping @basvanbeek

This PR uses the about to release HTTP client instrumentation.

Questions to be addressed: 1. name of the file (maybe tags-and-annotations.md?) Related: - https://github.com/openzipkin/openzipkin.github.io/issues/22

Currently we provide JSON and proto schemas for Zipkin V2 model but as Kafka ecosystem is becoming more integrated with Zipkin it would be good to have an avro schema....

This PR adds support for `findN` function which would improve the user experience when the matching has a limit. One example is [this snippet](https://github.com/corazawaf/coraza/blob/v3/dev/operators/pm_from_file.go#L55) where we match all but only...

Most of the experience in make is around chaining targets using kebab case e.g. make build test e2e-test which isn't supported by mage. This change automatically adds alias for the...

## Description Right now we have two ways to add conditionals for tinygo. One is the `tinygo` build tag and the other is the `environment` variable. I'd really prefer to...

This PR reduce one dep and turn testing into its own module. ~~Comment on workspaces: I tried to do something like https://github.com/corazawaf/coraza/pull/422/files#r970198666 for this with no success. Also I think...