Keeon

Results 4 issues of Keeon

Hi - curious if this is working on M1 Macs: I'm unable to get any rendering on my: ![image](https://user-images.githubusercontent.com/3408390/149684601-8898a568-5f34-441b-9a51-b6dc10249f1e.png)

I'm playing around with the library and I noticed the URLS on mouse over / click are something like `http://localhost:8501/component/streamlit_option_menu.option_menu/index.html?streamlitUrl=http%3A%2F%2Flocalhost%3A8501%2F#` Is there a way to shorten this into something more-readable...

Using an endpoint constructed from this function: https://github.com/sportsdataverse/sportsdataverse-py/blob/4343fa413943f32833bfe77ad433f339e9d34390/sportsdataverse/mlb/mlbam_games.py#L39 https://lookup-service-prod.mlb.com/json/named.org_game_type_date_info.bam?current_sw=%27Y%27&sport_code=%27mlb%27&game_type=%27R%27&season=%272022%27 It currently returns the following: > {"org_game_type_date_info":{"copyRight":" NOTICE: This file is no longer actively supported. Please use the MLB Stats API...

The `streamlit-option-menu` package is used to render the sidebar: ![image](https://user-images.githubusercontent.com/3408390/194719826-a4da2795-ba08-4b3f-9af3-8e7c892f9283.png) This works pretty well but creates very long/verbose URLs like: - http://localhost:8502/component/streamlit_option_menu.option_menu/index.html?streamlitUrl=http%3A%2F%2Flocalhost%3A8502%2F# Instead it would be interesting what a bool...