Bruno Costa

Results 6 issues of Bruno Costa

I changed the example of #74 from this ``` function return_from_obj(){ let obj = {key:1}; return obj.key; } console.log(return_from_obj()); ``` to ``` let temp; function return_from_obj(){ let obj = {key:1};...

bug

Using the `README.md` example as starting point: ``` var obj = { key: "hello" }; obj["newKey"] = "test"; console.log(obj); ``` If we add the `newKey` property after the `console.log`, it...

bug

* **Category:** network * **Library:** Webster * **License:** Apache 2.0 * **API:** C/C++ * **Files:** 2 * **Description:** Small and standalone library to create HTTP/1.1 servers and clients. * **Link:**...

### Requirement As a system architect, who monitors the behavior of production environments using Jaeger, I would like to be able to view the entire trace ID in the trace...

enhancement
help wanted
good first issue

The search page on https://mwmbl.org/ should include links to its terms of use and privacy policy.

documentation
enhancement

According to the documentation, RESP supports pipelining, but this requires that responses are sent back to the client in the same order as its requests. I'm wondering if we could...