Christophe Bansart
Christophe Bansart
I've faced a issue. I've isolated the code there : https://codesandbox.io/s/mathfield-test-listener-mgd36r?file=/src/index.js Actually this issue is maybe linked to the #1535 . In this issue, the use of customkeyboard and the...
I disable mathfield by script with mathfield.disable = true. That works great and mathfield becomes non editable. But in some cases, the inputfield.disable = true is trigered when the keyboard...
Hi all mathjs contributors, First of all thanks a lot for the incredible job you've achieved, math.js is really useful and impressive. I've figured out unexpected behaviour when using simplify...
Hi, First of all, I assume that it's not a specific Algebrite issue, but I wonder what is the best approach to know with Algebrite if an expression is simplified...
Hi, First of all, thanks for the fantastic work on fractions. I think I've figured out a bug with the flag math.Fraction.REDUCE allowing to reduce or not fractions automaticly. With...
Hi, I face an issue with polynom displays. When I run a polynom in Algebrite (it could be tested directly in the sandbox): e.g. 3x+4x^2+1 => it displays correctly in...
Backpack Plugin v5.0 getComponentManager() method When I switch from one workspace from another it occurs a bug TypeError: workspace.getComponentManager() is not a function. It occurs there ```js /** * Resets...