Andreas Presthammer

Results 9 comments of Andreas Presthammer

I tried the same as @lostiniceland and got into exactly the same trouble, and that is where I stopped. Perhaps it could be made to work, but it made me...

This may not be the same issue, but I observe similar behavior with the SingleSourceLogic component. Using akka-stream-kafka v2.0.5. BaseSingleSourceLogic.scala:114 will cause the function performShutdown() in SingleSourceLogic.scala:48 which will shut...

For anyone interested this is the solution I cooked up which mostly align with the design approach of Mockito ArgumentCaptor (https://site.mockito.org/javadoc/current/org/mockito/ArgumentCaptor.html) ``` using System; using System.Collections.Generic; using System.Linq; using NSubstitute;...

Had same problem. Only found this issue to occur inside a dialog. The problem wasn't limited to dev mode. Also happens in production. Repro: https://codesandbox.io/s/npm-playground-forked-zcby68

Ref https://equinor.slack.com/archives/CJT20H1B9/p1730197485058199

The most "forgiving" way might be to check if props.children is a string, and then wrap it in `Typography`, otherwise just render props.children. This would make this change non-breaking for...

> Another solution could be to not use `Banner.Message`. Looking at the implementation, `Banner.Message` only wraps `children` in a `Typography` component and sets the variant to `body_long`, so you could...

I believe a workaround for us would depend on how fast you expect to have a solution to this issue. 1 day, 1 week, 1month?