Fabian Kreis
Fabian Kreis
Experiencing the same issue in Jspreadsheet v4.10.1 Workaround for me as an adjusted version of @heidashuaiheniwawa suggestion: ```css .jexcel > thead { top: 0 !important; position: sticky !important; } ```
Hello @christophstrobl , thank you for looking into this! :blush: I could imagine the following two approaches: 1. Change the behavior of `ProjectionOperation projection = Aggregation.project("flat", "list.element");` : Instead of...
> I'm not inclined to change the behavior of a method that has been in service this way for 10+ years. Absolutely reasonable! If other options are available we want...
I just want to confirm that `Aggregation.stage("{ $project : { 'flat': 1, 'list.element': 1 } }")` as suggested in https://github.com/spring-projects/spring-data-mongodb/issues/4428#issuecomment-1623628410 works as expected in my real world project. Thanks again...
any news on this? The issue is pretty old and there not many updates since :)
I completely agree with @klisa! We face the same issue that we cannot access the queryID. I tried to work around this (as suggested), by executing each request in a...
That's great, thank you for the update! 😀 I will update to the new version and try it soon.