rhard

Results 17 comments of rhard

Thanks for the suggestion. I currently fixed it by using: ```js $: nbrSlowInterval = Number(strSlowInterval); $: nbrWeatherInterval = Number(strWeatherInterval); ```

Exactly! I was expecting this is already there like in others frameworks by default.

> This is definitely what we want to have This is great! Thank you!

So, looks like we need to wait for @lganzzzo attention. BTW: I will try to run the test example and see if it fails on my PC.

@bjornstromberg What test do you run exactly? I tried client and server tests – both are OK in my setup.

The output in my case is just invalid API key error: ``` ←[32m I ←[0m|2022-07-04 19:41:32 1656956492418846| websocket-client:Application Started ←[32m I ←[0m|2022-07-04 19:41:33 1656956493041843| websocket-client:Connected ←[34m D ←[0m|2022-07-04 19:41:33 1656956493045195|...

Ok, I will try a Linux build as well. From my understanding, the client test project tries to connect to the `demo.piesocket.com` and not to the test server. ```c auto...

There must be something special to the hardware etc. I have the issue reports only for 2 people from ˜1000. For the rest it works as expected. The test pipelines...

@pborzecki @krzysztof-jusiak If the utility could not be a part of the distribution, could you help me how to convert it to the standalone function. Just tried different approaches, but...

Hi @danchitnis, I tried the scatter plot from your latest example here: https://codesandbox.io/s/webglscatteracc2-psutjy?file=/src/index.ts I have two issues with it: 1. There is a white rectangle in the middle of the...