Markus Menner

Results 6 issues of Markus Menner

Hi, I'm struggling a bit setting the width of the component to 100% of the width of the surrounding div. Do you have a hint for me? Thanks, Markus

Hi, I load a model (STL file), but it's only displayed when I resize the browser window. I inspected the elements and saw that the canvas height is 0 intially,...

bug
help wanted

When I try to set the queue size or sample interval, it seems the opcua-server is sending much lower revised values (queue size becomes 10, if I try to set...

mainly changed ConfigurationHolder, ApplicationHolder usages to Holders

Hi! I intend to use FetchStrategy.SUBSELECT for certain collections, but it doesn't work as expected. Standard mapping ============== Entity: ``` @JoinColumn(name = "work_order_id") @OneToMany(cascade = [CascadeType.ALL], orphanRemoval = true) override...

kind: bug
workaround available
component: entity-view
component: spring-data
worth: high

Hi, Is there a possibility to explicitly exclude the fetching of certain attributes in the views (@EntityView)? The background of my question is that I have different views for different...