Michael Srocka

Results 24 issues of Michael Srocka

The openLCA internals and exchange format changed: * different calculation types (lazy/eager instead of quick/analysis) * more data types (EPDs, results) * changes in the data exchange format (categories as...

bug
enhancement

We now have `Lazy/On-demand` and `Eager/All` as calculation types, that can produce all results. But specifically in the `lazy` case, but also when using libraries, the result exports can be...

enhancement

openLCA is currently not optimized for a dark mode (icons, fonts, chart backgrounds). Seems that we cannot disable dark mode easily when it is set via the systems settings: https://www.eclipse.org/forums/index.php/t/1103784/....

enhancement

When the same flow occurs multiple times in a process but with different data quality values: ![image](https://user-images.githubusercontent.com/3520062/96119484-5883c200-0eed-11eb-908e-c9bd182cb092.png) only one data quality value is selected for the flow of the process...

bug

The JSON export correctly checks for used global parameters in the formulas in order to export them as dependencies. But when there are errors in the formulas it breaks the...

bug

When you start openLCA on macOS the first time you may see an error message like this: ![image](https://user-images.githubusercontent.com/3520062/154017685-1476ffaf-e274-49e8-b820-802d9d7af072.png) The reason for this is that openLCA is not a signed application...

This issue is for tracking this error in the SWT chart library that we use: https://bugs.eclipse.org/bugs/show_bug.cgi?id=576612

bug
dependencies

The data folder (currently `~/openLCA-data-1.4`) can only be used by one openLCA instance at the same time. If you start a second openLCA instance you get strange errors. Better would...

The formula interpreter currently throws an exception when other letters than `[a-zA-Z]` are used: ![image](https://user-images.githubusercontent.com/3520062/131821425-6e186758-80eb-4eb5-bc43-a9e6a38d7a6c.png) We have to modify the parser grammar for this: https://github.com/GreenDelta/olca-modules/blob/master/olca-formula/src/main/java/org/openlca/expressions/FormulaParser.jj#L94

enhancement

Currently the matrices of a product system can be exported export into a CSV and Excel format. It would be good to harmonize this format a bit and to support...

enhancement