Thomas Upton
Thomas Upton
Dependencies with custom package names seem to be ignored. At first I thought this was just for packages that specify something other than a tag for their version, but the...
I get a console error when loading any page with the dotjs extension enabled. Disabling the extension makes the error go away. > Denying load of chrome-extension://dlnccnmhpmdidoiecanghgienhoglnim/jquery.min.map. Resources must be...
Instead of using `LIKE`, use some sort of better fuzzy search like sqlite's full text or fzf.
Even though only 9 results are visible in Alfred, you can scroll or arrow down for more if more are available. Is it worth making more (15? 20? 50?) available,...
I have a feeling it has to do with the `ATTACH` and complex query. This manifests as a ~1s delay in results, but not on my system. At minimum, the...
Bookmarks are stored in a similar sqlite db; search both of these and integrate, like the Chrome omnibar. This probably should include some sort of intelligent sorting; since we use...
**Describe the bug** ``` className={`p-0 custom-class-${index}`} ``` becomes ``` className={`custom-class- p-0${index}`} ``` **To Reproduce** Steps to reproduce the behavior: 1. Enable the `classnames-order` rule and make sure `no-custom-classname` is disabled....
I have a project that uses both jscs and eslint, and I'd like to merge that into one config. I was hoping something like `polyjuice --jscs path/to/jscsrc --eslint path/to/eslintrc >...
### Description nonce values are being added to the script and style tags in my HTML, but the nonces aren't in the CSP string itself. This appears similar to https://github.com/slackhq/csp-html-webpack-plugin/issues/93...
When installing a package with `styled-css-grid` as a dependency: > npm WARN [email protected] requires a peer of styled-components@^2 || ^3 || ^4 but none is installed. You must install peer...