mudderjs
mudderjs copied to clipboard
Lexicographically-subdivide the “space” between strings, by defining an alternate non-base-ten number system using a pre-defined dictionary of symbol↔︎number mappings. Handy for ordering NoSQL keys.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt Available in Chrome/Node now. In Firefox beta. WIP in Safari per https://wingolog.org/archives/2019/05/23/bigint-shipping-in-firefox
Consider [LexoRank](https://confluence.atlassian.com/jirakb/troubleshooting-new-ranking-system-issues-779159221.html#TroubleshootingNewRankingSystemIssues-Whenisare-balancejobistriggeredorrequired?) in Jira that requires periodic rebalancing to respace the lexical space. Can Mudder or a higher-level library help with that?
Hi there, first off, I'm really really amazed by the effort put into this library, especially the README! I've stumbled across one inconsistency though: ``` base62.mudder("0", "z", 1, undefined, 1000000)[0]...
Need to use https://esbuild.github.io/api/#global-name somewhere in https://github.com/fasiha/mudderjs/blob/d83942d39c5d8525a180b3615738a4a8272e2126/esbuild.mjs#L5-L11 Discovered this by putting `` in a HTML file and copying the JS and source map to the same directory and realizing nothing...