Results 20 issues of Justin

When using [request](https://github.com/request/request) the `end` events are sometimes fired multiple times. This is because request includes a [fix for a bug in node core](https://github.com/request/request/blob/9e17ba4819eaf806975540561a336ca620d1b2eb/request.js#L888-L898). request will fire an `end` when...

jsdom expects `rawHeaders` to be available. They are being generated internally but just not passed on. This can be fixed by adding `rawHeaders: response.rawHeaders || []` to this block of...

Help for creating a top-bottom example has been requested many times: #10, #11, #16.

Possibly explain how alternative data structures might be used, such as a flat data structure.

## Describe the enhancement The [Benefits](https://github.com/callstack/linaria/blob/master/docs/BENEFITS.md) doc is very helpful. It'd be nice to also have a section that explores the advantages of linaria over CSS Modules.

enhancement: proposal 💬
needs: triage 🏷

See https://github.com/Polymer/polymer/issues/4526. That behavior is unexpected. The docs give no indication that it will behave that way. The docs for [ready()](https://www.polymer-project.org/2.0/docs/devguide/registering-elements#lifecycle-callbacks) say > Called after property values are set and...

P1
bug

The `google-signin` [demo](https://www.webcomponents.org/element/GoogleWebComponents/google-signin/demo/demo/index.html) on webcomponents.org is broken. ![image](https://cloud.githubusercontent.com/assets/1037458/23772445/95d24c14-04e0-11e7-9173-616e45b8d0b1.png)

- mounted functions in the google.maps.geojson namespace (`google.maps.geojson.from()` instead of `new GeoJSON()`) - created `google.maps.geojson.to()` - removed duplicate points in GeoJSON polygons for closing rings when converting to GMaps overlays;...

When I issue a request, it shows me the response: ![image](https://user-images.githubusercontent.com/1037458/200002947-f5cb0236-e430-4dd8-bed9-bd069d0a3036.png) If I view a different route and then come back, I see a response but it's not the most...

bug

### Description The `iron-select` event is not always fired when using `dom-repeat` to list items because `dom-repeat` recycles DOM nodes. Say we have a list where the first item is...