Gary

Results 86 issues of Gary

I'm using the [Oswald Regular](https://fonts.adobe.com/fonts/oswald) font for `font`, with `size` set to `15`. The text in the menu bar is slightly higher up than it should be. Is there anything...

For this component: ```js import React from 'react'; import ReactTable from 'react-table'; import 'react-table/react-table.css'; function Test() { const data = [ { name: 'Bob', }, ]; const columns = [...

When running `yarn global list`, it doesn't list globally installed packages that don't have binaries installed, such as `eslint-config-airbnb-base`.

cat-bug
triaged

- [x] I have read the list of [known issues](https://github.com/tjunnone/npm-check-updates#known-issues) before filing this issue. - [x] I have searched for [similiar issues](https://github.com/tjunnone/npm-check-updates/issues) before filing this issue. * node version: v12.12.0...

bug

Any chance snippets could be added to this library? Some of the Jest methods are really long, and dropdowns for them don't appear for mocks. So for instance, a snippet...

stale

With the new color scheme, it's hard to spot which tab group is selected. See the screenshot. Perhaps lighten the selected tab group rather than darken it. That's the usual...

bug
enhancement

1. Open two tabs. 2. On the first tab, open the Find dialog (cmd-F). 3. Remove focus from the Find dialog, by clicking anywhere on the webpage. 4. Move to...

If I'm loading a tab, then I open the Quickey menu, then the Quickey menu will close. And sometimes it will immediately jump to the last focus tab, also. I...

I assume that this ext doesn't allow space, because it just takes the query string and searches for it in titles and URLs, with a case-insensitive match with spaces removed....

enhancement

Hello, is it possible to convert console.log to a mock function in Jest, using rewire? I've posted [this question on SO](https://stackoverflow.com/questions/51978101/use-rewire-with-jest-to-spy-on-console-log-used-in-a-private-function), but I'm wondering if anyone here knows how to...