Christoph Buchner
Christoph Buchner
@adrpo any chance to open a PR for the fix you implemented in https://github.com/adrpo/OpenModelica/commit/202effd85b038fda0b1499afe5a32d8bdb0a85d0?
Any update on this, or a timeline? In the past few days I spent some time refactoring a package (and also fixing merge conflicts etc), and the frequent need for...
> Only the newly copied class is selected after the copying process (otherwise one always has to deselect both instances by clicking somewhere else and then clicking on the new...
> However, the duplicate feature can only be applied to one instance and not to multiple ones in contrast to ctrl-c/ctrl-v. I don't know what you mean? I just tried...
> For some reason we have 2 different implementations and both have their limitation. I personally prefer that we remove duplicate functionality and only have copy/paste. The copy/paste then needs...
> Gosh, why is tech so US-centric? Why, indeed. I've just tried out Zettlr, and some of the shortcuts I can't even execute on my (QWERTZ/de) keyboard layout. :stuck_out_tongue_closed_eyes: For...
> Other electron-based editors simply don't make use of so many keyboard shortcuts :D Erm, I guess you're pulling my leg? If not: what about Atom, VS Code? Anyway, point...
We are also seeing an access violation seemingly happening in `omc__assert_fmi` when simulating an FMU with pyfmi: ``` Thread 1 received signal SIGSEGV, Segmentation fault. 0x00007ffb5d6aae32 in ucrtbase!.intrinsic_setjmpex () from...
@arun3688 can you perchance help out with how to troubleshoot this crash? I have since found out that the segfault happens when this assert is thrown from one of our...
The same model also crashes when running it in OMEdit (so without even exporting an FMU). Further debugging indicates that #9681 could be behind this, and #12381, #12440 related.