compute-engine icon indicating copy to clipboard operation
compute-engine copied to clipboard

The "CortexJS Compute Engine Demo" page fails at the moment

Open soegaard opened this issue 5 months ago • 0 comments

Go to https://cortexjs.io/compute-engine/demo/ and enter, say, 1+1 and press enter. Nothing happens.

The JavaScript console gives these errors:

Uncaught TypeError: Cannot set properties of undefined (setting 'precision') at demo/:1419:29

demo/:1411 Uncaught ReferenceError: Cannot access 'mf' before initialization at HTMLSpanElement. (demo/:1411:7)

If the issue is related to the documentation on cortexjs.io or the behavior of cortexjs.io, please report it here: https://github.com/cortex-js/cortexjs.io/issues

It is unclear to me whether this error is a compute-engine one, or problem with its use on the demo page. In any case, it's seems important to have a running demo page.

soegaard avatar Sep 05 '24 09:09 soegaard