Results 10 issues of Tiago Roldão

## Expected Behavior Tick/Label size and space calculations should take into account where the labels start/stop, and use that information to calculate a more approximate measure of label space. ##...

type: bug

For when more freedom of positioning is required, a possible boolean "bullseye" could be used. Currently using this variation.

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support...

feature
comp: router
under consideration

This is an issue only on sections that can't be scrolled to, being on the bottom of the page and smaller than the window height. How it looks: ![Example](https://github.com/tiagoroldao/react-scrollable-anchor/raw/scroll_to_event_fix_example/scrollIssue.gif)

This is so that url changes triggered by the manager can be reacted to, even if (as in the case of removeHash) they don't trigger browser events. Fixes #24

Because removeHash uses history.replaceState, no events get triggered, and there is currently no way to react to this url change. Here is an example of where this would break -...

### Description Fixes #2103 When closing devtools, an infinite loop is triggered by the line: https://github.com/vuejs/devtools/blob/963ff7fe1470aa5b2a93a8a8afadc57fa3c38676/packages/shell-chrome/src/backend.js#L47 After closing devtools, the `window.postMessage` call in `backend.js` triggers the event listener in the...