Artem

Results 9 comments of Artem

Yes, want to make single dashboard on multiple tabs, connected through shared worker. I think its possible with native drag and drop API.

Same problem in jest tests, `react 17.0.2` + `jest 26.6.0` + `highcharts 10.1.0` + `highcharts-react-official 3.1.0`. In browser all works fine. ``` import Highcharts from 'highcharts/highstock'; beforeEach(() => { document.body.innerHTML...

Create repo with `npx create-react-app highcharts-test --template typescript` https://github.com/temka1234/highcharts-set-data-bug-17300 File: `src/highcharts.test.ts` Steps: `npm install` `npm run test` ![Screenshot 2022-05-27 124427](https://user-images.githubusercontent.com/3648995/170675093-bf161b36-ffe2-4a27-bb45-6f14c9da313a.png)

You can use **ngxs** in bundle with [@ngrx/component-store](https://ngrx.io/guide/component-store/comparison), but without ngxs plugins supporting.

> meanwhile does anyone know if using **ngrx/component-store** with **ngxs** can cause some issues or it's fine? Used in few my projects and didn't have any problems. This libs are...

Keys not preserved on logout. Here is example: https://stackblitz.com/edit/ngrx-seed-g4xhnm

Hi guys! The problem for **non-http(s)** module like **http2** or **sdpy** is missing of request span created by [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js/blob/7ed67f98c2757652c7292f925cabd7a653c51cd9/experimental/packages/opentelemetry-instrumentation-http/src/http.ts#L668). All other instrumentations needs request-context span as parent, so we can...

Using serial for receiving EKG from portable cardio device through FTDI. ![ecg](https://user-images.githubusercontent.com/3648995/72510315-48558e00-385a-11ea-8117-5a8f2f294296.PNG)