Radu Spineanu
Radu Spineanu
Running this command from the examples: ``` python portfolio_manager.py --is_test 0 --future_bars 30 --data_granularity_minutes 60 --history_to_use all --apply_noise_filtering 1 --market_index QQQ --only_long 1 --eigen_portfolio_number 3 --stocks_file_path stocks/stocks.txt ``` returns: Traceback...
This list looks amazing! One thing that I think would be cool for newbies is to explain the category in a paragraph or two. For example, what is 'Architecture Search'...
In node 10 nan is causing issues. https://github.com/nodejs/nan/issues/763
## Describe the problem I can't figure out why this doesn't work and wondering if other people are running into this. I'm looking to swizzle CodeTabs so I can remove...
### Is your feature request related to a problem? Would be great to have the code snippets similar to stoplight. I'm also not seeing the 'Response' but perhaps that's a...
Thanks for the great series of plugins. I'm trying to figure out how to use the discovery package to return a hash of all the available modules and controllers and...
If I have a docusaurus.config.js that has: ``` plugins: [ tailwindPlugin, webpackPlugin, [ 'docusaurus-plugin-openapi-docs', .... ] ... ``` `npm run build` fails with: ``` [ERROR] TypeError: Cannot read properties of...
Using the react embed I book a meeting. I refresh the page and click 'book a meeting' again. I would expect for it to tell me that I have already...
Currently I get a result like < span >my_div< /span >. Would it be possible to run .innerText or .textContent on the object so I get only the text?
According to dependabot vulnerable versions of `glob` and `js-yaml` and being locked because of lerna. Could you please upgrade these dependencies?