EngineeringPaper.xyz
EngineeringPaper.xyz copied to clipboard
EngineeringPaper.xyz is a web app that makes it easy to create, save, and share engineering calculations.
The main content is not scrollable when embedded in a fixed height iframe. Noticing this when a sheet is embedded into the speedgrader on Canvas.
I think the main strength of EngineeringPaper.xyz is the ease of use and it allows to quickly set up a well-documented computation sheet. the main thing that breaks my workflow...
I was going to implement Shamir's Secret Sharing algorithm to practice some more work in EngineeringPaper.xyz and I could not figure out how to do modulo arithmetic. If it is...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.13 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 2.11.0 to 2.20.1. Release notes Sourced from wrangler's releases. [email protected] Patch Changes #3820 546c2319 Thanks @GregBrimble! - fix: Prevent wrangler pages dev from serving asset files outside...
Math.js doesn't support prefixes for all unit types. Therefore, units like [kBTU/hour] cannot be used. Seems like Math.js only supports prefixes for SI units. Another solution would be to support...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
In math cells we can switch to displaying symbolic results instead of decimals, it would be nice to have the same option in System Sovle Cells. When I am trying...
I think it would be nice to have the units shown in the System Solve results so I do not have to create another cell to confirm I haven't messed...
Currently, EngineeringPaper.xyz truncates trailing zeros after the decimal even though they should count as significant figures. i.e. if significant figures is set to 4 and you have 1/10 as a...