Matteo Mazzoni

Results 10 comments of Matteo Mazzoni

### DATAFRAME USING FINVIZ STANDARD https://finviz.com/screener.ashx?v={v_page}{signal}{filter}&ft=4{ticker} ``` Ticker Beta ATR SMA20 SMA50 SMA200 ... RSI Price Change from Open Gap Volume 0 SGFY NaN 1.25 0.3023 0.4735 0.4989 ... 81.97...

Yes, page structure seems to be almost the same it's just taken from a different domain having not-delayed data

Well, I'm currently using mobx-vue in a Nuxt application, having a complex data model and multiple libraries involved (some internal widget libraries - deployed with vue-cli - and some third...

Hello, I was able to create a codesandbox reproducing the error depicted above: https://codesandbox.io/s/vue-mst-3rueh Hope this helps better investigating the problem.

@ayushkalani Thank you for your support! Changes will surely involve [RestAPI3](https://github.com/freedomotic/freedomotic/tree/master/plugins/devices/restapi-v3) plugin (which relies on [Apache Jersey](https://jersey.github.io/) and [Atmosphere](https://github.com/Atmosphere/atmosphere) frameworks)

Hello, I managed to reuse @NathanHRich code in order to make it work on another finviz library called [finvizfinance](https://github.com/lit26/finvizfinance/pull/57). It shouldn't be difficult porting the changes here. Is anyone still...

@frankforpresident Starting from your example I extended it in order to give more information and include the searchBy field (found in the code but almost not documented elsewhere): ``` import...

Hello, I've rebases PR based on updated main branch.

Looking at AWS SDK, seems this could be the right param to change in such scenarios. I can try and make a PR, but I'm not used to GO programming,...