Socvest

Results 10 issues of Socvest

### Which react-spring target are you using? - [ ] `@react-spring/web` - [ ] `@react-spring/three` - [x] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of...

type: needs repro
template: bug

Following on from [this](https://github.com/pmorissette/bt/issues/2) I created my backtest to weigh assets weekly, starting on a monday. Though after checking the security weights, it seems to be weighing the assets on...

I just stumbled on this package and think it is clean and nice. Wanted to get started on it though the styling does not seem to be working for me....

Type: Question

Upon using the the arender method to render the page to load the javascript elements, the window size appears to be 800x600 width and height respectively. But this prevents all...

Currently we have the ugly yellow card with text but I'm really enjoying Streamlit's latest transparent loading for its native widgets. Would love for this to be the case also...

The segmented contents are centered despite selecting start for alignment when the direction is 'vertical'. This is also the case in the demo. Can this be amended?

Really appreciate this component, I am having to rely on it as native streamlit does not allow for nesting of columns for a particular app feature I am building. After...

I see in the source code there is a callback that has been imported by not implemented in the function. Are there plans to implement this? Want to use this...

Hey, [this](https://discuss.streamlit.io/t/callbacks-on-custom-components-dont-seem-to-be-working-in-latest-streamlit-update/68720/5?u=rushmore) pretty much fixes breaking of callbacks in streamlit custom components. Please update.

Using the below I get irrelevant search results ``` from gnews import GNews gnews_init = GNews( language="en", max_results=10, ) final_search_term = 'S&P 500 index' news_results = gnews_init.get_news(final_search_term) ``` the output...