Guido Wolf Reichert

Results 9 issues of Guido Wolf Reichert

## Motivation Regarding the support for connecting components with a multitude of `connector` classes my understanding as modeler and library developer of a system dynamics library (i.e., [BusinessSimulation](https://github.com/bslMS/BusinessSimulation)) is the...

enhancement

# SUMMARY The Modelica language is nicely positioned as a _lingua franca_ to describe dynamic systems accross many domains. Unfortunately, Modelica's strong ties to the SI system of units are...

Cursory (don't beat me) reading of some recent discussions(e.g., #3259, #3381) finds me wondering about whether the `unit` attribute is to become the "_one attribute to rule them all_". As...

### Discussed in https://github.com/OpenModelica/OpenModelica/discussions/12088 Originally posted by **gwr69** March 7, 2024 I would like to continue what came up in #12073 here as a separate topic. I learned that Dymola...

Fixed documentation for `Modelica.UsersGuide.Conventions.UsersGuide.References` to follow the unambiguous style specification for [IEEE Transactions Style](https://journals.ieeeauthorcenter.ieee.org/wp-content/uploads/sites/7/IEEE_Reference_Guide.pdf) as referenced by Modelica Standard Library. The change is twofold: 1. Typographic (e.g., curly) quotation marks...

In the lecture notebooks, `?command` is used to access the documentation within Juptyer notebooks. Unfortunately, this will not work out when the notebooks are run from within Visual Studio Code,...

### Context The [REUSE Specification](https://reuse.software) mandates that every source file carry its SPDX-license header “at the very top of the file” (aside from she-bangs or XML prologs). Modelica tools today...

Thank you for a very great package! Unfortunately, by now this repository looks abandoned: - The `Project.toml` bump to `v0.7.6` (adding `Format.jl`) never made it into a tagged release, so...

### What The `Format` package was incorrectly referenced in the `Project.toml`. This has now been fixed and tested for `[email protected]`. ### Why Users pulled a deprecated dependency on `Formatting.jl` when...