Adeel Asghar

Results 183 comments of Adeel Asghar

@abuntrock please try the latest nightly build with fix #12610. That should improve the user wait time. However, no actual performance enhancement is done in it. OMEdit postpones the update...

```Modelica package P model A end A; model B extends A; end B; model C extends B; end C; end P; ``` If you update something in `P.A` OMEdit calls...

OMShell should work fine now. I also updated the Windows makefiles for OMShell to allow both qt5 and qt6.

OMNotebook is compiling and starting up fine. But it doesn't work as expected. For example, try clicking on `Hello World` example. The text block disappears instead of opening the new...

Here are the correct links [pdf](https://openmodelica.org/doc/OMSimulator/master/OMSimulator/UsersGuide/pdf/OMSimulator.pdf), [html](https://openmodelica.org/doc/OMSimulator/master/OMSimulator/UsersGuide/html/) and [doxygen](https://openmodelica.org/doc/OMSimulator/master/OMSimulator/doxygen/html/index.html).

Calling `getSimulationOptions` on `Buildings.Fluid.HeatPumps.ModularReversible.Examples.AirToWater2D_OneRoomRadiator` returns the default experiment annotation instead the experiment annotation stored in the model. ``` getSimulationOptions(Buildings.Fluid.HeatPumps.ModularReversible.Examples.AirToWater2D_OneRoomRadiator) (0.0,1.0,1e-6,500,0.002) ``` @perost can you please take a look at it.

We need a debug version of CoolProp solver if we want to see some information.

Without debug symbols we can only see the function name not the locals. We need to compile CoolProp with debug symbols.

`generate_icons.py` fails with error `TypeError: 'NoneType' object is not subscriptable`. See here https://test.openmodelica.org/jenkins/job/Documentation/287/consoleFull