Tim van der Horst
Tim van der Horst
I accidentally made the mistake of pasting 1.5MBs of plain text into it, which caused Reggy to hang for long amounts of time. Maybe it needs a "Hey you might...
While testing the `fuzzy` and `fuzzyBy` filters on some sample text, I noticed they tend to match any search term for long string data. The longer the text string, the...
My humble (novice) attempts at making the plugin compatible with Webpack 5 - Updated dev dep to Webpack 5 - Updated code that used `chunk.files` to check if it's a...
We don't have plans of enabling arbitrary code execution via Blob in Workers, but we're fine with enabling Workers. Could there be a version of this with a dedicated worker...
A negative margin is not how the official TextField handles the FormHelperText, so it shouldn't be baked into this style here. Fixes #266
It should probably be mentioned somewhere that this returns false for integer strings that are outside `Number.MAX_SAFE_INTEGER` and `Number.MIN_SAFE_INTEGER`, due to `Number.isFinite` not being able to handle large integers. e.g.:...
Moved the types inside the `declare module "memoizerific"` block so that they don't add the types at the global scope.
I use Immutable.js alongside an [Immutable.js Object Formatter Chrome Extension](https://github.com/mattzeunert/immutable-object-formatter-extension), and it would be great to be able to use a custom differ instead of needing to convert everything via...
When trying to write a link with an implicit link name ([documented here in the Markdown syntax][syntax]), it doesn't seem to work? e.g.: ```md This is a [link][] test [link]:...
I had to uninstall this when it unexpectedly started reformatting the indents in my `package.json`. I wish extensions that enabled automatic behaviours would mention this in their Marketplace descriptions, instead...