Antoine Tissier
Antoine Tissier
### Prior Issues https://github.com/reduxjs/redux/issues/1648 https://github.com/reduxjs/redux/issues/3482 ### What is the current behavior? https://github.com/reduxjs/redux/pull/2773 claims to have fixed https://github.com/reduxjs/redux/issues/1648 and to allow to properly type a `storeEnhancer` that extends the state. But...
# Bug report **What is the current behavior?** Importing a submodule of a shared module yields a different instance of the submodule in each `ModuleFederationPlugin`, instead of a single shared...
Hi, In the Javascript API of OpenTracing, function [`followsFrom`](https://opentracing-javascript.surge.sh/globals.html#followsfrom) allows to create a reference that can be passed as [`SpanOption`](https://opentracing-javascript.surge.sh/interfaces/spanoptions.html#references) when starting a span. However, in this repo, `references` do...
### 🎤 Tell us your idea Hello, I am working on a project with a TypeScript + React frontend, and a Java backend. I want to integrate an AI chat...