David Schnurr
David Schnurr
I wrote a jsondiffpatch plugin [arrays-by-hash](https://github.com/schnerd/jsondiffpatch-arrays-by-hash) a few years ago that tracks changes to items in arrays using their objectHash instead of their index. When I wrote it I was...
**Is your feature request related to a problem? Please describe.** There are numerous international datasets that Kepler cannot process because they use different decimal separators other than a period, such...
## Description The sourcemaps in the published package reference files that are not included in the published package. When I use this package in my create-react-app project, I see the...
### Type of issue Feature request ### Problem [fusion-plugin-i18n](https://fusionjs.com/api/fusion-plugin-i18n-react) currently only works with string literals: ```js // Works // Doesn't work const key = "homepage.hero"; ``` This is because there...
First off – love this guide! I see the note about adding or renaming fields in an enum. I'm wondering about changing the name of an enum. For example: ```...
eslint-config-uber-base currently has the following rules: ```js // Prettier settings 'prettier/prettier': [ 'error', { printWidth: 80, tabWidth: 2, useTabs: false, semi: true, singleQuote: true, trailingComma: 'es5', bracketSpacing: false, jsxBracketSameLine: false,...
Covid has largely transitioned from pandemic to endemic, and many cases now go unreported, which reduces the accuracy and usefulness of the underlying data. Traffic to this tracker has also...