Christoph Buchner
Christoph Buchner
### JabRef version 5.9 (latest release) ### Operating system Windows ### Details on version and operating system _No response_ ### Checked with the latest development build - [X] I made...
While browsing around during troubleshooting, I noticed that the project version defined in CMake is outdated: https://github.com/modelica-3rdparty/ExternalMedia/blob/eda35d745ff1082d45cd5846d973a09a9656e325/Projects/CMakeLists.txt#L20-L22
Is there maybe some weird scaling/dpi issue going on (see also #12519)? I'm recently getting some very weird font sizes on some elements, on a 1920x1080 secondary monitor (Windows scaling...
leftovers from #9681: I'm guessing the crashing code path described [above](https://github.com/OpenModelica/OpenModelica/issues/9681#issuecomment-2393186548) (in essence, calling `throwStreamPrint(NULL,..)` or `va_throwStreamPrint(NULL,..)`) can be a problem in general. From a manual reading of the codebase...
We are trying to implement a function doing (among other things) a simple elementwise exponentiation over two arrays. AFAICT, this is OK according to https://specification.modelica.org/master/arrays.html#element-wise-exponentiation ```modelica model exponentiation Real[2] x={1,1};...
With this model ```modelica model BM_function Real x; algorithm x := Modelica.Math.Nonlinear.solveOneNonlinearEquation( function Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun1(), -0.5, 10, 100*Modelica.Constants.eps); end BM_function; ``` if I add the translation flag `--BaseModelica` and press Instantiate,...
Saving BaseModelica code (generated by instantiating with `--BaseModelica` ) as a package in OMEdit leads to Lexer errors and inconsistent filenames. Making a new package and pasting the following code...
Some of the example in adding_instruments.rst are not representative of reality, as they are limited by FakeInstrument constraints. For example, we (soon) have ``` >>> extreme = Extreme5000("GPIB::1") >>> extreme.output_enabled...
In the past, there was confusion about the precise license status of several repositories. I have [offered](https://github.com/OpenModelica/OMJulia.jl/issues/61#issuecomment-1353257242) to try to collect information on the license status for the most relevant/active...