Philipp Matthes

Results 9 issues of Philipp Matthes

Hi 👋🏼 I searched the documentation and the forums but didn't find an answer to my question. How can I change the font of the author, "Betreuer" and "Betreuender Hochschullehrer"...

Currently, it is not clear enough how the `EntityModule` intends to serialize entities. https://github.com/FraunhoferIOSB/FROST-Client/blob/2ff418228cc5ac0972c91a10308d701791a40ab0/src/main/java/de/fraunhofer/iosb/ilt/sta/jackson/EntitySerializer.java#L58 https://github.com/FraunhoferIOSB/FROST-Client/blob/2ff418228cc5ac0972c91a10308d701791a40ab0/src/main/java/de/fraunhofer/iosb/ilt/sta/jackson/EntitySerializer.java#L80 Due to the above lines, prepopulated fields of subentities are thrown away. I would like...

help wanted
Documentation

@ashwinmj, here are some recommendations for your code. 1. Use defaultdict(list) instead of add2dict 2. Use defaultdict(int) to replace `probability_dict.get(item, 0) + 1` with `probability_dict[item] + 1` 3. Use `for...

The link in Readme.md leads to a 404

cc @auhlig

Due to the following line, all edges and nodes are filtered from the fetched tables when using the Postgres datasource: https://github.com/credativ/plutono/blob/9ea56e296c353b4ab53eebe0db78f01aa802fb81/packages/plutono-ui/src/components/NodeGraph/useCategorizeFrames.ts#L11 `frame.meta?.preferredVisualisationType` cannot be added in any way through the...