Josh Kelley
Josh Kelley
I was hoping to be able to change settings just by setting something in my Django settings (as described in #6). Since django-password-settings deliberately doesn't support that, I thought it...
As discussed in #608, normal zooming supports customizing zoom behavior using zoomFunctions, but the drag-to-zoom functionality that's implemented by zoomRect bypasses zoomFunctions and calls updateRange correctly. I have a custom...
As described at https://github.com/chartjs/chartjs-plugin-zoom/discussions/612, I'd like to allow both regular zooming (to zoom both axes via mouse wheel or pinch on the main chart area) and zooming a specific scale...
If setHash is called, and the resulting changed signal calls replaceHash, then replaceHash replaces the previous history entry instead of the new history entry. For example: Hash fragment is /,...
I recently upgraded to SWR 1.1.0 and ran into some problems resulting from the switch from dequal to stableHash for SWR's `compare` option: * We use a custom fetcher that,...
**Description:** `createCache`'s [type definitions](https://github.com/emotion-js/emotion/blob/5b3f4d78d54552f9785836bc2cc56d3f789afc47/packages/cache/types/index.d.ts#L39) say that the `prepend` option is deprecated, and the [@emotion/cache release notes](https://newreleases.io/project/github/emotion-js/emotion/release/@emotion%[email protected]) give an excellent example of using the new `insertionPoint` option, but the [docs](https://emotion.sh/docs/@emotion/cache) don't...
# Documentation Is - [ ] Missing/Needed - [X] Incorrect - [ ] Confusing - [ ] Not Sure? ## Please Explain in Detail The Node.js Learn pages have several...
#### What's the problem this feature will solve? Configuring self-signed SSL certificates can be tedious. #### Describe the solution you'd like The [devcert](https://www.npmjs.com/package/devcert) package is a popular Node.js package for...
### What rule do you want to change? no-restricted-imports ### What change to do you want to make? Generate fewer warnings ### How do you think the change should be...