mbyrenh

Results 6 issues of mbyrenh

Hi, while browsing through the OMNet-Code, I discovered that that findSubmodule and the getSubmodule within the cModule-class almost contain the same code. I thus changed findSubmodule so that it calls...

trivial

If a named configuration overwrites a module parameter that was previously specified in the [General]-section of the ini file, then both values are written into the sca, vec and vci...

When using Readrops to fetch news items from Nextcloud 24.0.6 with News Plugin 18.2.0, it is possible that a news item may not contain a "body" element. In this case,...

When changing the read state or star state of a Nextcloud News item, an error situation similar to the one described in [Retrofit Issue 2457](https://github.com/square/retrofit/issues/2457) occurs. The changes in this...

Hi, the commit in this pull request extends the `loadDataset` function such that the returned dataframe also includes the "itervar"-entries from the scalar/vector files, making it easier to group different...

The current implementation in [IndexFileReader::parseLine](https://github.com/omnetpp/omnetpp-resultfiles/blob/master/R-package/src/scave/indexfile.cc#L380) mistakes itervar-entries in vci-files as a block and thus crashes with the error "missing fields from block", when calling loadDataset on the corresponding vec-file. The...