Tibor Kiss
Tibor Kiss
Seems like tungstenite-rs has a WiP PR which is going to implement the required functionality: https://github.com/snapview/tungstenite-rs/pull/235 Would it make sense to swap rust-websocket to tungstenite-rs to have this feature implemented?
thx for your reply. good to know that v3 is in the making! I'll check it out sometime!
To one of our application it would be a requirement to pass the access token down to the service, hence I second this ask. oauth2_proxy is capable of both providing...
thanks for this pr. even though it solves (works around) our actual problem with polygon ingest it would be helpful to further analyze the problem and come up with a...
I also sometimes have `**** Too many out-of-order packets` in the log: ``` mirror: x_2018-06-20.zip: file size decreased during transfer expected pos=9732616, actual pos=9732096 mirror: x_2018-08-23.zip: file size decreased during...
@andiariffin : Thanks, I'll find some time and validate that it works.
Is it feasible to simply add plotly-latest.min.js (version matched to Plotly.Blazor's built-in version) to wwwroot and replace the javascript import to point to the minimal version?
@sean-mcl : Thanks for the prompt reply. The reason I asked, because I tried it out and seemed to work. Not sure about the internals of Plotly.Blazor which would make...
> > @sean-mcl : Thanks for the prompt reply. > > The reason I asked, because I tried it out and seemed to work. Not sure about the internals of...
Faking matlab through APP_NAME and APP_VERSION resolves this problem too: `docker run -it -e APP_NAME=MATLAB_1694 -e APP_VERSION=1.0 -e LOGIN='' -e PASSWORD='' -p 5009:5010 -p 9100:9101 bratchenko/iqfeed`