Vincent Ricard

Results 10 issues of Vincent Ricard

Hi, My site is hosted behind a load balancer (which handles SSL) like this : Internet --HTTPS--> LoadBalancer --HTTP--> Apache For now, Shaarli generate http URL for the Ajax calls...

Hi, This is a very useful project. Is it possible to run `madge` at the root of a mono repository using lerna to get the circular dependencies? It would read...

enhancement

This avoids some potential naming conflicts with classes having the same name in the same package. Fixes #1012

Hi, Is this [draft](https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html) planned to be supported by the project? I'd like to implement the Reporting API for the servo project and i need to parse the ["Reporting-Endpoints" header](https://w3c.github.io/reporting/#header)....

This commit add "stale-while-revalidate" and "stale-if-error" for Cache-Control (defined by RFC5861)

I chose to copy the results before the assertions. Another fix would be to disable [this code](https://github.com/nodejs/node/blob/9deca876bb94626564184ad263ff80dc8042808b/lib/internal/tty.js#L70) by setting the `NODE_DISABLE_COLORS` variable. But IMHO that'd still be flaky.

| Q                       | A | ------------------------ | --- | Fixed Issues? | Fixes #10426 | Patch: Bug Fix? | Yes | Major: Breaking Change? | No | Minor: New Feature?...

PR: Breaking Change :boom:
area: jsx

For now, if we want to test nested components, there can be some class name conflicts. ```jsx // Foo.jsx import Bar from './Bar'; import styles from './foo.module.scss'; function Foo() {...

## Which problem is this PR solving? - typo in the documentation ## Short description of the changes -

pkg:auto-instrumentations-node

**Description:** Remove useless zeroes: `calc(3px + 10em -3px)` => `10em` **BREAKING CHANGE:** **Related issue (if exists):**