Francesco Casella

Results 1758 comments of Francesco Casella

> > exponentiation_functions.c:16:24: error: use of undeclared identifier 'daeExpBinary' > > 16 | real_array_copy_data(daeExpBinary:ERR for POW_ARR2, _z); > > a) This error message is confusing/not very understandable for end users...

Here is a comprehensive collection of MWEs: ```modelica package ElementWiseExponentiation model MWE1 function f input Real x[2]; output Real y[2]; algorithm y := x.^x; end f; Real x[2] = f({time,...

> Elsewhere in OM I think I've seen a prompt message like "this should not have happened, please report a bug with the developers". Maybe it would be good to...

@adeas31 as time passes, screen resolutions will go from 4K to 8K to 16K and even more extreme values, so we need a sustainable path to support them. Do you...

Good to hear! I understand we need to wait for a good enough html browser to become available in Qt6 before we take the plunge, or do I miss something?

OK. I checked the [Qt support timeline](https://endoflife.date/qt): ![Image](https://github.com/user-attachments/assets/d348887c-9e1f-45e6-a56d-eb8e6d1a341e) and it seems that Qt5 is still on life support (pun intended) for a few more months, but it's really approaching the...

OK. > And as far as I remember, the one available for Linux ubuntu crashes. This shouldn't be the case, however, right?

I understand you can do apt upgrade of the installed qt, can't you?

@adrpo will check if there are some recent fixes to Qt5 that solve this problem. He can also try to build the Web engine himself, doing it on GitHub currently...