Eric Mansfield
Eric Mansfield
v1.0
v1.0 is getting very close! Thank you to @m93a for adding typescript support, and everyone else for your helpful comments. Just a few more things left I can think of:...
A few tests in math.js are still failing; these are related to creating custom units, and expecting those units to be used when simplifying expressions (they are not currently). In...
I've added a proposed API to the README. Please share your comments and ideas below!
**Describe the bug** When using `socket.io-client` version `4.3.2` and above in an app created with `create-react-app`, there is no browser debug output at all with `localStorage.debug = '*'`. Version `4.2.0`...
One of the outstanding items in the Unit.js refactoring is in config changes. I'm looking for some direction and clarification on how to proceed. Mostly I am just finding myself...
I will ask and answer my own question in the hopes it can be of use to someone, but I'm really hoping someone will share the right way to do...
### Summary: When the modal is open, middle clicking anywhere on the modal content causes the next click, if on the overlay, to be ignored. ### Steps to reproduce: 1....
I noticed in the API documentation that "name should consist only of alphanumeric characters and start with an alphabet." It looks like this is because the compiled code uses dot...
What is the correct way to use this with workers? When I use both `console.log` and `console.error` (or `console.warn`) inside a worker, the output appears to be all over the...