account icon indicating copy to clipboard operation
account copied to clipboard

πŸ“šοΈ βž• πŸ”’ Tell little stories with numbers

Results 31 account issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Add a custom function that calculates how many months it will take to reach a goal balance given compounding interest with a start balance, monthly investments and an annual rate...

Right now you can't set a slider to default to say, 3, but make the range 1-10. If you set it to 3, the range only goes to 6. If...

Conditional text would be great. Like ``{=if(savingsrate > 0, "Great job!", "Keep trying"):exclamation}``

I'd love to be able to link text out to other web pages as references in my calculators. Maybe just Markdown style.

Account can just parse any text for calculator statements. Make a simple piece of JavaScript that reads the text nodes for statements and lights it up with sliders.

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Adds UI to each story that exposes an embed code, as well as a new render mode that alters the UI a bit when the story is embedded. Closes #46