LiesAuer

Results 104 comments of LiesAuer

i can comfirm that i have `Microsoft.WindowsAppSDK` package. it's easy and 100% reproducible. 1. a fresh system(Windows Sandbox in my case) 2. download latest VS and install all required workloads...

the key problem is VS can load the installed wasdk runtime dlls from some kind of mysterious location, and missing some of the runtime dlls when you build the application...

still reproducible https://github.com/vaheqelyan/svelte-grid/assets/8676741/f53f3f44-5185-444c-b697-4351845d7dae

i feed 500 continuous candles to calculate Stochastic Oscillator, sometimes it looks good(still a little deviation), but it looks ridiculous in next second. only the last candle is realtime updating,...

i don't think it's the data samples issue. ![image](https://github.com/anandanand84/technicalindicators/assets/8676741/8fd9e243-74e0-4a0b-befe-b1b7063e7f12)

seems there is no way to use `proxy` option in websocket connection, only `process.env.https_proxy` and `process.env.socks_proxy` are accepted. https://github.com/jaggedsoft/node-binance-api/blob/950d773a5f2c3a61c6e29b53e3af57594921a239/node-binance-api.js#L681-L701

can't use custom proxyAgent either. ```typescript import Binance from 'node-binance-api'; import tunnel from "tunnel"; const proxy = tunnel.httpsOverHttp({ proxy: { host: 'localhost', port: 8080, proxyAuth: "", }, }); // doesn't...

@den4md same here, and i am facing another cross-platform packing issue. i use `pkg` to pack both windows and linux executable on my windows machine, and when i run the...

What version of daisyUI are you using? 3.9.4 unexcepted rounded even with `rounded-none` when as not last item. ![image](https://github.com/saadeghi/daisyui/assets/8676741/9c64ba24-f1b2-443a-a5ad-01a5a5b9d1ff) ```html ... click ```