Tommaso Allevi

Results 44 issues of Tommaso Allevi

## What problem does this solve or what need does it fill? I would like to test heavily my application. Obviously my test suite is composed by multiple test and...

C-Usability
A-Diagnostics

This is needed to test with CORS requests.

Use inheritance to define an interface for backends Remove global variables. Remove all jshint warning where possible. Add graphite utility.

Use jshint and 'use strict' declaration for sanitizations

As already discussed at https://github.com/expressjs/express/issues/3211 I'm making a PR to add some benchmarks. Imho, the most important thing to enlight is about the changing of request and response prototypes (twice...

pr
needs rebase

Hi, thanks for this amazing project! I've a function like this ```go func MakeRequest() { query := url.Values{} query.Add("key1", "value1") query.Add("key2", "value2") queryString := query.Encode() requestURL := fmt.SPrintf("%s?%s, "http://foo.com/bar", queryString)...

enhancement

Hi! I'm working with futures (i.e my handlers are `async`) Ofter I need to protect my Service around Arc where Arc and Mutex came from std. But when you are...

Who do `fastify` and `fastify` ecosystem support the [line json](http://jsonlines.org/)? For example, the validation with the swagger description or the serialization with the swagger description?

plugin suggestion

- `@testing-library/jest-dom` version: "4.2.4" - `node` version: 12.16.1 - `npm` (or `yarn`) version: yarn 1.22.4 * `dom-testing-library` version: (if applicable) * `react-testing-library` version: "9.5.0" * `antd` version: "4.7.0" ### Relevant...

I've a function like this ```rust fn get_something(log: Logger) -> Result { Ok(true) } ``` I would like to use this awesome lib in order to log the error using...