Conan
Conan
Thanks for the reply @mAAdhaTTah , that makes sense. I was rather hoping there was some obscure optimisation opportunity lurking, but perhaps not.
Fair enough. I have to ask though -- do you know how "in proportion" the cited performance concerns were across each style? I can't imagine that Hack affects performance whatsoever...
Thanks for getting back to me @tmcw . I managed to solve my issue for the time-being with a little awk-hackery, but I guess in terms of adding this in...
Just discovered that `github-slugger` seems to offer a `maintainCase` option: - https://github.com/Flet/github-slugger/blob/68f7e7c5d954bdc0e965a5293c21afb57b16077b/index.js#L46 I know you said that supporting this would cause breaking-changes, but just putting it out there in case...
Does this work for you? ```js function removeFormatting ({ fromNumberString, withDecimalPoint = '.' }) { const rx = new RegExp(`[^${withDecimalPoint}\\d]*`, 'g') return fromNumberString.replace(rx, '') } removeFormatting({ fromNumberString: '123 456 789.12345...
In plain JavaScript, how does the length of a set correlate with its type?
@zzkkui I think you have to be _slightly_ more specific than that. :D If you're just running that little block of code as-is, then you'll get an undefined for `fileInput`,...
I tried the above in all modern versions of Firefox, Chrome, and Safari on Mac and iPhone and it seems to work as expected. What's your testing environment?
Will close for now. Nice to see this project is still active, though!
Seeing the same thing here: ```sh npx npm-check -u ❤️ Your modules look amazing. Keep up the great work. ❤️ ``` Output using `npm-check-updates`: ```sh npx npm-check-updates react ^18.0.0 →...