Jos de Jong
Jos de Jong
We need to upgrade the build process from Webpack 4 to Webpack 5. There are breaking changes, but I'm not sure if this will be simple or not. Any help...
Followup of #2264: changing `mathWithTransform` into a `LazyMap` This is a work in progress. - [ ] Test whether the lazy loading actually works as in functions are loaded only...
Mathjs now supports using a `Map` as `scope`. It would be nice if it is possible to use `Map` in variables too. ```js const a = new Map([ ['b', 42]...
Since we switched from TravisCI to github actions, the BrowserStack tests often give issues. It looks like when you push two branches at the same time, the tests for the...
@manico I think you will like the latest releases of the jsoneditor: since `v5.20.1` the editor supports being used a controlled component in a framework like React or Vue. There...
The interactive examples on the website are great! I noticed though that when you're changing the JMESPath query and it becomes invalid, nothing happens. Would be great if the output...
Fixes #4233 Sometimes, `bind:offsetHeight` and `bind:offsetWidth` do not update initially, for example when immediately changing the size as demonstrated in #4233. It looks like the `iframe` not always fire an...
This issue will keep track on the various discussions we have about the architectural changes we want to implement in mathjs `v13`. Please comment if there are more topics to...
Currently the function `kron` outputs a 2d matrix for both 1d and 2d input. It would be more consistent when the output is 1d for 1d input. This will be...