Albin Berglund
Albin Berglund
In my library, this happens with 170~ rules. Found a workaround though: ```typescript return chain(rules.map(rule => () => Promise.resolve(rule))); ```
An API with fractional accuracy would solve all my problems! Of course, a bit more background: I'm building native apps for healthcare: journal systems, lab-orders, theater management, etc. The one...
Nice @emilio, I updated the codepen with your idea. Hover the ellipsized text to see the result. https://codepen.io/anon/pen/Voeyod Setting ```$0.style.maxWidth = 'max-content';``` and then doing ```$0.getBoundingClientRect();``` does give fractional accuracy...
@crisbeto I added a repro.