Dominik Henneke

Results 15 comments of Dominik Henneke

@turt2live How do we want to move forward here? If you agree with the proposal, I can prepare the required PRs in the other repositories.

I cleaned up our prototype implementation and created the respective draft pull requests. We would really like to see this going forward, meaning getting into the widget-api and react-sdk so...

@punkle @janwillies We are in a similar position, since we use an oauth2-proxy and wanted to reuse the identity of the outer login in Backstage. This doesn't align 100% with...

I added additional test for the component. I never worked with `enzyme` before and was surprised that it was used in this file while other components seem to use `@testing-library/react`...

It only partially solves the "Jitsi" problem, but at least it will fix that any [always-on-screen](https://github.com/matrix-org/matrix-spec-proposals/issues/3810) widget will be closed when the user is banned from a room. It is...

@turt2live shouldn't this go into `main`?

Info: We from @nordeck are starting to implement this feature. So you should be seeing the first PRs from us in the next couple of weeks.

I use parts of this lib in a private experimental project and found a possible cause for this issue: The [EventSourceDecoder](https://github.com/stevenroose/dart-eventsource/blob/bbecb01625fd71be1ce9136d7d1fc142e4f7bb21/lib/src/decoder.dart#L29) doesn't forward the error-events from the original stream to...

@mikehardy thanks for the review. We shipped our last production build with the modular API by temporarily copying the typings to a `*.d.ts` file into our codebase. So far we...