url
stringlengths
60
60
repository_url
stringclasses
1 value
labels_url
stringlengths
74
74
comments_url
stringlengths
69
69
events_url
stringlengths
67
67
html_url
stringlengths
48
50
id
int64
571M
1.59B
node_id
stringlengths
18
32
number
int64
1.15k
6.14k
title
stringlengths
1
342
user
dict
labels
list
state
stringclasses
2 values
locked
bool
1 class
assignee
dict
assignees
list
milestone
null
comments
int64
0
51
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
author_association
stringclasses
4 values
active_lock_reason
null
body
stringlengths
0
76.3k
โŒ€
reactions
dict
timeline_url
stringlengths
69
69
performed_via_github_app
null
state_reason
stringclasses
3 values
draft
bool
2 classes
pull_request
dict
is_pull_request
bool
2 classes
https://api.github.com/repos/streamlit/streamlit/issues/1451
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1451/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1451/comments
https://api.github.com/repos/streamlit/streamlit/issues/1451/events
https://github.com/streamlit/streamlit/issues/1451
618,593,188
MDU6SXNzdWU2MTg1OTMxODg=
1,451
Windows doesn't support emojis on terminal
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1846417434, "node_id": "MDU6TGFiZWwxODQ2NDE3NDM0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:windows", "name": "area:windows", "color": "C2E0C6", "default": false, "description": "Related to Windows compatibility" } ]
closed
false
{ "login": "karriebear", "id": 24946400, "node_id": "MDQ6VXNlcjI0OTQ2NDAw", "avatar_url": "https://avatars.githubusercontent.com/u/24946400?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karriebear", "html_url": "https://github.com/karriebear", "followers_url": "https://api.github.com/users/karriebear/followers", "following_url": "https://api.github.com/users/karriebear/following{/other_user}", "gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}", "starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/karriebear/subscriptions", "organizations_url": "https://api.github.com/users/karriebear/orgs", "repos_url": "https://api.github.com/users/karriebear/repos", "events_url": "https://api.github.com/users/karriebear/events{/privacy}", "received_events_url": "https://api.github.com/users/karriebear/received_events", "type": "User", "site_admin": false }
[ { "login": "karriebear", "id": 24946400, "node_id": "MDQ6VXNlcjI0OTQ2NDAw", "avatar_url": "https://avatars.githubusercontent.com/u/24946400?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karriebear", "html_url": "https://github.com/karriebear", "followers_url": "https://api.github.com/users/karriebear/followers", "following_url": "https://api.github.com/users/karriebear/following{/other_user}", "gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}", "starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/karriebear/subscriptions", "organizations_url": "https://api.github.com/users/karriebear/orgs", "repos_url": "https://api.github.com/users/karriebear/repos", "events_url": "https://api.github.com/users/karriebear/events{/privacy}", "received_events_url": "https://api.github.com/users/karriebear/received_events", "type": "User", "site_admin": false } ]
null
1
2020-05-14T23:21:49
2020-06-08T17:58:51
2020-06-08T17:58:50
CONTRIBUTOR
null
# Steps to reproduce 1. Make sure you're on Windows 2. Make sure Streamlit is not "activated", by removing the credentials file: `rm ~/.streamlit/credentials.toml` 3. Run any Streamlit script, such as `streamlit hello` ## Expected behavior: You should see a message like this on the terminal: ``` ๐Ÿ‘‹ Welcome to Streamlit! If you are one of our development partners or are interested in getting personal technical support, please enter your email address below. Otherwise, you may leave the field blank. ``` ## Actual behavior: You see instead: ``` JUMBLEDTEXTWelcome to Streamlit! If you are one of our development partners or are interested in getting personal technical support, please enter your email address below. Otherwise, you may leave the field blank. ``` ## Is this a regression? Nope. # Additional information A good-enough solution here would be to simply not show the emoji on Windows. Bonus points if we detect whether the user is using the [new Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab#), which _does_ support emojis, and allow emojis in that case.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1451/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1451/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1450
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1450/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1450/comments
https://api.github.com/repos/streamlit/streamlit/issues/1450/events
https://github.com/streamlit/streamlit/pull/1450
618,312,970
MDExOlB1bGxSZXF1ZXN0NDE4MDYzMzg0
1,450
Keras model hash func
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-14T15:14:03
2020-05-17T22:56:51
2020-05-17T22:56:51
CONTRIBUTOR
null
Issue #838
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1450/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1450/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1450", "html_url": "https://github.com/streamlit/streamlit/pull/1450", "diff_url": "https://github.com/streamlit/streamlit/pull/1450.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1450.patch", "merged_at": "2020-05-17T22:56:50" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1449
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1449/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1449/comments
https://api.github.com/repos/streamlit/streamlit/issues/1449/events
https://github.com/streamlit/streamlit/issues/1449
618,025,797
MDU6SXNzdWU2MTgwMjU3OTc=
1,449
Make st.dataframe more awesome
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 1964011103, "node_id": "MDU6TGFiZWwxOTY0MDExMTAz", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:st.dataframe", "name": "feature:st.dataframe", "color": "C5DEF5", "default": false, "description": "" } ]
closed
false
{ "login": "nthmost", "id": 98836, "node_id": "MDQ6VXNlcjk4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nthmost", "html_url": "https://github.com/nthmost", "followers_url": "https://api.github.com/users/nthmost/followers", "following_url": "https://api.github.com/users/nthmost/following{/other_user}", "gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}", "starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nthmost/subscriptions", "organizations_url": "https://api.github.com/users/nthmost/orgs", "repos_url": "https://api.github.com/users/nthmost/repos", "events_url": "https://api.github.com/users/nthmost/events{/privacy}", "received_events_url": "https://api.github.com/users/nthmost/received_events", "type": "User", "site_admin": false }
[ { "login": "nthmost", "id": 98836, "node_id": "MDQ6VXNlcjk4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nthmost", "html_url": "https://github.com/nthmost", "followers_url": "https://api.github.com/users/nthmost/followers", "following_url": "https://api.github.com/users/nthmost/following{/other_user}", "gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}", "starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nthmost/subscriptions", "organizations_url": "https://api.github.com/users/nthmost/orgs", "repos_url": "https://api.github.com/users/nthmost/repos", "events_url": "https://api.github.com/users/nthmost/events{/privacy}", "received_events_url": "https://api.github.com/users/nthmost/received_events", "type": "User", "site_admin": false }, { "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false } ]
null
9
2020-05-14T08:20:47
2022-12-05T17:14:00
2022-06-01T01:47:56
CONTRIBUTOR
null
Once our conversion of Dataframe processing code into Arrow is complete, we can move on to some long-desired improvements to how we deal with dataframes across the board: 1. Make columns resizable 1. Add support for multidimensional arrays / multi-index dataframes 1. Add support for searching or filtering 1. Improve text justification: numbers should be right-justified, everything else left-justified. Column headers should be justified with their contents. 1. If a cell has more content than fits in its visual space, show ellipses and show full cell contents on hover. 1. Add ability to export the data to CSV (to a file or clipboard) 1. Make it friendly to text-selection + copy/paste (see #164) Plus, we should continue supporting the current features: 1. Row and column indices should be sticky 1. The table should be sortable 1. The table should support Pandas styling (blocker: background and font color; everything else: nice to have) 1. The table should support Pandas text formatting 1. Should be fast\! Only place minimal amount of nodes in the DOM (i.e. should be virtualized) And some other cool ideas of things to add * See features from \[BambooLib]([https://bamboolib.8080labs.com/features/)|https://bamboolib.8080labs.com/features/)] and \[Deepnote]([https://docs.deepnote.com/features/variable-explorer)|https://docs.deepnote.com/features/variable-explorer)]. Lots of awesome stuff in there\! * See \[QGrid for Jupyter]([https://github.com/quantopian/qgrid)|https://github.com/quantopian/qgrid)] # ## ### Other info Some React components that could help here: * \[React Base Table]([https://autodesk.github.io/react-base-table/)|https://autodesk.github.io/react-base-table/)] seems to have everything we want out of the box * I believe \[React Table]([https://github.com/tannerlinsley/react-table)|https://github.com/tannerlinsley/react-table)] can do this stuff too, but only with heavy customization * ...same for \[React Virtualized]([https://github.com/bvaughn/react-virtualized),|https://github.com/bvaughn/react-virtualized),] which is what we use today * And here's a list of \[awesome grid components]([https://github.com/FancyGrid/awesome-grid)|https://github.com/FancyGrid/awesome-grid)] There is one complicating factor: we're currently in the process of improving how we represent dataframes in our JS code #899 . So if anyone wants to take this project, please sync with @kantuni
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1449/reactions", "total_count": 20, "+1": 17, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 3 }
https://api.github.com/repos/streamlit/streamlit/issues/1449/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1448
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1448/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1448/comments
https://api.github.com/repos/streamlit/streamlit/issues/1448/events
https://github.com/streamlit/streamlit/pull/1448
617,573,286
MDExOlB1bGxSZXF1ZXN0NDE3NDYzNzg1
1,448
Reapply on_config_parsed after applying cli args
{ "login": "karriebear", "id": 24946400, "node_id": "MDQ6VXNlcjI0OTQ2NDAw", "avatar_url": "https://avatars.githubusercontent.com/u/24946400?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karriebear", "html_url": "https://github.com/karriebear", "followers_url": "https://api.github.com/users/karriebear/followers", "following_url": "https://api.github.com/users/karriebear/following{/other_user}", "gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}", "starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/karriebear/subscriptions", "organizations_url": "https://api.github.com/users/karriebear/orgs", "repos_url": "https://api.github.com/users/karriebear/repos", "events_url": "https://api.github.com/users/karriebear/events{/privacy}", "received_events_url": "https://api.github.com/users/karriebear/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-13T16:07:09
2020-07-20T15:50:44
2020-05-27T16:51:19
CONTRIBUTOR
null
**Issue:** Fixes #1321 **Description:** `set_log_level` runs once `on_config_parsed` is emitted. This can get triggered before the CLI arguments are parsed. Following changes to address this: - Before applying the CLI arguments, parse the config file if it has not already been parsed. - After applying the CLI arguments, emit `on_config_parsed`. - Update `on_config_parsed` with a flag to forcefully connect the callback with the signal. Currently a shortcut exists to bypass connecting to the signal. --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1448/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1448/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1448", "html_url": "https://github.com/streamlit/streamlit/pull/1448", "diff_url": "https://github.com/streamlit/streamlit/pull/1448.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1448.patch", "merged_at": "2020-05-27T16:51:18" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1447
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1447/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1447/comments
https://api.github.com/repos/streamlit/streamlit/issues/1447/events
https://github.com/streamlit/streamlit/issues/1447
617,532,037
MDU6SXNzdWU2MTc1MzIwMzc=
1,447
Ghost images of widgets in sidebar
{ "login": "knorthover", "id": 1843761, "node_id": "MDQ6VXNlcjE4NDM3NjE=", "avatar_url": "https://avatars.githubusercontent.com/u/1843761?v=4", "gravatar_id": "", "url": "https://api.github.com/users/knorthover", "html_url": "https://github.com/knorthover", "followers_url": "https://api.github.com/users/knorthover/followers", "following_url": "https://api.github.com/users/knorthover/following{/other_user}", "gists_url": "https://api.github.com/users/knorthover/gists{/gist_id}", "starred_url": "https://api.github.com/users/knorthover/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/knorthover/subscriptions", "organizations_url": "https://api.github.com/users/knorthover/orgs", "repos_url": "https://api.github.com/users/knorthover/repos", "events_url": "https://api.github.com/users/knorthover/events{/privacy}", "received_events_url": "https://api.github.com/users/knorthover/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
9
2020-05-13T15:11:25
2021-05-04T06:19:49
2021-02-23T18:45:00
NONE
null
# Summary Sidebar can display a non functioning duplicate image of a previously rendered widget after a rerun of a page when a widget higher up the sidebar is dropped. # Steps to reproduce What are the steps we should take to reproduce the bug: The application has a function to select time periods and/or dates. This uses two widgets. The period selector is a Selectbox, if a specific date is required the function displays a date picker below the selectbox. Further down the sidebar there is another, unrelated, simple selectbox. 1. Use the period selector to select something like "Choose date". date widget is displayed 2. Select a date, page refreshes, all widgets correctly displayed 3. Change the period to a predefined value, for example "last week". The date picker is *not* displayed, which is correct behavior. But a widget further down the page shows up twice. the first image isn't functional, the second works. it is possible to keep doing this and get 3 "copies" ## Expected behavior: Only one image for each widget ## Actual behavior: See above. <img width="169" alt="ghost_widget" src="https://user-images.githubusercontent.com/1843761/81829413-dc81ea00-9508-11ea-96ce-1cdbaad7c61d.PNG"> Once the ghost image appears the only way to get rid of it seems to be to refresh the browser window (rerunning the Streamlit page has no effect). ## Is this a regression? no # Debug info - Streamlit version: 0.57.2 through 0.59 - Python version: 3.7.7 - Using Conda? PipEnv? PyEnv? Pex? Conda for base Python, Pip install of Streamlit and all other modules. - OS version: Windows 10 - Browser version: Chrome Version 81.0.4044.138 # Additional information The application uses the SessionState gist heavily, but I don't think this behavior is directly related to that, the invocation of the duplicated image widget is a simple call to st.sidebar.selectbox with only the prompt and options arguments, default initial state setting
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1447/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1447/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1446
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1446/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1446/comments
https://api.github.com/repos/streamlit/streamlit/issues/1446/events
https://github.com/streamlit/streamlit/pull/1446
616,932,668
MDExOlB1bGxSZXF1ZXN0NDE2OTQ3NDEw
1,446
Streamlit.setWidgetValue -> setComponentValue. Added some docs.
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-12T20:18:42
2020-05-12T20:23:42
2020-05-12T20:23:38
COLLABORATOR
null
(this is just a name change, per a discussion last week)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1446/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1446/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1446", "html_url": "https://github.com/streamlit/streamlit/pull/1446", "diff_url": "https://github.com/streamlit/streamlit/pull/1446.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1446.patch", "merged_at": "2020-05-12T20:23:38" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1445
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1445/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1445/comments
https://api.github.com/repos/streamlit/streamlit/issues/1445/events
https://github.com/streamlit/streamlit/pull/1445
616,844,080
MDExOlB1bGxSZXF1ZXN0NDE2ODc2OTgy
1,445
PyTorch model hash func
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-12T17:50:00
2020-05-15T21:06:52
2020-05-15T21:06:52
CONTRIBUTOR
null
Issue #1422
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1445/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1445/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1445", "html_url": "https://github.com/streamlit/streamlit/pull/1445", "diff_url": "https://github.com/streamlit/streamlit/pull/1445.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1445.patch", "merged_at": "2020-05-15T21:06:52" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1444
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1444/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1444/comments
https://api.github.com/repos/streamlit/streamlit/issues/1444/events
https://github.com/streamlit/streamlit/pull/1444
616,774,931
MDExOlB1bGxSZXF1ZXN0NDE2ODIxMjc2
1,444
Update 3.5 references to 3.6
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
10
2020-05-12T16:01:49
2020-05-26T17:12:36
2020-05-15T21:17:52
CONTRIBUTOR
null
Per our Slack discussion yesterday, there are some places where Python 3.5 references remain. I changed these references here. Note that some of the references conditionally test for 3.6 and above (such as the Black formatter CI code), so that code could be simplified to remove the conditional test since it will evaluate true from now on
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1444/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1444/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1444", "html_url": "https://github.com/streamlit/streamlit/pull/1444", "diff_url": "https://github.com/streamlit/streamlit/pull/1444.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1444.patch", "merged_at": "2020-05-15T21:17:52" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1443
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1443/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1443/comments
https://api.github.com/repos/streamlit/streamlit/issues/1443/events
https://github.com/streamlit/streamlit/issues/1443
616,749,552
MDU6SXNzdWU2MTY3NDk1NTI=
1,443
slider with step=2 and odd numbers returns even values
{ "login": "H4dr1en", "id": 16240134, "node_id": "MDQ6VXNlcjE2MjQwMTM0", "avatar_url": "https://avatars.githubusercontent.com/u/16240134?v=4", "gravatar_id": "", "url": "https://api.github.com/users/H4dr1en", "html_url": "https://github.com/H4dr1en", "followers_url": "https://api.github.com/users/H4dr1en/followers", "following_url": "https://api.github.com/users/H4dr1en/following{/other_user}", "gists_url": "https://api.github.com/users/H4dr1en/gists{/gist_id}", "starred_url": "https://api.github.com/users/H4dr1en/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/H4dr1en/subscriptions", "organizations_url": "https://api.github.com/users/H4dr1en/orgs", "repos_url": "https://api.github.com/users/H4dr1en/repos", "events_url": "https://api.github.com/users/H4dr1en/events{/privacy}", "received_events_url": "https://api.github.com/users/H4dr1en/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
1
2020-05-12T15:27:59
2020-05-18T21:32:34
2020-05-18T21:31:59
NONE
null
# Summary Slider with step=2 and odd numbers returns even values, while one would expect odd values. # Steps to reproduce What are the steps we should take to reproduce the bug: ``` import streamlit as st st.slider("test", 11, 21, value=15, step=2) ``` ## Expected behavior: I would expect to have odd values from 11 to 21. ## Actual behavior: I get even values, except for limits (11 and 21) ## Is this a regression? Cannot say. # Debug info - Streamlit version: 0.57.3 - Python version: 3.6.10 - Using Conda - OS version: macOS 10.14 - Browser version: Firefox 76
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1443/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1443/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1442
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1442/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1442/comments
https://api.github.com/repos/streamlit/streamlit/issues/1442/events
https://github.com/streamlit/streamlit/pull/1442
616,633,001
MDExOlB1bGxSZXF1ZXN0NDE2NzA2NTQ0
1,442
Fix multiselect docstring example
{ "login": "IanCal", "id": 53767, "node_id": "MDQ6VXNlcjUzNzY3", "avatar_url": "https://avatars.githubusercontent.com/u/53767?v=4", "gravatar_id": "", "url": "https://api.github.com/users/IanCal", "html_url": "https://github.com/IanCal", "followers_url": "https://api.github.com/users/IanCal/followers", "following_url": "https://api.github.com/users/IanCal/following{/other_user}", "gists_url": "https://api.github.com/users/IanCal/gists{/gist_id}", "starred_url": "https://api.github.com/users/IanCal/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/IanCal/subscriptions", "organizations_url": "https://api.github.com/users/IanCal/orgs", "repos_url": "https://api.github.com/users/IanCal/repos", "events_url": "https://api.github.com/users/IanCal/events{/privacy}", "received_events_url": "https://api.github.com/users/IanCal/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
2
2020-05-12T12:54:34
2020-05-13T05:08:59
2020-05-13T05:08:59
CONTRIBUTOR
null
**Issue:** https://github.com/streamlit/streamlit/issues/1441 **Description:** The docstring example had three small issues: * Added a missing comma at the end of the line * Default values (currently) need to be an actual list, so changed from a tuple * Order of parameters was wrong, putting the default before the options --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1442/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1442/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1442", "html_url": "https://github.com/streamlit/streamlit/pull/1442", "diff_url": "https://github.com/streamlit/streamlit/pull/1442.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1442.patch", "merged_at": "2020-05-13T05:08:59" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1441
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1441/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1441/comments
https://api.github.com/repos/streamlit/streamlit/issues/1441/events
https://github.com/streamlit/streamlit/issues/1441
616,632,543
MDU6SXNzdWU2MTY2MzI1NDM=
1,441
Multiselect example in the documentation does not work if copied
{ "login": "IanCal", "id": 53767, "node_id": "MDQ6VXNlcjUzNzY3", "avatar_url": "https://avatars.githubusercontent.com/u/53767?v=4", "gravatar_id": "", "url": "https://api.github.com/users/IanCal", "html_url": "https://github.com/IanCal", "followers_url": "https://api.github.com/users/IanCal/followers", "following_url": "https://api.github.com/users/IanCal/following{/other_user}", "gists_url": "https://api.github.com/users/IanCal/gists{/gist_id}", "starred_url": "https://api.github.com/users/IanCal/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/IanCal/subscriptions", "organizations_url": "https://api.github.com/users/IanCal/orgs", "repos_url": "https://api.github.com/users/IanCal/repos", "events_url": "https://api.github.com/users/IanCal/events{/privacy}", "received_events_url": "https://api.github.com/users/IanCal/received_events", "type": "User", "site_admin": false }
[ { "id": 1634956291, "node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs", "name": "type:docs", "color": "0052CC", "default": false, "description": "Requests for changes to docs (will be rerouted to docs repo)" } ]
closed
false
null
[]
null
1
2020-05-12T12:53:53
2020-08-06T23:08:20
2020-05-13T15:49:37
CONTRIBUTOR
null
https://docs.streamlit.io/api.html#streamlit.multiselect The example, if copied and pasted, doesn't run. There's a few small issues with it (missing comma at the end of a line, order of parameters wrong and the defaults should be a list rather than a tuple.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1441/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1441/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1440
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1440/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1440/comments
https://api.github.com/repos/streamlit/streamlit/issues/1440/events
https://github.com/streamlit/streamlit/issues/1440
616,631,574
MDU6SXNzdWU2MTY2MzE1NzQ=
1,440
Many (maybe most) images generated by st.pyplot() break in version 0.59
{ "login": "asemic-horizon", "id": 42865953, "node_id": "MDQ6VXNlcjQyODY1OTUz", "avatar_url": "https://avatars.githubusercontent.com/u/42865953?v=4", "gravatar_id": "", "url": "https://api.github.com/users/asemic-horizon", "html_url": "https://github.com/asemic-horizon", "followers_url": "https://api.github.com/users/asemic-horizon/followers", "following_url": "https://api.github.com/users/asemic-horizon/following{/other_user}", "gists_url": "https://api.github.com/users/asemic-horizon/gists{/gist_id}", "starred_url": "https://api.github.com/users/asemic-horizon/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/asemic-horizon/subscriptions", "organizations_url": "https://api.github.com/users/asemic-horizon/orgs", "repos_url": "https://api.github.com/users/asemic-horizon/repos", "events_url": "https://api.github.com/users/asemic-horizon/events{/privacy}", "received_events_url": "https://api.github.com/users/asemic-horizon/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
{ "login": "nthmost", "id": 98836, "node_id": "MDQ6VXNlcjk4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nthmost", "html_url": "https://github.com/nthmost", "followers_url": "https://api.github.com/users/nthmost/followers", "following_url": "https://api.github.com/users/nthmost/following{/other_user}", "gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}", "starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nthmost/subscriptions", "organizations_url": "https://api.github.com/users/nthmost/orgs", "repos_url": "https://api.github.com/users/nthmost/repos", "events_url": "https://api.github.com/users/nthmost/events{/privacy}", "received_events_url": "https://api.github.com/users/nthmost/received_events", "type": "User", "site_admin": false }
[ { "login": "nthmost", "id": 98836, "node_id": "MDQ6VXNlcjk4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nthmost", "html_url": "https://github.com/nthmost", "followers_url": "https://api.github.com/users/nthmost/followers", "following_url": "https://api.github.com/users/nthmost/following{/other_user}", "gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}", "starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nthmost/subscriptions", "organizations_url": "https://api.github.com/users/nthmost/orgs", "repos_url": "https://api.github.com/users/nthmost/repos", "events_url": "https://api.github.com/users/nthmost/events{/privacy}", "received_events_url": "https://api.github.com/users/nthmost/received_events", "type": "User", "site_admin": false } ]
null
11
2020-05-12T12:52:20
2021-09-17T21:14:00
2020-06-20T00:59:21
NONE
null
I'm sorry I didn't document this well / can't generate a good bug report right now. From time to time Streamlit (v 0.58) will fail to generate an image. This manifests itself in the browser as a broken image reference and in the console as a "Missing image" error. This is very occasional and workable for my team's purposes. I upgraded to 0.59 and this became very frequent. My main viz page has 6 charts generated via st.pyplot() and always one or two are breaking. We're kind of a rinky operation with poor test tooling etc. but I can report that in v 0.58 this problem happened every 25-50 pageloads where as now it happens in pretty much every pageload. On my side I dis-upgraded to 0.58 and everything works to satisfaction again. I'm sorry I have too much on my plate and can't help more. Streamlit is surprisingly good at enabling non-"front-end engineers" to make data entry interfaces. Thanks for the great work.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1440/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1440/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1439
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1439/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1439/comments
https://api.github.com/repos/streamlit/streamlit/issues/1439/events
https://github.com/streamlit/streamlit/issues/1439
616,609,946
MDU6SXNzdWU2MTY2MDk5NDY=
1,439
ImportError .so file in python (invalid ELF header)
{ "login": "Magdiel3", "id": 17348452, "node_id": "MDQ6VXNlcjE3MzQ4NDUy", "avatar_url": "https://avatars.githubusercontent.com/u/17348452?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Magdiel3", "html_url": "https://github.com/Magdiel3", "followers_url": "https://api.github.com/users/Magdiel3/followers", "following_url": "https://api.github.com/users/Magdiel3/following{/other_user}", "gists_url": "https://api.github.com/users/Magdiel3/gists{/gist_id}", "starred_url": "https://api.github.com/users/Magdiel3/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Magdiel3/subscriptions", "organizations_url": "https://api.github.com/users/Magdiel3/orgs", "repos_url": "https://api.github.com/users/Magdiel3/repos", "events_url": "https://api.github.com/users/Magdiel3/events{/privacy}", "received_events_url": "https://api.github.com/users/Magdiel3/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
1
2020-05-12T12:17:43
2020-05-18T21:24:57
2020-05-18T21:24:50
NONE
null
# Summary I'm building a streamlit app with python and deploying it to heroku. The app uses the python wrapper from [Starspace](https://github.com/facebookresearch/StarSpace) and works locally but when running online on Heroku shows an **ImportError: /app/starwrap.so: invalid ELF header** # Steps to reproduce What are the steps we should take to reproduce the bug: 1. Cloned the [Starspace](https://github.com/facebookresearch/StarSpace) repo and followed the [steps](https://github.com/facebookresearch/StarSpace/blob/master/python/README.md#how-to-build) mentioned to compile the python wrapper 2. Moved the generated starwrapper.so to my Heroku repo and imported it like `import starwrap as sw` 3. Deploy app to Heroku ## Expected behavior: Running the streamlit app locally show no error and executes just fine. I can load a saved starspace model, make predictions and display some resutls. ## Actual behavior: In Heroku I get an error displayed when trying to import the starspace python wrapper. ImportError: /app/starwrap.so: invalid ELF header Traceback: File "/app/.heroku/python/lib/python3.8/site-packages/streamlit/ScriptRunner.py", line 322, in _run_script exec(code, module.__dict__) File "/app/collaborative_filtering_interface.py", line 3, in <module> import starwrap as sw ## Is this a regression? That is, did this use to work the way you expected in the past? No # Debug info - Streamlit version: 0.58.0 - Python version: 3.8.2 - OS version: MacOS # Additional information
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1439/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1439/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1438
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1438/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1438/comments
https://api.github.com/repos/streamlit/streamlit/issues/1438/events
https://github.com/streamlit/streamlit/pull/1438
616,241,031
MDExOlB1bGxSZXF1ZXN0NDE2MzkxNTIw
1,438
st.declare_component; custom_wrapper
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-11T22:58:02
2020-05-12T16:01:39
2020-05-12T16:01:35
COLLABORATOR
null
- Adds `st.declare_component`, which returns an instance of a new `CustomComponent` class - Adds a `@MyComponent.custom_wrapper` function decorator for customizing a component's API
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1438/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1438/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1438", "html_url": "https://github.com/streamlit/streamlit/pull/1438", "diff_url": "https://github.com/streamlit/streamlit/pull/1438.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1438.patch", "merged_at": "2020-05-12T16:01:35" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1437
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1437/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1437/comments
https://api.github.com/repos/streamlit/streamlit/issues/1437/events
https://github.com/streamlit/streamlit/pull/1437
616,114,760
MDExOlB1bGxSZXF1ZXN0NDE2Mjg5Mjc5
1,437
Remove redundant home link in menu
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[ { "id": 1634956291, "node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs", "name": "type:docs", "color": "0052CC", "default": false, "description": "Requests for changes to docs (will be rerouted to docs repo)" } ]
closed
false
null
[]
null
0
2020-05-11T19:09:18
2020-05-11T21:03:17
2020-05-11T20:37:07
CONTRIBUTOR
null
`Home` link is redundant in the menu, as the link to return home is also in the house icon one inch above it ![image](https://user-images.githubusercontent.com/2762787/81601676-47141800-9399-11ea-8ab9-cc95b73b2a3c.png)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1437/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1437/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1437", "html_url": "https://github.com/streamlit/streamlit/pull/1437", "diff_url": "https://github.com/streamlit/streamlit/pull/1437.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1437.patch", "merged_at": "2020-05-11T20:37:07" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1436
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1436/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1436/comments
https://api.github.com/repos/streamlit/streamlit/issues/1436/events
https://github.com/streamlit/streamlit/pull/1436
616,027,623
MDExOlB1bGxSZXF1ZXN0NDE2MjIwODAw
1,436
Remove unintentionally left Pipfile
{ "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-11T16:48:03
2020-05-11T19:48:18
2020-05-11T19:48:15
COLLABORATOR
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1436/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1436/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1436", "html_url": "https://github.com/streamlit/streamlit/pull/1436", "diff_url": "https://github.com/streamlit/streamlit/pull/1436.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1436.patch", "merged_at": "2020-05-11T19:48:15" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1435
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1435/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1435/comments
https://api.github.com/repos/streamlit/streamlit/issues/1435/events
https://github.com/streamlit/streamlit/pull/1435
616,007,893
MDExOlB1bGxSZXF1ZXN0NDE2MjA1MDYz
1,435
Configuring ReadtheDocs
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
2
2020-05-11T16:16:14
2020-05-13T00:43:00
2020-05-13T00:31:19
CONTRIBUTOR
null
PR adds minimum configuration options to build on ReadtheDocs hosted environment. PR is not intended to address/remove code from make process for building/submitting doc updates in current process. Post merging to `develop`, need to address the following: - [ ] Change `docs.streamlit.io` to point to RTD - [ ] Change admin panel settings to point to `develop` as latest (currently points to `rtd_test` for testing) - [ ] Decide whether to backport configuration file to version 0.59 in order to populate `stable` branch on documentation or wait until 0.60 comes out to keep version history consistent
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1435/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1435/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1435", "html_url": "https://github.com/streamlit/streamlit/pull/1435", "diff_url": "https://github.com/streamlit/streamlit/pull/1435.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1435.patch", "merged_at": "2020-05-13T00:31:19" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1434
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1434/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1434/comments
https://api.github.com/repos/streamlit/streamlit/issues/1434/events
https://github.com/streamlit/streamlit/pull/1434
615,697,462
MDExOlB1bGxSZXF1ZXN0NDE1OTUxODU1
1,434
Fix "strip()" bug when internal IP is None
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
3
2020-05-11T08:37:43
2020-05-12T19:51:18
2020-05-12T19:51:12
CONTRIBUTOR
null
Fixes #554
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1434/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1434/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1434", "html_url": "https://github.com/streamlit/streamlit/pull/1434", "diff_url": "https://github.com/streamlit/streamlit/pull/1434.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1434.patch", "merged_at": "2020-05-12T19:51:12" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1433
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1433/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1433/comments
https://api.github.com/repos/streamlit/streamlit/issues/1433/events
https://github.com/streamlit/streamlit/pull/1433
615,683,396
MDExOlB1bGxSZXF1ZXN0NDE1OTQwODUz
1,433
Fix useless stack trace from bugs like #554.
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-11T08:15:06
2020-05-11T20:58:41
2020-05-11T20:58:37
CONTRIBUTOR
null
The old code tried to work around a Tornado issue where exceptions were being swallowed, but it only partially succeeded. It showed the correct exception but the wrong stack trace. This fixes that.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1433/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1433/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1433", "html_url": "https://github.com/streamlit/streamlit/pull/1433", "diff_url": "https://github.com/streamlit/streamlit/pull/1433.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1433.patch", "merged_at": "2020-05-11T20:58:37" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1432
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1432/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1432/comments
https://api.github.com/repos/streamlit/streamlit/issues/1432/events
https://github.com/streamlit/streamlit/issues/1432
615,263,911
MDU6SXNzdWU2MTUyNjM5MTE=
1,432
grid layout for the main panel
{ "login": "jmpie1", "id": 17577859, "node_id": "MDQ6VXNlcjE3NTc3ODU5", "avatar_url": "https://avatars.githubusercontent.com/u/17577859?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jmpie1", "html_url": "https://github.com/jmpie1", "followers_url": "https://api.github.com/users/jmpie1/followers", "following_url": "https://api.github.com/users/jmpie1/following{/other_user}", "gists_url": "https://api.github.com/users/jmpie1/gists{/gist_id}", "starred_url": "https://api.github.com/users/jmpie1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jmpie1/subscriptions", "organizations_url": "https://api.github.com/users/jmpie1/orgs", "repos_url": "https://api.github.com/users/jmpie1/repos", "events_url": "https://api.github.com/users/jmpie1/events{/privacy}", "received_events_url": "https://api.github.com/users/jmpie1/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" } ]
closed
false
null
[]
null
1
2020-05-09T21:31:35
2020-08-06T23:08:20
2020-06-04T16:50:38
NONE
null
_(Note, you don't have to fill out every section here. They're just here for guidance. That said, nicely detailed feature requests are more likely to get eng attention sooner)_ ### Problem Is your feature request related to a problem? Please describe the problem here. Ex. I'm always frustrated when [...] ### Solution **MVP:** What's the smallest possible solution that would get 80% of the problem out of the way? **Possible additions:** Could you kindly add a way to create grid layout in the main panel? **Preferred solution:** If you don't like the MVP above, tell us why, and what you'd like done instead. ### Additional context Add any other context or screenshots about the feature request here. For exmaple, did this FR come from https://discuss.streamlit.io or another site? Link the original source here!
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1432/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1432/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1431
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1431/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1431/comments
https://api.github.com/repos/streamlit/streamlit/issues/1431/events
https://github.com/streamlit/streamlit/issues/1431
615,254,732
MDU6SXNzdWU2MTUyNTQ3MzI=
1,431
None object returning in file uploader widget
{ "login": "nisha-bidgely", "id": 52911917, "node_id": "MDQ6VXNlcjUyOTExOTE3", "avatar_url": "https://avatars.githubusercontent.com/u/52911917?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nisha-bidgely", "html_url": "https://github.com/nisha-bidgely", "followers_url": "https://api.github.com/users/nisha-bidgely/followers", "following_url": "https://api.github.com/users/nisha-bidgely/following{/other_user}", "gists_url": "https://api.github.com/users/nisha-bidgely/gists{/gist_id}", "starred_url": "https://api.github.com/users/nisha-bidgely/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nisha-bidgely/subscriptions", "organizations_url": "https://api.github.com/users/nisha-bidgely/orgs", "repos_url": "https://api.github.com/users/nisha-bidgely/repos", "events_url": "https://api.github.com/users/nisha-bidgely/events{/privacy}", "received_events_url": "https://api.github.com/users/nisha-bidgely/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1848183387, "node_id": "MDU6TGFiZWwxODQ4MTgzMzg3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:st.file_uploader", "name": "feature:st.file_uploader", "color": "C5DEF5", "default": false, "description": "" } ]
closed
false
{ "login": "karriebear", "id": 24946400, "node_id": "MDQ6VXNlcjI0OTQ2NDAw", "avatar_url": "https://avatars.githubusercontent.com/u/24946400?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karriebear", "html_url": "https://github.com/karriebear", "followers_url": "https://api.github.com/users/karriebear/followers", "following_url": "https://api.github.com/users/karriebear/following{/other_user}", "gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}", "starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/karriebear/subscriptions", "organizations_url": "https://api.github.com/users/karriebear/orgs", "repos_url": "https://api.github.com/users/karriebear/repos", "events_url": "https://api.github.com/users/karriebear/events{/privacy}", "received_events_url": "https://api.github.com/users/karriebear/received_events", "type": "User", "site_admin": false }
[ { "login": "karriebear", "id": 24946400, "node_id": "MDQ6VXNlcjI0OTQ2NDAw", "avatar_url": "https://avatars.githubusercontent.com/u/24946400?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karriebear", "html_url": "https://github.com/karriebear", "followers_url": "https://api.github.com/users/karriebear/followers", "following_url": "https://api.github.com/users/karriebear/following{/other_user}", "gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}", "starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/karriebear/subscriptions", "organizations_url": "https://api.github.com/users/karriebear/orgs", "repos_url": "https://api.github.com/users/karriebear/repos", "events_url": "https://api.github.com/users/karriebear/events{/privacy}", "received_events_url": "https://api.github.com/users/karriebear/received_events", "type": "User", "site_admin": false } ]
null
4
2020-05-09T20:32:41
2022-10-02T11:08:05
2020-10-12T17:34:48
NONE
null
streamlit.file_uploader() widget is returning None type object eventhough uploading a csv file.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1431/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1431/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1430
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1430/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1430/comments
https://api.github.com/repos/streamlit/streamlit/issues/1430/events
https://github.com/streamlit/streamlit/issues/1430
615,060,071
MDU6SXNzdWU2MTUwNjAwNzE=
1,430
Streamlit deletes sys.modules on reload
{ "login": "MattSegal", "id": 12790824, "node_id": "MDQ6VXNlcjEyNzkwODI0", "avatar_url": "https://avatars.githubusercontent.com/u/12790824?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MattSegal", "html_url": "https://github.com/MattSegal", "followers_url": "https://api.github.com/users/MattSegal/followers", "following_url": "https://api.github.com/users/MattSegal/following{/other_user}", "gists_url": "https://api.github.com/users/MattSegal/gists{/gist_id}", "starred_url": "https://api.github.com/users/MattSegal/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MattSegal/subscriptions", "organizations_url": "https://api.github.com/users/MattSegal/orgs", "repos_url": "https://api.github.com/users/MattSegal/repos", "events_url": "https://api.github.com/users/MattSegal/events{/privacy}", "received_events_url": "https://api.github.com/users/MattSegal/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
open
false
null
[]
null
1
2020-05-09T01:15:48
2020-09-17T08:10:38
null
NONE
null
# Summary When you run streamlit and use the reload feature it will delete entries from the sys.modules dict, causing a KeyError. # Steps to reproduce I can't seem to build a small reproducible example. It's happening to me on https://github.com/monash-emu/AuTuMN for commit 1eab4e862ae9e9aa99d489e98f13a78383cb5834 The steps to reproduce are: - run streamlit - make file change in watched module - reload page with r - see error video of reproduction: https://www.loom.com/share/74f242f7f2154708a8f54f6dff879101 ## Expected behavior: No items are deleted from sys.modules on reload ## Actual behavior: Items are deleted from sys.modules on reload ## Is this a regression? Dunno # Debug info - Streamlit version: 0.58.0 - Python version: 3.6.8 - Using virtualenv - OS version: Ubuntu 18.04.4 LTS - Browser version: Chromium ??? # Additional information Prior discussion: https://discuss.streamlit.io/t/keyerror-warnings/2474/6 I believe this line of code is the cause: https://github.com/streamlit/streamlit/blob/018f49f5ddb0fa0119c17aaf2bff1bc7f25f70e1/lib/streamlit/watcher/LocalSourcesWatcher.py#L114 I was able to stop the error from happening by hacking in a fix to that module (see linked discussion)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1430/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1430/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1429
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1429/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1429/comments
https://api.github.com/repos/streamlit/streamlit/issues/1429/events
https://github.com/streamlit/streamlit/issues/1429
615,030,429
MDU6SXNzdWU2MTUwMzA0Mjk=
1,429
Blank page in IE 11 running any streamlit script
{ "login": "nthmost", "id": 98836, "node_id": "MDQ6VXNlcjk4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nthmost", "html_url": "https://github.com/nthmost", "followers_url": "https://api.github.com/users/nthmost/followers", "following_url": "https://api.github.com/users/nthmost/following{/other_user}", "gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}", "starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nthmost/subscriptions", "organizations_url": "https://api.github.com/users/nthmost/orgs", "repos_url": "https://api.github.com/users/nthmost/repos", "events_url": "https://api.github.com/users/nthmost/events{/privacy}", "received_events_url": "https://api.github.com/users/nthmost/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1630420326, "node_id": "MDU6TGFiZWwxNjMwNDIwMzI2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:onboarding", "name": "area:onboarding", "color": "C2E0C6", "default": false, "description": "Bugs that impact a user's initial experience with Streamlit: installation, hello, running demos" }, { "id": 1846417434, "node_id": "MDU6TGFiZWwxODQ2NDE3NDM0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:windows", "name": "area:windows", "color": "C2E0C6", "default": false, "description": "Related to Windows compatibility" } ]
closed
false
null
[]
null
10
2020-05-08T23:06:47
2021-10-05T14:11:50
2021-03-26T15:26:39
CONTRIBUTOR
null
# Summary Streamlit app does not show up in Internet Explorer. Total blank page on load of any script, including `streamlit hello` # Steps to reproduce What are the steps we should take to reproduce the bug: 1. `streamlit hello` 2. Load http://localhost:8501 in Internet Explorer ## Expected behavior: Something showing in the browser. ## Actual behavior: Page is completely blank. Browser does not seem to be continuing to try to load the page (i.e. page appears to be in a "loaded" state), but nothing shows inside the browser window. <img width="984" alt="Screen Shot 2020-05-08 at 4 08 40 PM" src="https://user-images.githubusercontent.com/98836/81456195-58b1b180-9146-11ea-89b4-723d9d1bb5e1.png"> ## Is this a regression? Maybe, maybe not. Since we don't do comprehensive front-end testing, it's not clear whether or when Streamlit has ever worked in IE. # Debug info - Streamlit version: 0.59.0 - Python version: python 3.7.14 and 3.8 - Using Conda? PipEnv? PyEnv? Pex? Conda - OS version: Windows 10 - Browser version: IE 11 # Additional information Noticed by 2 different users in the past 12 hours.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1429/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1429/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1428
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1428/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1428/comments
https://api.github.com/repos/streamlit/streamlit/issues/1428/events
https://github.com/streamlit/streamlit/issues/1428
614,972,054
MDU6SXNzdWU2MTQ5NzIwNTQ=
1,428
Heatmap
{ "login": "amruta01", "id": 20716298, "node_id": "MDQ6VXNlcjIwNzE2Mjk4", "avatar_url": "https://avatars.githubusercontent.com/u/20716298?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amruta01", "html_url": "https://github.com/amruta01", "followers_url": "https://api.github.com/users/amruta01/followers", "following_url": "https://api.github.com/users/amruta01/following{/other_user}", "gists_url": "https://api.github.com/users/amruta01/gists{/gist_id}", "starred_url": "https://api.github.com/users/amruta01/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amruta01/subscriptions", "organizations_url": "https://api.github.com/users/amruta01/orgs", "repos_url": "https://api.github.com/users/amruta01/repos", "events_url": "https://api.github.com/users/amruta01/events{/privacy}", "received_events_url": "https://api.github.com/users/amruta01/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1964044893, "node_id": "MDU6TGFiZWwxOTY0MDQ0ODkz", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:charts", "name": "feature:charts", "color": "C5DEF5", "default": false, "description": "Related to charting functionality" } ]
closed
false
null
[]
null
3
2020-05-08T20:33:37
2020-06-16T13:17:19
2020-06-16T13:17:19
NONE
null
Unable to load heat map from the cache? When I rerun the heatmap, it says heatmap ... done! But I had to refresh the cash to render it
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1428/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1428/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1427
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1427/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1427/comments
https://api.github.com/repos/streamlit/streamlit/issues/1427/events
https://github.com/streamlit/streamlit/pull/1427
614,906,877
MDExOlB1bGxSZXF1ZXN0NDE1MzY3NDEz
1,427
Doc tweaks for Windows users: finding config.toml and userpath
{ "login": "nthmost", "id": 98836, "node_id": "MDQ6VXNlcjk4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nthmost", "html_url": "https://github.com/nthmost", "followers_url": "https://api.github.com/users/nthmost/followers", "following_url": "https://api.github.com/users/nthmost/following{/other_user}", "gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}", "starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nthmost/subscriptions", "organizations_url": "https://api.github.com/users/nthmost/orgs", "repos_url": "https://api.github.com/users/nthmost/repos", "events_url": "https://api.github.com/users/nthmost/events{/privacy}", "received_events_url": "https://api.github.com/users/nthmost/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
2
2020-05-08T18:27:24
2020-05-11T18:46:28
2020-05-11T18:46:28
CONTRIBUTOR
null
**Issue:** #833 **Description:** Added language mostly helpful for first-steps experiences for Windows users. --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1427/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1427/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1427", "html_url": "https://github.com/streamlit/streamlit/pull/1427", "diff_url": "https://github.com/streamlit/streamlit/pull/1427.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1427.patch", "merged_at": "2020-05-11T18:46:28" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1426
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1426/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1426/comments
https://api.github.com/repos/streamlit/streamlit/issues/1426/events
https://github.com/streamlit/streamlit/pull/1426
613,635,638
MDExOlB1bGxSZXF1ZXN0NDE0MzUyNzI5
1,426
Fixing date_input | min and max selectable date issues
{ "login": "arraydude", "id": 631997, "node_id": "MDQ6VXNlcjYzMTk5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arraydude", "html_url": "https://github.com/arraydude", "followers_url": "https://api.github.com/users/arraydude/followers", "following_url": "https://api.github.com/users/arraydude/following{/other_user}", "gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}", "starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arraydude/subscriptions", "organizations_url": "https://api.github.com/users/arraydude/orgs", "repos_url": "https://api.github.com/users/arraydude/repos", "events_url": "https://api.github.com/users/arraydude/events{/privacy}", "received_events_url": "https://api.github.com/users/arraydude/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-06T21:51:10
2020-05-08T18:46:13
2020-05-08T18:46:09
CONTRIBUTOR
null
**Issue:** This PR fixes #741 **Description:** New args: - min_date: default to 1970/1/1 - max_date: using BaseWeb's defaults --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1426/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1426/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1426", "html_url": "https://github.com/streamlit/streamlit/pull/1426", "diff_url": "https://github.com/streamlit/streamlit/pull/1426.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1426.patch", "merged_at": "2020-05-08T18:46:09" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1425
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1425/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1425/comments
https://api.github.com/repos/streamlit/streamlit/issues/1425/events
https://github.com/streamlit/streamlit/pull/1425
613,628,040
MDExOlB1bGxSZXF1ZXN0NDE0MzQ2NDAx
1,425
Components: alpha 2 cleanup
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-06T21:35:23
2020-05-06T23:02:44
2020-05-06T21:37:52
COLLABORATOR
null
Template and example code are separated into projects: - StreamlitComponent -> StreamlitComponentBase - All React code moved into "StreamlitReact.tsx" - MyComponent.tsx -> ReactTemplate.tsx - VanillaComponent moved into index.tsx - SelectableDataTable, RadioButton, CustomDataframe standalone examples And some small fixes: - Remove unsupported iframe sandbox option - Removed "setFrameHeight" and "setWidgetValue" from this.props. Just use the static Streamlit functions.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1425/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1425/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1425", "html_url": "https://github.com/streamlit/streamlit/pull/1425", "diff_url": "https://github.com/streamlit/streamlit/pull/1425.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1425.patch", "merged_at": "2020-05-06T21:37:52" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1424
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1424/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1424/comments
https://api.github.com/repos/streamlit/streamlit/issues/1424/events
https://github.com/streamlit/streamlit/pull/1424
613,553,042
MDExOlB1bGxSZXF1ZXN0NDE0Mjg1MTMy
1,424
Fix warnings in _init_.py from Sphinx
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-06T19:19:24
2020-05-26T17:12:37
2020-05-11T19:48:58
CONTRIBUTOR
null
Fixes #1421 - Using Sphinx 3.0.3 on Ubuntu 18.04LTS, Sphinx throws a bunch of spacing warnings about the docstring for `write()`. Fixed issues. - Changed spelling of "Swiss Army knife" - Changed spacing for unsafe_html warning Validated locally via `make html` to build documentation, then looked at results in Chrome 81.x
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1424/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1424/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1424", "html_url": "https://github.com/streamlit/streamlit/pull/1424", "diff_url": "https://github.com/streamlit/streamlit/pull/1424.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1424.patch", "merged_at": "2020-05-11T19:48:57" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1423
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1423/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1423/comments
https://api.github.com/repos/streamlit/streamlit/issues/1423/events
https://github.com/streamlit/streamlit/pull/1423
613,530,222
MDExOlB1bGxSZXF1ZXN0NDE0MjY2NTA5
1,423
TextArea and TextInput max_chars
{ "login": "arraydude", "id": 631997, "node_id": "MDQ6VXNlcjYzMTk5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arraydude", "html_url": "https://github.com/arraydude", "followers_url": "https://api.github.com/users/arraydude/followers", "following_url": "https://api.github.com/users/arraydude/following{/other_user}", "gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}", "starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arraydude/subscriptions", "organizations_url": "https://api.github.com/users/arraydude/orgs", "repos_url": "https://api.github.com/users/arraydude/repos", "events_url": "https://api.github.com/users/arraydude/events{/privacy}", "received_events_url": "https://api.github.com/users/arraydude/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
1
2020-05-06T18:40:14
2020-05-14T18:03:12
2020-05-14T18:03:09
CONTRIBUTOR
null
**Issue:** This PR fixes #613 **Description:** Adding max_chars arg to text area and text input --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1423/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1423/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1423", "html_url": "https://github.com/streamlit/streamlit/pull/1423", "diff_url": "https://github.com/streamlit/streamlit/pull/1423.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1423.patch", "merged_at": "2020-05-14T18:03:08" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1422
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1422/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1422/comments
https://api.github.com/repos/streamlit/streamlit/issues/1422/events
https://github.com/streamlit/streamlit/issues/1422
613,449,357
MDU6SXNzdWU2MTM0NDkzNTc=
1,422
Need hash_funcs for Torchvision model
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 1890355941, "node_id": "MDU6TGFiZWwxODkwMzU1OTQx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:cache-hash-func", "name": "feature:cache-hash-func", "color": "C5DEF5", "default": false, "description": "" } ]
closed
false
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[ { "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false } ]
null
2
2020-05-06T16:25:26
2020-05-16T04:27:57
2020-05-16T04:27:56
CONTRIBUTOR
null
Created from #1244 ``` import streamlit as st import torchvision @st.cache def fun(): model = torchvision.models.resnet18(pretrained=True) return model fun() ```
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1422/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1422/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1421
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1421/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1421/comments
https://api.github.com/repos/streamlit/streamlit/issues/1421/events
https://github.com/streamlit/streamlit/issues/1421
613,426,280
MDU6SXNzdWU2MTM0MjYyODA=
1,421
_init_ docstring throws Sphinx build warnings
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[ { "id": 1634956291, "node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs", "name": "type:docs", "color": "0052CC", "default": false, "description": "Requests for changes to docs (will be rerouted to docs repo)" } ]
closed
false
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[ { "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false } ]
null
0
2020-05-06T15:51:14
2020-05-11T19:48:58
2020-05-11T19:48:58
CONTRIBUTOR
null
When building the docs, docstring throws warnings. Marking here in advanced of cleaning up myself ``` /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:5: WARNING: Unexpected indentation. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:8: WARNING: Block quote ends without a blank line; unexpected unindent. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:10: WARNING: Unexpected indentation. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:50: WARNING: Unexpected indentation. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:52: WARNING: Literal block ends without a blank line; unexpected unindent. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:60: WARNING: Unexpected indentation. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:62: WARNING: Literal block ends without a blank line; unexpected unindent. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:66: WARNING: Unexpected indentation. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:68: WARNING: Literal block ends without a blank line; unexpected unindent. /home/rzwitch/github_work/streamlit/lib/streamlit/__init__.py:docstring of streamlit.write:82: WARNING: Unexpected indentation. ```
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1421/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1421/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1420
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1420/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1420/comments
https://api.github.com/repos/streamlit/streamlit/issues/1420/events
https://github.com/streamlit/streamlit/pull/1420
613,423,398
MDExOlB1bGxSZXF1ZXN0NDE0MTgwMTYz
1,420
Remove remaining Python 2 references
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[ { "id": 1634956291, "node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs", "name": "type:docs", "color": "0052CC", "default": false, "description": "Requests for changes to docs (will be rerouted to docs repo)" } ]
closed
false
null
[]
null
0
2020-05-06T15:47:09
2020-05-08T18:19:24
2020-05-06T16:42:37
CONTRIBUTOR
null
Removes two remaining Python 2 references from docs
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1420/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1420/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1420", "html_url": "https://github.com/streamlit/streamlit/pull/1420", "diff_url": "https://github.com/streamlit/streamlit/pull/1420.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1420.patch", "merged_at": "2020-05-06T16:42:37" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1419
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1419/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1419/comments
https://api.github.com/repos/streamlit/streamlit/issues/1419/events
https://github.com/streamlit/streamlit/pull/1419
613,387,379
MDExOlB1bGxSZXF1ZXN0NDE0MTUxMDU5
1,419
PyCapsule hash func
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
2
2020-05-06T14:57:43
2020-06-10T22:43:57
2020-06-10T22:43:57
CONTRIBUTOR
null
Issue #1244
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1419/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1419/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1419", "html_url": "https://github.com/streamlit/streamlit/pull/1419", "diff_url": "https://github.com/streamlit/streamlit/pull/1419.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1419.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/1418
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1418/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1418/comments
https://api.github.com/repos/streamlit/streamlit/issues/1418/events
https://github.com/streamlit/streamlit/issues/1418
613,067,807
MDU6SXNzdWU2MTMwNjc4MDc=
1,418
Graphistry integration
{ "login": "andfanilo", "id": 5351877, "node_id": "MDQ6VXNlcjUzNTE4Nzc=", "avatar_url": "https://avatars.githubusercontent.com/u/5351877?v=4", "gravatar_id": "", "url": "https://api.github.com/users/andfanilo", "html_url": "https://github.com/andfanilo", "followers_url": "https://api.github.com/users/andfanilo/followers", "following_url": "https://api.github.com/users/andfanilo/following{/other_user}", "gists_url": "https://api.github.com/users/andfanilo/gists{/gist_id}", "starred_url": "https://api.github.com/users/andfanilo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/andfanilo/subscriptions", "organizations_url": "https://api.github.com/users/andfanilo/orgs", "repos_url": "https://api.github.com/users/andfanilo/repos", "events_url": "https://api.github.com/users/andfanilo/events{/privacy}", "received_events_url": "https://api.github.com/users/andfanilo/received_events", "type": "User", "site_admin": false }
[ { "id": 1948948989, "node_id": "MDU6TGFiZWwxOTQ4OTQ4OTg5", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:custom-components", "name": "feature:custom-components", "color": "C5DEF5", "default": false, "description": "" } ]
closed
false
null
[]
null
24
2020-05-06T05:53:23
2021-03-26T15:25:09
2021-03-26T15:25:09
CONTRIBUTOR
null
### Problem Integrate [Graphistry](https://www.graphistry.com/) into Streamlit. The following snippet works but is not ideal : ```python g = graphistry.bind(source="src", destination="dst", node="dst").nodes(edges).edges(edges) plot = g.settings(url_params={'play': 1000, 'bg': '%230a0a0a'}).plot() iframe = '<iframe src="' + plot + '", height="800", width="100%"></iframe>' st.markdown(iframe, unsafe_allow_html=True) ``` ### Solution Test if custom components or iframe support works with Graphistry. * For custom component, we need to know if Graphistry has a React/JS library that accepts some JSON input with data and configuration to display the graph in a div. * If not possible, then try to embed the HTML directly ### Additional context [Link to original discussion](https://discuss.streamlit.io/t/streamlit-graphistry-or-other-unsupported-media/2747)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1418/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1418/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1417
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1417/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1417/comments
https://api.github.com/repos/streamlit/streamlit/issues/1417/events
https://github.com/streamlit/streamlit/issues/1417
613,013,733
MDU6SXNzdWU2MTMwMTM3MzM=
1,417
Is there any method to configure access control ?
{ "login": "yuanxin-cq", "id": 2495454, "node_id": "MDQ6VXNlcjI0OTU0NTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/2495454?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yuanxin-cq", "html_url": "https://github.com/yuanxin-cq", "followers_url": "https://api.github.com/users/yuanxin-cq/followers", "following_url": "https://api.github.com/users/yuanxin-cq/following{/other_user}", "gists_url": "https://api.github.com/users/yuanxin-cq/gists{/gist_id}", "starred_url": "https://api.github.com/users/yuanxin-cq/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yuanxin-cq/subscriptions", "organizations_url": "https://api.github.com/users/yuanxin-cq/orgs", "repos_url": "https://api.github.com/users/yuanxin-cq/repos", "events_url": "https://api.github.com/users/yuanxin-cq/events{/privacy}", "received_events_url": "https://api.github.com/users/yuanxin-cq/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" } ]
closed
false
null
[]
null
2
2020-05-06T02:43:23
2020-05-09T06:56:53
2020-05-09T06:56:52
NONE
null
Is there any method to configure access control ? if just share streamlit in workteam ,wish just can visit by using a password, such as Jupter notebook ,sets access control in a configure file.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1417/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1417/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1416
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1416/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1416/comments
https://api.github.com/repos/streamlit/streamlit/issues/1416/events
https://github.com/streamlit/streamlit/pull/1416
612,964,627
MDExOlB1bGxSZXF1ZXN0NDEzODA5NjQ4
1,416
Plugin CSS
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-05T23:56:11
2020-05-06T16:51:39
2020-05-06T16:51:36
COLLABORATOR
null
This integrates @tvst's generated Streamlit CSS file. I also added some documentation to our iframe sandbox policy. @kantuni - I've moved your dataframe example into a separate python file (`selectable_dataframe_example.py`) so that we can keep the main example file for the tutorial.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1416/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1416/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1416", "html_url": "https://github.com/streamlit/streamlit/pull/1416", "diff_url": "https://github.com/streamlit/streamlit/pull/1416.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1416.patch", "merged_at": "2020-05-06T16:51:36" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1415
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1415/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1415/comments
https://api.github.com/repos/streamlit/streamlit/issues/1415/events
https://github.com/streamlit/streamlit/pull/1415
612,257,512
MDExOlB1bGxSZXF1ZXN0NDEzMjU2ODg2
1,415
User key support
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-05T00:47:46
2020-05-05T22:07:21
2020-05-05T22:07:09
COLLABORATOR
null
If "key" is supplied, then ignore all other args when computing a component's widget_id. (This means that a component won't be re-mounted if its arguments change, allowing for things like animation and add_rows-esque functionality.)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1415/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1415/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1415", "html_url": "https://github.com/streamlit/streamlit/pull/1415", "diff_url": "https://github.com/streamlit/streamlit/pull/1415.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1415.patch", "merged_at": "2020-05-05T22:07:09" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1414
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1414/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1414/comments
https://api.github.com/repos/streamlit/streamlit/issues/1414/events
https://github.com/streamlit/streamlit/pull/1414
612,229,935
MDExOlB1bGxSZXF1ZXN0NDEzMjM0MTY3
1,414
Versioning, better component error handling, etc
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
2
2020-05-04T23:18:35
2020-05-05T21:58:25
2020-05-05T21:58:19
COLLABORATOR
null
A grab bag of little tweaks: - Simple versioning. Components send the API version they're targeting in the COMPONENT_READY message. - In the template project, don't automatically open the browser when we run yarn start - Catch and display component errors as <ErrorElement>s - Don't throw a "can't fetch component" error if we get disconnected from the server *after* having loaded that component
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1414/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1414/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1414", "html_url": "https://github.com/streamlit/streamlit/pull/1414", "diff_url": "https://github.com/streamlit/streamlit/pull/1414.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1414.patch", "merged_at": "2020-05-05T21:58:19" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1413
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1413/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1413/comments
https://api.github.com/repos/streamlit/streamlit/issues/1413/events
https://github.com/streamlit/streamlit/pull/1413
612,070,501
MDExOlB1bGxSZXF1ZXN0NDEzMTA1Nzk0
1,413
fix: date of version 0.53.0
{ "login": "pohlt", "id": 5302291, "node_id": "MDQ6VXNlcjUzMDIyOTE=", "avatar_url": "https://avatars.githubusercontent.com/u/5302291?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pohlt", "html_url": "https://github.com/pohlt", "followers_url": "https://api.github.com/users/pohlt/followers", "following_url": "https://api.github.com/users/pohlt/following{/other_user}", "gists_url": "https://api.github.com/users/pohlt/gists{/gist_id}", "starred_url": "https://api.github.com/users/pohlt/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pohlt/subscriptions", "organizations_url": "https://api.github.com/users/pohlt/orgs", "repos_url": "https://api.github.com/users/pohlt/repos", "events_url": "https://api.github.com/users/pohlt/events{/privacy}", "received_events_url": "https://api.github.com/users/pohlt/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-04T18:16:33
2020-05-12T07:00:31
2020-05-05T00:14:50
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1413/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1413/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1413", "html_url": "https://github.com/streamlit/streamlit/pull/1413", "diff_url": "https://github.com/streamlit/streamlit/pull/1413.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1413.patch", "merged_at": "2020-05-05T00:14:50" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1412
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1412/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1412/comments
https://api.github.com/repos/streamlit/streamlit/issues/1412/events
https://github.com/streamlit/streamlit/pull/1412
612,024,238
MDExOlB1bGxSZXF1ZXN0NDEzMDY5MDI5
1,412
Selectable Data Table
{ "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-04T16:58:48
2020-05-05T15:59:41
2020-05-04T19:57:35
COLLABORATOR
null
There is some cleanup that I forgot to do, but otherwise - it's done.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1412/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1412/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1412", "html_url": "https://github.com/streamlit/streamlit/pull/1412", "diff_url": "https://github.com/streamlit/streamlit/pull/1412.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1412.patch", "merged_at": "2020-05-04T19:57:35" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1411
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1411/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1411/comments
https://api.github.com/repos/streamlit/streamlit/issues/1411/events
https://github.com/streamlit/streamlit/pull/1411
612,024,135
MDExOlB1bGxSZXF1ZXN0NDEzMDY4OTQ2
1,411
Setting textarea height and unit tests
{ "login": "arraydude", "id": 631997, "node_id": "MDQ6VXNlcjYzMTk5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arraydude", "html_url": "https://github.com/arraydude", "followers_url": "https://api.github.com/users/arraydude/followers", "following_url": "https://api.github.com/users/arraydude/following{/other_user}", "gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}", "starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arraydude/subscriptions", "organizations_url": "https://api.github.com/users/arraydude/orgs", "repos_url": "https://api.github.com/users/arraydude/repos", "events_url": "https://api.github.com/users/arraydude/events{/privacy}", "received_events_url": "https://api.github.com/users/arraydude/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-04T16:58:37
2020-05-06T18:13:56
2020-05-06T18:13:53
CONTRIBUTOR
null
**Issue:** This PR fixes #277 **Description:** - New parameter to set the height manually - If the height is already passed the user could change the height manually - Added unit testing --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1411/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1411/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1411", "html_url": "https://github.com/streamlit/streamlit/pull/1411", "diff_url": "https://github.com/streamlit/streamlit/pull/1411.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1411.patch", "merged_at": "2020-05-06T18:13:53" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1410
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1410/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1410/comments
https://api.github.com/repos/streamlit/streamlit/issues/1410/events
https://github.com/streamlit/streamlit/issues/1410
611,930,896
MDU6SXNzdWU2MTE5MzA4OTY=
1,410
Streamlit app running inside Docker doesn't show logs
{ "login": "danimateos", "id": 6459411, "node_id": "MDQ6VXNlcjY0NTk0MTE=", "avatar_url": "https://avatars.githubusercontent.com/u/6459411?v=4", "gravatar_id": "", "url": "https://api.github.com/users/danimateos", "html_url": "https://github.com/danimateos", "followers_url": "https://api.github.com/users/danimateos/followers", "following_url": "https://api.github.com/users/danimateos/following{/other_user}", "gists_url": "https://api.github.com/users/danimateos/gists{/gist_id}", "starred_url": "https://api.github.com/users/danimateos/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/danimateos/subscriptions", "organizations_url": "https://api.github.com/users/danimateos/orgs", "repos_url": "https://api.github.com/users/danimateos/repos", "events_url": "https://api.github.com/users/danimateos/events{/privacy}", "received_events_url": "https://api.github.com/users/danimateos/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 1846495523, "node_id": "MDU6TGFiZWwxODQ2NDk1NTIz", "url": "https://api.github.com/repos/streamlit/streamlit/labels/containers:docker", "name": "containers:docker", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
5
2020-05-04T14:44:20
2021-03-26T15:24:16
2021-03-26T15:24:15
NONE
null
# Summary I can't seem to manage to get logging working when running a streamlit app inside Docker. Neither logging calls nor prints are not shown on console or with `docker logs`. # Steps to reproduce 1. Clone git@github.com:danimateos/streamlitdockerlog.git, cd into directory 2. Docker build ``` docker build -t strtest:latest . ``` 3. Docker run ``` docker run -p 80:8501 strtest:latest ``` 4. Go to localhost on browser. 5. Watch docker logs: ``` docker logs [your_container_name] ``` ## Expected behavior: Three lines appear in the docker logs each time the browser tab is reloaded because of the following code in app.py: ```python logging.info('info') logging.error('error') print('print') ``` ## Actual behavior: Nothing appears with docker logs. When the app is run with `streamlit run app.py`, the three lines do appear. ## Is this a regression? Not that I know. # Debug info - Streamlit version: 0.58 - Python version: 3.8.2 - Using Conda? Yes, as described in the Dockerfile - OS version: Ubuntu 20.04 - Browser version: Chrome version 81.0.4044.122 (Official Build) (64-bit) # Additional information Possibly related to #1321 or #447
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1410/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1410/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1409
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1409/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1409/comments
https://api.github.com/repos/streamlit/streamlit/issues/1409/events
https://github.com/streamlit/streamlit/pull/1409
611,893,156
MDExOlB1bGxSZXF1ZXN0NDEyOTY2MjUy
1,409
Bump https-proxy-agent to ^2.2.4
{ "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
1
2020-05-04T13:54:04
2020-05-06T10:45:29
2020-05-06T10:45:25
COLLABORATOR
null
Added the required version to yarn resolutions.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1409/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1409/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1409", "html_url": "https://github.com/streamlit/streamlit/pull/1409", "diff_url": "https://github.com/streamlit/streamlit/pull/1409.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1409.patch", "merged_at": "2020-05-06T10:45:25" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1408
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1408/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1408/comments
https://api.github.com/repos/streamlit/streamlit/issues/1408/events
https://github.com/streamlit/streamlit/issues/1408
611,399,766
MDU6SXNzdWU2MTEzOTk3NjY=
1,408
HTML - Folium - Not able to display map properly on the app despite unsafe_allow_html=True
{ "login": "Tam-plotwise", "id": 59833940, "node_id": "MDQ6VXNlcjU5ODMzOTQw", "avatar_url": "https://avatars.githubusercontent.com/u/59833940?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Tam-plotwise", "html_url": "https://github.com/Tam-plotwise", "followers_url": "https://api.github.com/users/Tam-plotwise/followers", "following_url": "https://api.github.com/users/Tam-plotwise/following{/other_user}", "gists_url": "https://api.github.com/users/Tam-plotwise/gists{/gist_id}", "starred_url": "https://api.github.com/users/Tam-plotwise/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Tam-plotwise/subscriptions", "organizations_url": "https://api.github.com/users/Tam-plotwise/orgs", "repos_url": "https://api.github.com/users/Tam-plotwise/repos", "events_url": "https://api.github.com/users/Tam-plotwise/events{/privacy}", "received_events_url": "https://api.github.com/users/Tam-plotwise/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1964044893, "node_id": "MDU6TGFiZWwxOTY0MDQ0ODkz", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:charts", "name": "feature:charts", "color": "C5DEF5", "default": false, "description": "Related to charting functionality" } ]
closed
false
null
[]
null
6
2020-05-03T12:15:41
2020-05-11T22:17:58
2020-05-11T22:17:44
NONE
null
I am creating an app using **streamlit** and **folium**. (I used `unsafe_allow_html=True` to make sure the map could be displayed in the app). My dataset contains 2000 rows. My deseriable output is a map of 2000 points, and if I click on each point, a pop up appears with information about address. - If I visualize everything **with** popup, the map **does not appear** on streamlit app. - If I visualize only 500 rows with popup, the map **appears** on streamlit app. - If I visualize everything **without** pop up, the map **appears** on streamlit app. Note that if I use folium alone, I could still manage to create an HTML map file of 2000 points with popup. It is just I could not visualize it on streamlit app. Could you have a check on this? Is it due to the size of my HTML?
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1408/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1408/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1407
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1407/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1407/comments
https://api.github.com/repos/streamlit/streamlit/issues/1407/events
https://github.com/streamlit/streamlit/pull/1407
611,344,118
MDExOlB1bGxSZXF1ZXN0NDEyNTU2NzY0
1,407
Add "make mini-devel" to install minimal dev dependencies (i.e. doesn't install all the test dependencies)
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-03T06:25:05
2020-05-11T09:54:22
2020-05-11T09:54:18
CONTRIBUTOR
null
This PR introduces the `make mini-devel` command to our Makefile. `make mini-devel` is the same as `make all-devel` but only installs dependencies you need to develop locally, assuming you don't need to run tests on your own machine. This is useful because our tests bring in a ton of dependencies that don't have much to do with the majority of development that our engineers do. For this to work, I moved the test dependencies out of Pipfile and into test-requirements.txt This is based on this discussion, in our old private eng forums (which is now deprecated!) https://discuss.streamlit.io/t/reducing-streamlit-dev-dependencies/2644/3
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1407/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1407/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1407", "html_url": "https://github.com/streamlit/streamlit/pull/1407", "diff_url": "https://github.com/streamlit/streamlit/pull/1407.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1407.patch", "merged_at": "2020-05-11T09:54:18" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1406
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1406/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1406/comments
https://api.github.com/repos/streamlit/streamlit/issues/1406/events
https://github.com/streamlit/streamlit/pull/1406
611,223,958
MDExOlB1bGxSZXF1ZXN0NDEyNDczOTAw
1,406
Support Tornado 6+
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
2
2020-05-02T16:20:07
2020-06-16T12:20:51
2020-06-16T12:20:51
CONTRIBUTOR
null
Issue #1158 https://www.tornadoweb.org/en/stable/releases/v6.0.0.html
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1406/reactions", "total_count": 3, "+1": 1, "-1": 0, "laugh": 0, "hooray": 2, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1406/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1406", "html_url": "https://github.com/streamlit/streamlit/pull/1406", "diff_url": "https://github.com/streamlit/streamlit/pull/1406.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1406.patch", "merged_at": "2020-06-16T12:20:50" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1405
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1405/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1405/comments
https://api.github.com/repos/streamlit/streamlit/issues/1405/events
https://github.com/streamlit/streamlit/pull/1405
611,124,161
MDExOlB1bGxSZXF1ZXN0NDEyNDExMjIy
1,405
Release 0.59.0
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-02T07:11:56
2020-05-06T19:34:21
2020-05-06T19:34:16
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1405/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1405/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1405", "html_url": "https://github.com/streamlit/streamlit/pull/1405", "diff_url": "https://github.com/streamlit/streamlit/pull/1405.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1405.patch", "merged_at": "2020-05-06T19:34:16" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1404
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1404/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1404/comments
https://api.github.com/repos/streamlit/streamlit/issues/1404/events
https://github.com/streamlit/streamlit/pull/1404
611,117,652
MDExOlB1bGxSZXF1ZXN0NDEyNDA2ODUx
1,404
Clean up use of LoDash
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-05-02T06:19:52
2020-05-06T19:40:30
2020-05-06T19:39:26
CONTRIBUTOR
null
While reviewing https://github.com/streamlit/streamlit/pull/1295 I noticed we're using LoDash's `flowRight` for apparently no reason. So I'm removing it here. @arraydude : I don't know LoDash well. Is there a reason why `flowRight` is preferable over pure function composition?
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1404/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1404/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1404", "html_url": "https://github.com/streamlit/streamlit/pull/1404", "diff_url": "https://github.com/streamlit/streamlit/pull/1404.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1404.patch", "merged_at": "2020-05-06T19:39:26" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1403
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1403/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1403/comments
https://api.github.com/repos/streamlit/streamlit/issues/1403/events
https://github.com/streamlit/streamlit/pull/1403
610,662,628
MDExOlB1bGxSZXF1ZXN0NDEyMDYxODM4
1,403
Replace st.beta.*/st.experimental.* with st.beta_*/st.experimental_*
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
2
2020-05-01T09:27:13
2020-05-06T19:34:53
2020-05-06T19:34:50
CONTRIBUTOR
null
Problem: `st.beta` is confusing when you consider returned DGs and sidebar: ```py x = st.beta.color_picker() x.beta.color_picker() # โ† Does not exist! x.color_picker() # โ† Weirdly, exists! st.beta.sidebar.color_picker() # โ† Does not exist! st.sidebar.beta.color_picker() # โ† Does not exist! st.sidebar.color_picker() # โ† Weirdly, exists! ``` This PR removes the `st.beta` and `st.experimental` namespaces and replaces them with simple `beta_` and `experimental_` prefixes. So you get this instead: ```py x = st.beta_color_picker() x.beta_color_picker() # โ† Exists! YAY st.sidebar.beta_color_picker() # โ† Exists! YAY ``` Cons: this is a little uglier than namespaces. Pros: solves the problem above, and is much simpler code.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1403/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1403/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1403", "html_url": "https://github.com/streamlit/streamlit/pull/1403", "diff_url": "https://github.com/streamlit/streamlit/pull/1403.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1403.patch", "merged_at": "2020-05-06T19:34:49" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1402
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1402/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1402/comments
https://api.github.com/repos/streamlit/streamlit/issues/1402/events
https://github.com/streamlit/streamlit/pull/1402
609,994,154
MDExOlB1bGxSZXF1ZXN0NDExNDk4NzUx
1,402
Bump jquery from 3.4.1 to 3.5.0 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "site_admin": false }
[ { "id": 2026998410, "node_id": "MDU6TGFiZWwyMDI2OTk4NDEw", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:dependencies", "name": "area:dependencies", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
2
2020-04-30T13:31:50
2020-04-30T18:08:10
2020-04-30T18:08:05
CONTRIBUTOR
null
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jquery/jquery/commit/7a0a850f3d41c0412609c1d32b1e602d4afe2f4e"><code>7a0a850</code></a> 3.5.0</li> <li><a href="https://github.com/jquery/jquery/commit/8570a08f6689223aa06ca8cc51d488c6d81d44f9"><code>8570a08</code></a> Release: Update AUTHORS.txt</li> <li><a href="https://github.com/jquery/jquery/commit/da3dd85b63c4e3a6a768132c2a83a1a6eec24840"><code>da3dd85</code></a> Ajax: Do not execute scripts for unsuccessful HTTP responses</li> <li><a href="https://github.com/jquery/jquery/commit/065143c2e93512eb0c82d1b344b71d06eb7cf01c"><code>065143c</code></a> Ajax: Overwrite s.contentType with content-type header value, if any</li> <li><a href="https://github.com/jquery/jquery/commit/1a4f10ddc37c34c6dc3a451ee451b5c6cf367399"><code>1a4f10d</code></a> Tests: Blacklist one focusin test in IE</li> <li><a href="https://github.com/jquery/jquery/commit/9e15d6b469556eccfa607c5ecf53b20c84529125"><code>9e15d6b</code></a> Event: Use only one focusin/out handler per matching window &amp; document</li> <li><a href="https://github.com/jquery/jquery/commit/966a70909019aa09632c87c0002c522fa4a1e30e"><code>966a709</code></a> Manipulation: Skip the select wrapper for &lt;option&gt; outside of IE 9</li> <li><a href="https://github.com/jquery/jquery/commit/1d61fd9407e6fbe82fe55cb0b938307aa0791f77"><code>1d61fd9</code></a> Manipulation: Make jQuery.htmlPrefilter an identity function</li> <li><a href="https://github.com/jquery/jquery/commit/04bf577e2f961c9dde85ddadc77f71bc7bc671cc"><code>04bf577</code></a> Selector: Update Sizzle from 2.3.4 to 2.3.5</li> <li><a href="https://github.com/jquery/jquery/commit/7506c9ca62a2f3ef773e19385918c31e9d62d412"><code>7506c9c</code></a> Build: Resolve Travis config warnings</li> <li>Additional commits viewable in <a href="https://github.com/jquery/jquery/compare/3.4.1...3.5.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~mgol">mgol</a>, a new releaser for jquery since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jquery&package-manager=npm_and_yarn&previous-version=3.4.1&new-version=3.5.0)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/streamlit/streamlit/network/alerts). </details>
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1402/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1402/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1402", "html_url": "https://github.com/streamlit/streamlit/pull/1402", "diff_url": "https://github.com/streamlit/streamlit/pull/1402.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1402.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/1401
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1401/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1401/comments
https://api.github.com/repos/streamlit/streamlit/issues/1401/events
https://github.com/streamlit/streamlit/pull/1401
609,693,174
MDExOlB1bGxSZXF1ZXN0NDExMjM1Mjk1
1,401
Change list() cast
{ "login": "arnaudmiribel", "id": 7164864, "node_id": "MDQ6VXNlcjcxNjQ4NjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/7164864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arnaudmiribel", "html_url": "https://github.com/arnaudmiribel", "followers_url": "https://api.github.com/users/arnaudmiribel/followers", "following_url": "https://api.github.com/users/arnaudmiribel/following{/other_user}", "gists_url": "https://api.github.com/users/arnaudmiribel/gists{/gist_id}", "starred_url": "https://api.github.com/users/arnaudmiribel/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arnaudmiribel/subscriptions", "organizations_url": "https://api.github.com/users/arnaudmiribel/orgs", "repos_url": "https://api.github.com/users/arnaudmiribel/repos", "events_url": "https://api.github.com/users/arnaudmiribel/events{/privacy}", "received_events_url": "https://api.github.com/users/arnaudmiribel/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
1
2020-04-30T08:07:10
2020-05-07T07:52:27
2020-05-07T07:52:27
COLLABORATOR
null
--- **Issue:** [1397 - Multiselect check for defaults goes wrong if not a list](https://github.com/streamlit/streamlit/issues/1397) **Description:** - Use `list(iterable)` instead of `[iterable]` to avoid errors (see Issue) because if `iterable` is a tuple, then it converts not to a list, but to a list of tuple. Also [from SO](https://stackoverflow.com/questions/3790848/fastest-way-to-convert-an-iterator-to-a-list) it looks like a preferred practice overall --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1401/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1401/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1401", "html_url": "https://github.com/streamlit/streamlit/pull/1401", "diff_url": "https://github.com/streamlit/streamlit/pull/1401.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1401.patch", "merged_at": "2020-05-07T07:52:27" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1400
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1400/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1400/comments
https://api.github.com/repos/streamlit/streamlit/issues/1400/events
https://github.com/streamlit/streamlit/pull/1400
609,678,121
MDExOlB1bGxSZXF1ZXN0NDExMjIyNDg4
1,400
Add theme for custom components
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", "following_url": "https://api.github.com/users/tvst/following{/other_user}", "gists_url": "https://api.github.com/users/tvst/gists{/gist_id}", "starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tvst/subscriptions", "organizations_url": "https://api.github.com/users/tvst/orgs", "repos_url": "https://api.github.com/users/tvst/repos", "events_url": "https://api.github.com/users/tvst/events{/privacy}", "received_events_url": "https://api.github.com/users/tvst/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-30T07:46:07
2020-05-05T08:09:04
2020-05-05T08:09:00
CONTRIBUTOR
null
This adds `frontend/src/assets/css/custom_components_theme.scss` and tweaks a couple of things in our existing theme to make them reusable in the new file. The idea is that the Custom Components team should build a CSS file from the new SCSS file to ship with our boilerplate: ``` sass frontend/src/assets/css/custom_components_theme.scss streamlit_theme_css ``` (where `sass` [should first be installed](https://sass-lang.com/install))
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1400/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1400/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1400", "html_url": "https://github.com/streamlit/streamlit/pull/1400", "diff_url": "https://github.com/streamlit/streamlit/pull/1400.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1400.patch", "merged_at": "2020-05-05T08:09:00" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1399
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1399/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1399/comments
https://api.github.com/repos/streamlit/streamlit/issues/1399/events
https://github.com/streamlit/streamlit/pull/1399
609,587,487
MDExOlB1bGxSZXF1ZXN0NDExMTQ0MDcy
1,399
Bump jquery to ^3.5.0
{ "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false }
[ { "id": 1522696937, "node_id": "MDU6TGFiZWwxNTIyNjk2OTM3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:security", "name": "area:security", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
0
2020-04-30T05:16:52
2020-04-30T18:09:11
2020-04-30T18:09:06
COLLABORATOR
null
Fixes a security vulnerability.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1399/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1399/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1399", "html_url": "https://github.com/streamlit/streamlit/pull/1399", "diff_url": "https://github.com/streamlit/streamlit/pull/1399.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1399.patch", "merged_at": "2020-04-30T18:09:06" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1398
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1398/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1398/comments
https://api.github.com/repos/streamlit/streamlit/issues/1398/events
https://github.com/streamlit/streamlit/issues/1398
609,329,765
MDU6SXNzdWU2MDkzMjk3NjU=
1,398
make all-devel missing mypy-protobuf
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
6
2020-04-29T20:15:55
2021-11-09T21:39:30
2021-11-09T21:39:30
CONTRIBUTOR
null
# Summary When running `make all-devel` for first time, process fails because `mypy-protobuf` is not installed. # Steps to reproduce What are the steps we should take to reproduce the bug: ``` git clone streamlit make all-devel ``` ## Expected behavior: Would expect make process to build working environment ## Actual behavior: ``` protoc \ --proto_path=proto \ --python_out=lib \ --mypy_out=lib \ proto/streamlit/proto/*.proto protoc-gen-mypy: program not found or is not executable --mypy_out: protoc-gen-mypy: Plugin failed with status code 1. Makefile:197: recipe for target 'protobuf' failed make: *** [protobuf] Error 1 ``` ## Is this a regression? No # Debug info - Streamlit version: (get it with `$ streamlit version`) - Python version: (get it with `$ python --version`) - Using Conda? PipEnv? PyEnv? Pex? - OS version: - Browser version: # Additional information Fix appears to be `pip install mypy-protobuf`
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1398/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1398/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1397
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1397/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1397/comments
https://api.github.com/repos/streamlit/streamlit/issues/1397/events
https://github.com/streamlit/streamlit/issues/1397
609,015,144
MDU6SXNzdWU2MDkwMTUxNDQ=
1,397
Multiselect check for defaults goes wrong if not a list
{ "login": "arnaudmiribel", "id": 7164864, "node_id": "MDQ6VXNlcjcxNjQ4NjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/7164864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arnaudmiribel", "html_url": "https://github.com/arnaudmiribel", "followers_url": "https://api.github.com/users/arnaudmiribel/followers", "following_url": "https://api.github.com/users/arnaudmiribel/following{/other_user}", "gists_url": "https://api.github.com/users/arnaudmiribel/gists{/gist_id}", "starred_url": "https://api.github.com/users/arnaudmiribel/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arnaudmiribel/subscriptions", "organizations_url": "https://api.github.com/users/arnaudmiribel/orgs", "repos_url": "https://api.github.com/users/arnaudmiribel/repos", "events_url": "https://api.github.com/users/arnaudmiribel/events{/privacy}", "received_events_url": "https://api.github.com/users/arnaudmiribel/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
2
2020-04-29T12:24:20
2020-05-20T18:29:41
2020-05-20T18:29:41
COLLABORATOR
null
# Summary When using `st.multiselect()`, there's an error being thrown out if default values are given in a tuple instead of a list. **See additional info for a solution. I'm happy to do a PR if you're ok with my point.** # Steps to reproduce 1. Create an `app.py` with the following: ```python import streamlit as st INTENSITIES = ("a", "b", "c") st.multiselect( label="Choose among:", options=INTENSITIES, default=INTENSITIES, ) ``` 2. Now run `streamlit run app.py`. ## Expected behavior: The code above should work and print the following: ![image](https://user-images.githubusercontent.com/7164864/80595482-1b05a800-8a25-11ea-8764-20934e347c37.png) It does work if given `list` objects as in: ```python st.multiselect( label="Choose among:", options=list(INTENSITIES), default=list(INTENSITIES), ) ``` ## Actual behavior: Error shows: ```python StreamlitAPIException: Every Multiselect default value must exist in options ``` ## Is this a regression? Not sure about this. Didn't try before. # Debug info - Streamlit version: 0.58.0 - Python version: Python 3.6.9 :: Anaconda, Inc. - Using Conda - OS version: macOS Mojave 10.14.6 - Browser version: Google Chrome 81.0.4044.92 # Additional info Code responsible seems to [be here](https://github.com/streamlit/streamlit/blob/e1431cf04523a1e8f2a32eff1e223dae20219087/lib/streamlit/DeltaGenerator.py#L1685) when casting to list: ``` if not isinstance(default_values, list): default_values = [default_values] ``` Should rather be: ``` if not isinstance(default_values, list): default_values = list(default_values) ``` Otherwise, in the `tuple` case, `("a", "b", "c")` is converted to `[("a", "b", "c")]` hence the error.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1397/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1397/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1396
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1396/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1396/comments
https://api.github.com/repos/streamlit/streamlit/issues/1396/events
https://github.com/streamlit/streamlit/pull/1396
608,738,410
MDExOlB1bGxSZXF1ZXN0NDEwNDU3OTM5
1,396
"Vanilla" component template
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-29T02:40:45
2020-04-29T02:46:31
2020-04-29T02:46:27
COLLABORATOR
null
- The Streamlit API is now encapsulated in "streamlit.ts", which doesn't use React. - Added VanillaComponent, an example component that doesn't use React.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1396/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1396/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1396", "html_url": "https://github.com/streamlit/streamlit/pull/1396", "diff_url": "https://github.com/streamlit/streamlit/pull/1396.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1396.patch", "merged_at": "2020-04-29T02:46:27" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1395
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1395/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1395/comments
https://api.github.com/repos/streamlit/streamlit/issues/1395/events
https://github.com/streamlit/streamlit/issues/1395
608,596,597
MDU6SXNzdWU2MDg1OTY1OTc=
1,395
pydeck_chart doesn't properly render 3D plots created using PointCloudLayer
{ "login": "yaserkl", "id": 6896361, "node_id": "MDQ6VXNlcjY4OTYzNjE=", "avatar_url": "https://avatars.githubusercontent.com/u/6896361?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yaserkl", "html_url": "https://github.com/yaserkl", "followers_url": "https://api.github.com/users/yaserkl/followers", "following_url": "https://api.github.com/users/yaserkl/following{/other_user}", "gists_url": "https://api.github.com/users/yaserkl/gists{/gist_id}", "starred_url": "https://api.github.com/users/yaserkl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yaserkl/subscriptions", "organizations_url": "https://api.github.com/users/yaserkl/orgs", "repos_url": "https://api.github.com/users/yaserkl/repos", "events_url": "https://api.github.com/users/yaserkl/events{/privacy}", "received_events_url": "https://api.github.com/users/yaserkl/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1964044893, "node_id": "MDU6TGFiZWwxOTY0MDQ0ODkz", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:charts", "name": "feature:charts", "color": "C5DEF5", "default": false, "description": "Related to charting functionality" } ]
closed
false
null
[]
null
2
2020-04-28T20:32:03
2020-06-16T13:16:05
2020-06-16T13:16:04
NONE
null
I have created the following example that shows that streamlit is not able to properly render a 3D plot using PointCloudLayer. # Code import streamlit as st import pandas as pd import numpy as np from sklearn.preprocessing import MinMaxScaler import pydeck MAPBOX_API_KEY='' @st.cache def genenerate_date(): data = pd.DataFrame(np.random.rand(100,3)) data.columns = ['x', 'y', 'z'] return data data_load_state = st.text('Loading data...') data = genenerate_date() data_load_state.text("Done! (using st.cache)") if st.checkbox('Show raw data'): st.subheader('Raw data') st.write(data) scaler = MinMaxScaler(feature_range=(0, 255)) rgb = pd.DataFrame(scaler.fit_transform(data)) rgb.columns = ['r','g','b'] rgb = rgb.astype(int) data = pd.concat([data, rgb], axis=1) target = list(data.mean()[['x','y','z']].values) view_state = pydeck.ViewState(target=target, controller=True, rotation_x=0, rotation_orbit=0, zoom=5) #view_state = pydeck.ViewState(offset=[0, 0], latitude=None, longitude=None, bearing=None, pitch=None, zoom=1) view = pydeck.View(type="OrbitView", controller=True) point_cloud_layer = pydeck.Layer( "PointCloudLayer", data=data, get_position=['x','y','z'],#[0:2]+['{} * 100000'.format(features[-1])], get_color=["r", "g", "b"], get_normal=[0, 0, 1], auto_highlight=True, pickable=True, point_size=1, radiusPixels=1, ) pydeck_obj = pydeck.Deck( map_style=None, mapbox_key=MAPBOX_API_KEY, initial_view_state=view_state, layers=[point_cloud_layer], views=[view] ) st.pydeck_chart(pydeck_obj=pydeck_obj) ''' st.deck_gl_chart(spec={'height':500, 'width':500, 'viewport':{'x':0, 'y':0, 'width':500, 'height':500}, 'layers':[{ 'data':data, 'type':'PointCloudLayer', 'get_position' : features, 'get_color' : ["r", "g", "b"], 'get_normal' : [0, 0, 1], 'point_size' : 1, 'radiusPixels':1 }]}) ''' I've also tried using `deck_gl_chart` function but that didn't work either. # Output <img width="758" alt="Screen Shot 2020-04-28 at 4 31 05 PM" src="https://user-images.githubusercontent.com/6896361/80534727-b3405600-896d-11ea-9a61-431c32941c24.png">
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1395/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1395/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1394
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1394/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1394/comments
https://api.github.com/repos/streamlit/streamlit/issues/1394/events
https://github.com/streamlit/streamlit/pull/1394
608,506,481
MDExOlB1bGxSZXF1ZXN0NDEwMjcyMjE0
1,394
torch tensorbase
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
2
2020-04-28T17:58:19
2020-05-08T02:43:33
2020-05-08T02:43:33
CONTRIBUTOR
null
Issue #1268
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1394/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1394/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1394", "html_url": "https://github.com/streamlit/streamlit/pull/1394", "diff_url": "https://github.com/streamlit/streamlit/pull/1394.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1394.patch", "merged_at": "2020-05-08T02:43:33" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1393
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1393/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1393/comments
https://api.github.com/repos/streamlit/streamlit/issues/1393/events
https://github.com/streamlit/streamlit/pull/1393
608,506,210
MDExOlB1bGxSZXF1ZXN0NDEwMjcyMDA5
1,393
socket hash func
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-28T17:57:54
2020-05-01T19:41:36
2020-05-01T19:41:36
CONTRIBUTOR
null
Issue #852
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1393/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1393/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1393", "html_url": "https://github.com/streamlit/streamlit/pull/1393", "diff_url": "https://github.com/streamlit/streamlit/pull/1393.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1393.patch", "merged_at": "2020-05-01T19:41:36" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1392
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1392/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1392/comments
https://api.github.com/repos/streamlit/streamlit/issues/1392/events
https://github.com/streamlit/streamlit/pull/1392
608,505,597
MDExOlB1bGxSZXF1ZXN0NDEwMjcxNTI0
1,392
Torch tensor hash_func
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-28T17:56:55
2020-05-02T00:03:49
2020-05-02T00:03:49
CONTRIBUTOR
null
Issue #1388
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1392/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1392/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1392", "html_url": "https://github.com/streamlit/streamlit/pull/1392", "diff_url": "https://github.com/streamlit/streamlit/pull/1392.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1392.patch", "merged_at": "2020-05-02T00:03:49" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1391
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1391/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1391/comments
https://api.github.com/repos/streamlit/streamlit/issues/1391/events
https://github.com/streamlit/streamlit/pull/1391
607,892,051
MDExOlB1bGxSZXF1ZXN0NDA5Nzc3OTgy
1,391
Allow serving components from a URL
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-27T22:19:22
2020-04-28T16:10:14
2020-04-28T16:10:06
COLLABORATOR
null
- `yarn start` works to serve components - I renamed `connectToStreamlit()` -> `withStreamlitConnection()`
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1391/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1391/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1391", "html_url": "https://github.com/streamlit/streamlit/pull/1391", "diff_url": "https://github.com/streamlit/streamlit/pull/1391.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1391.patch", "merged_at": "2020-04-28T16:10:06" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1390
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1390/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1390/comments
https://api.github.com/repos/streamlit/streamlit/issues/1390/events
https://github.com/streamlit/streamlit/issues/1390
607,862,358
MDU6SXNzdWU2MDc4NjIzNTg=
1,390
cannot cache function that does not accept an argument
{ "login": "ericmjl", "id": 2631566, "node_id": "MDQ6VXNlcjI2MzE1NjY=", "avatar_url": "https://avatars.githubusercontent.com/u/2631566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericmjl", "html_url": "https://github.com/ericmjl", "followers_url": "https://api.github.com/users/ericmjl/followers", "following_url": "https://api.github.com/users/ericmjl/following{/other_user}", "gists_url": "https://api.github.com/users/ericmjl/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericmjl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericmjl/subscriptions", "organizations_url": "https://api.github.com/users/ericmjl/orgs", "repos_url": "https://api.github.com/users/ericmjl/repos", "events_url": "https://api.github.com/users/ericmjl/events{/privacy}", "received_events_url": "https://api.github.com/users/ericmjl/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1607719438, "node_id": "MDU6TGFiZWwxNjA3NzE5NDM4", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:cache", "name": "feature:cache", "color": "C5DEF5", "default": false, "description": "Related to st.cache, st.experimental_singleton, st.experimental_memo" } ]
closed
false
null
[]
null
4
2020-04-27T21:22:13
2020-06-16T13:18:59
2020-06-16T13:18:59
NONE
null
# Summary As per title. # Steps to reproduce I created a dummy app that had the following: ```python import streamlit as st @st.cache def load_data(): return 5 x = load_data() ``` ## Expected behavior: I expect the function to just be cached deterministically, as if I were using the `lru_cache` instead. It's nice to eliminate one more import line :smile:. ## Actual behavior: Instead, I see the following error: ``` InternalHashError: 'NoneType' object has no attribute 'startswith' While caching the body of load_data(), Streamlit encountered an object of type builtins.function, which it does not know how to hash. ``` ## Is this a regression? I think it _might_ be a regression, but I'm not 100% sure. # Debug info - Streamlit version: 0.57.3 - Python version: 3.8.1 - Using Conda - OS version: CentOS7 - Browser version: Chrome 81.0.4044.122
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1390/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1390/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1389
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1389/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1389/comments
https://api.github.com/repos/streamlit/streamlit/issues/1389/events
https://github.com/streamlit/streamlit/issues/1389
607,731,345
MDU6SXNzdWU2MDc3MzEzNDU=
1,389
Quick wins
{ "login": "arraydude", "id": 631997, "node_id": "MDQ6VXNlcjYzMTk5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arraydude", "html_url": "https://github.com/arraydude", "followers_url": "https://api.github.com/users/arraydude/followers", "following_url": "https://api.github.com/users/arraydude/following{/other_user}", "gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}", "starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arraydude/subscriptions", "organizations_url": "https://api.github.com/users/arraydude/orgs", "repos_url": "https://api.github.com/users/arraydude/repos", "events_url": "https://api.github.com/users/arraydude/events{/privacy}", "received_events_url": "https://api.github.com/users/arraydude/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-27T17:43:56
2020-06-08T16:51:55
2020-06-08T16:51:55
CONTRIBUTOR
null
type: **epic** This epic contains a batch of issues that would be easy to tackle.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1389/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1389/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1388
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1388/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1388/comments
https://api.github.com/repos/streamlit/streamlit/issues/1388/events
https://github.com/streamlit/streamlit/issues/1388
607,662,164
MDU6SXNzdWU2MDc2NjIxNjQ=
1,388
Need hash func for Torch.Tensor
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 1890355941, "node_id": "MDU6TGFiZWwxODkwMzU1OTQx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:cache-hash-func", "name": "feature:cache-hash-func", "color": "C5DEF5", "default": false, "description": "" } ]
closed
false
null
[]
null
2
2020-04-27T15:56:49
2020-05-04T17:32:12
2020-05-04T17:32:12
CONTRIBUTOR
null
Here's a simple example of a program that can't be cached: ``` import torch import streamlit as st @st.cache def makeTensor(i,j): t = torch.zeros([i,j],dtype=torch.int32) return t st.title('Tensor test') st.write(makeTensor(1,2)) ``` which gives > UnhashableTypeError: Cannot hash object of type torch.Tensor, found in the return value of makeTensor(). From [comment](https://github.com/streamlit/streamlit/issues/1268#issuecomment-607569208) on #1268
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1388/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1388/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1387
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1387/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1387/comments
https://api.github.com/repos/streamlit/streamlit/issues/1387/events
https://github.com/streamlit/streamlit/pull/1387
606,520,555
MDExOlB1bGxSZXF1ZXN0NDA4NzE1NzQy
1,387
Fix typos
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-24T19:02:21
2020-05-01T18:17:44
2020-04-30T01:45:18
CONTRIBUTOR
null
**Issue:** Simple typos, didn't create issue **Description:** - In `advanced_caching.md`, deleted redundant example link - In `caching.md`, capitalized first letter of sentence - In `getting_started.md`, changed capitalization of deck.gl. From their documentation, it appears that it should either be all capitals or all lowercase - In `main_concepts.md`, changed 'that' to 'the' for proper grammar --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1387/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1387/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1387", "html_url": "https://github.com/streamlit/streamlit/pull/1387", "diff_url": "https://github.com/streamlit/streamlit/pull/1387.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1387.patch", "merged_at": "2020-04-30T01:45:18" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1386
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1386/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1386/comments
https://api.github.com/repos/streamlit/streamlit/issues/1386/events
https://github.com/streamlit/streamlit/issues/1386
606,518,201
MDU6SXNzdWU2MDY1MTgyMDE=
1,386
Handle websocket connection timeouts gracefully
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1964240426, "node_id": "MDU6TGFiZWwxOTY0MjQwNDI2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:network", "name": "area:network", "color": "C2E0C6", "default": false, "description": "" } ]
open
false
null
[]
null
1
2020-04-24T18:57:37
2022-09-30T08:17:29
null
CONTRIBUTOR
null
From [discussion](https://discuss.streamlit.io/t/crosstalk-between-streamlit-sessions-with-multiple-users/319/13?u=jonathan_rhone) > what we were seeing was behavior due to how our load balancer was configured. We are running streamlit in a docker container on GKE behind a load balancer. Our websockets were timing out at 30s by default even if they were active (https://cloud.google.com/load-balancing/docs/backend-service#backend_service_settings 4). **The websocket connection breaking and instantly reconnecting in a browser caused some really odd behavior (multiple plots to load, sometimes certain plots would not load).**
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1386/reactions", "total_count": 6, "+1": 6, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1386/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1385
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1385/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1385/comments
https://api.github.com/repos/streamlit/streamlit/issues/1385/events
https://github.com/streamlit/streamlit/issues/1385
606,495,694
MDU6SXNzdWU2MDY0OTU2OTQ=
1,385
Need hash_func for type MappingProxy
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 1890355941, "node_id": "MDU6TGFiZWwxODkwMzU1OTQx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:cache-hash-func", "name": "feature:cache-hash-func", "color": "C5DEF5", "default": false, "description": "" } ]
closed
false
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[ { "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false } ]
null
1
2020-04-24T18:14:00
2020-04-27T20:41:54
2020-04-27T20:41:54
CONTRIBUTOR
null
```import streamlit as st from types import MappingProxyType class C(): a = 1 @st.cache(allow_output_mutation=True) def f(): return C.__dict__['a'] f() ``` raises `UnhashableType: Cannot hash object of type mappingproxy` Originated from #1244
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1385/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1385/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1384
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1384/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1384/comments
https://api.github.com/repos/streamlit/streamlit/issues/1384/events
https://github.com/streamlit/streamlit/issues/1384
606,179,680
MDU6SXNzdWU2MDYxNzk2ODA=
1,384
Volunteer
{ "login": "iteachmachines", "id": 28415806, "node_id": "MDQ6VXNlcjI4NDE1ODA2", "avatar_url": "https://avatars.githubusercontent.com/u/28415806?v=4", "gravatar_id": "", "url": "https://api.github.com/users/iteachmachines", "html_url": "https://github.com/iteachmachines", "followers_url": "https://api.github.com/users/iteachmachines/followers", "following_url": "https://api.github.com/users/iteachmachines/following{/other_user}", "gists_url": "https://api.github.com/users/iteachmachines/gists{/gist_id}", "starred_url": "https://api.github.com/users/iteachmachines/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/iteachmachines/subscriptions", "organizations_url": "https://api.github.com/users/iteachmachines/orgs", "repos_url": "https://api.github.com/users/iteachmachines/repos", "events_url": "https://api.github.com/users/iteachmachines/events{/privacy}", "received_events_url": "https://api.github.com/users/iteachmachines/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" } ]
closed
false
null
[]
null
2
2020-04-24T09:36:37
2020-04-28T13:17:15
2020-04-28T13:16:59
NONE
null
Hello everyone I am very much interested in contributing in streamlit.Can anyone guide me on how to get started?
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1384/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1384/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1383
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1383/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1383/comments
https://api.github.com/repos/streamlit/streamlit/issues/1383/events
https://github.com/streamlit/streamlit/issues/1383
606,110,639
MDU6SXNzdWU2MDYxMTA2Mzk=
1,383
Deploying Streamlit on port 80
{ "login": "mr-fcharles", "id": 29484911, "node_id": "MDQ6VXNlcjI5NDg0OTEx", "avatar_url": "https://avatars.githubusercontent.com/u/29484911?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mr-fcharles", "html_url": "https://github.com/mr-fcharles", "followers_url": "https://api.github.com/users/mr-fcharles/followers", "following_url": "https://api.github.com/users/mr-fcharles/following{/other_user}", "gists_url": "https://api.github.com/users/mr-fcharles/gists{/gist_id}", "starred_url": "https://api.github.com/users/mr-fcharles/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mr-fcharles/subscriptions", "organizations_url": "https://api.github.com/users/mr-fcharles/orgs", "repos_url": "https://api.github.com/users/mr-fcharles/repos", "events_url": "https://api.github.com/users/mr-fcharles/events{/privacy}", "received_events_url": "https://api.github.com/users/mr-fcharles/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
2
2020-04-24T07:42:31
2020-04-25T00:46:34
2020-04-24T22:29:50
NONE
null
Hi! I'm trying trying hard to redirect traffic from port 80 of my server to port 8501 where Streamlit runs by default. I tried both the methods described linked in the official faq ([here](https://github.com/streamlit/streamlit/wiki/FAQ)) aka the one with apache2 and the one with Nginx but after successfully using the reverse proxy ([here](https://discuss.streamlit.io/t/configuring-apache-2-4-for-proxy/1866/4)) the page gets stuck and never loads (as shown in the picture below) <img width="1197" alt="Schermata 2020-04-23 alle 22 28 09" src="https://user-images.githubusercontent.com/29484911/80186808-e0f46a80-860e-11ea-9181-0ff5a0875be8.png"> I successfully managed to use the following command on ubuntu to reroute traffic from port 80 to 8051 `sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8501` However I'm really looking forward to get it working with either apache2 or Nginx in order to use https. I'm currently using streamlit 0.58
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1383/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1383/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1382
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1382/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1382/comments
https://api.github.com/repos/streamlit/streamlit/issues/1382/events
https://github.com/streamlit/streamlit/issues/1382
605,909,959
MDU6SXNzdWU2MDU5MDk5NTk=
1,382
st.video() is not working with wmv file
{ "login": "TiankangXie", "id": 32200401, "node_id": "MDQ6VXNlcjMyMjAwNDAx", "avatar_url": "https://avatars.githubusercontent.com/u/32200401?v=4", "gravatar_id": "", "url": "https://api.github.com/users/TiankangXie", "html_url": "https://github.com/TiankangXie", "followers_url": "https://api.github.com/users/TiankangXie/followers", "following_url": "https://api.github.com/users/TiankangXie/following{/other_user}", "gists_url": "https://api.github.com/users/TiankangXie/gists{/gist_id}", "starred_url": "https://api.github.com/users/TiankangXie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/TiankangXie/subscriptions", "organizations_url": "https://api.github.com/users/TiankangXie/orgs", "repos_url": "https://api.github.com/users/TiankangXie/repos", "events_url": "https://api.github.com/users/TiankangXie/events{/privacy}", "received_events_url": "https://api.github.com/users/TiankangXie/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 1846417434, "node_id": "MDU6TGFiZWwxODQ2NDE3NDM0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:windows", "name": "area:windows", "color": "C2E0C6", "default": false, "description": "Related to Windows compatibility" } ]
closed
false
null
[]
null
7
2020-04-23T22:17:22
2022-09-23T14:01:46
2022-09-23T14:01:46
NONE
null
# Summary Hi all, I met a problem presenting a video. Basically I try to use the example code to present my video but brings up some bugs. I am not sure if it's my problem or something with the function. I appreciate any help! # Steps to reproduce My code is almost identical to the example code: st.subheader("Raw Audio") video_file = open('G:\\Video@2012.wmv', 'rb') video_bytes = video_file.read() st.video(video_bytes) Except for that my video lasts 36 seconds and is 1.67 MB ## Expected behavior: I expect it to show a video ## Actual behavior: AttributeError: 'EnumTypeWrapper' object has no attribute 'NATIVE' Traceback: File "C:\Users\ssxxz\AppData\Roaming\Python\Python36\site-packages\streamlit\ScriptRunner.py", line 322, in _run_script exec(code, module.__dict__) File "F:\Summer2019\moving_widge.py", line 185, in <module> st.video(video_bytes) File "C:\Users\ssxxz\AppData\Roaming\Python\Python36\site-packages\streamlit\DeltaGenerator.py", line 121, in wrapped_method return dg._enqueue_new_element_delta(marshall_element, delta_type, last_index) File "C:\Users\ssxxz\AppData\Roaming\Python\Python36\site-packages\streamlit\DeltaGenerator.py", line 342, in _enqueue_new_element_delta rv = marshall_element(msg.delta.new_element) File "C:\Users\ssxxz\AppData\Roaming\Python\Python36\site-packages\streamlit\DeltaGenerator.py", line 119, in marshall_element return method(dg, element, *args, **kwargs) File "C:\Users\ssxxz\AppData\Roaming\Python\Python36\site-packages\streamlit\DeltaGenerator.py", line 1561, in video media_proto.marshall_video(element.video, data, format, start_time) File "C:\Users\ssxxz\AppData\Roaming\Python\Python36\site-packages\streamlit\elements\media_proto.py", line 125, in marshall_video proto.type = Video_pb2.Video.Type.NATIVE ## Is this a regression? That is, did this use to work the way you expected in the past? No # Debug info - Streamlit version: (get it with `$ streamlit version`) 0.57.3 - Python version: (get it with `$ python --version`) 3.6.8 - Using Conda? PipEnv? PyEnv? Pex? Conda - OS version: Windows 10 - Browser version: Chrome: 81.0.4044.122 # Additional information If needed, add any other context about the problem here. For example, did this bug come from https://discuss.streamlit.io or another site? Link the original source here! Thank you so much๏ผ
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1382/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1382/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1381
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1381/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1381/comments
https://api.github.com/repos/streamlit/streamlit/issues/1381/events
https://github.com/streamlit/streamlit/issues/1381
605,614,609
MDU6SXNzdWU2MDU2MTQ2MDk=
1,381
hashing pandas with spacy tokens
{ "login": "Magdiel3", "id": 17348452, "node_id": "MDQ6VXNlcjE3MzQ4NDUy", "avatar_url": "https://avatars.githubusercontent.com/u/17348452?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Magdiel3", "html_url": "https://github.com/Magdiel3", "followers_url": "https://api.github.com/users/Magdiel3/followers", "following_url": "https://api.github.com/users/Magdiel3/following{/other_user}", "gists_url": "https://api.github.com/users/Magdiel3/gists{/gist_id}", "starred_url": "https://api.github.com/users/Magdiel3/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Magdiel3/subscriptions", "organizations_url": "https://api.github.com/users/Magdiel3/orgs", "repos_url": "https://api.github.com/users/Magdiel3/repos", "events_url": "https://api.github.com/users/Magdiel3/events{/privacy}", "received_events_url": "https://api.github.com/users/Magdiel3/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1607719438, "node_id": "MDU6TGFiZWwxNjA3NzE5NDM4", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:cache", "name": "feature:cache", "color": "C5DEF5", "default": false, "description": "Related to st.cache, st.experimental_singleton, st.experimental_memo" }, { "id": 1890355941, "node_id": "MDU6TGFiZWwxODkwMzU1OTQx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:cache-hash-func", "name": "feature:cache-hash-func", "color": "C5DEF5", "default": false, "description": "" } ]
closed
false
null
[]
null
2
2020-04-23T15:04:30
2021-03-26T15:21:40
2021-03-26T15:21:40
NONE
null
# Summary I am generating a pandas data frame with one column being tokens from a spacy module. As it its quite a process to generate this table, I placed it on cache and end up with an error **InternalHashError: [E112]** # Steps to reproduce What are the steps we should take to reproduce the bug: Perform a nlp(document) or something win a function that is applied to a pandas columns with pd.DataFrame.progress_apply(...) (because I wanted to see the loading times on console). Specifically I saved in a column the tokens that passed a filtering function from a string of another column of the same pandas dataframe. ## Expected behavior: Have the DataFrame loaded ## Actual behavior: InternalHashError: [E112] Pickling a span is not supported, because spans are only views of the parent Doc and can't exist on their own. A pickled span would always have to include its Doc and Vocab, which has practically no advantage over pickling the parent Doc directly. So instead of pickling the span, pickle the Doc it belongs to or use Span.as_doc to convert the span to a standalone Doc object. While caching the body of get_interactions(), Streamlit encountered an object of type pandas.core.frame.DataFrame, which it does not know how to hash. ## Is this a regression? That is, did this use to work the way you expected in the past? yes / **NO** # Debug info - Streamlit version: 0.57.3 - Python version: 3.7.6 - Pandas version: 0.25.3 - Spacy version: 2.2.4 - tqdm Version: 4.42.0 - OS version: MacOS - Browser version: Chrome # Additional information I'm also having issues with loading times. Is it expected to get knocked out from a Streamlit session when having functions that take too long to execute?
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1381/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1381/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1380
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1380/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1380/comments
https://api.github.com/repos/streamlit/streamlit/issues/1380/events
https://github.com/streamlit/streamlit/pull/1380
605,191,612
MDExOlB1bGxSZXF1ZXN0NDA3NjQyNzM0
1,380
Remove external IP check
{ "login": "zhaoooyue", "id": 57884188, "node_id": "MDQ6VXNlcjU3ODg0MTg4", "avatar_url": "https://avatars.githubusercontent.com/u/57884188?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhaoooyue", "html_url": "https://github.com/zhaoooyue", "followers_url": "https://api.github.com/users/zhaoooyue/followers", "following_url": "https://api.github.com/users/zhaoooyue/following{/other_user}", "gists_url": "https://api.github.com/users/zhaoooyue/gists{/gist_id}", "starred_url": "https://api.github.com/users/zhaoooyue/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zhaoooyue/subscriptions", "organizations_url": "https://api.github.com/users/zhaoooyue/orgs", "repos_url": "https://api.github.com/users/zhaoooyue/repos", "events_url": "https://api.github.com/users/zhaoooyue/events{/privacy}", "received_events_url": "https://api.github.com/users/zhaoooyue/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
1
2020-04-23T02:26:31
2020-04-23T02:27:44
2020-04-23T02:26:46
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1380/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1380/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1380", "html_url": "https://github.com/streamlit/streamlit/pull/1380", "diff_url": "https://github.com/streamlit/streamlit/pull/1380.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1380.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/1379
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1379/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1379/comments
https://api.github.com/repos/streamlit/streamlit/issues/1379/events
https://github.com/streamlit/streamlit/pull/1379
605,151,646
MDExOlB1bGxSZXF1ZXN0NDA3NjEwOTk1
1,379
Mention streamlit-nightly in docs
{ "login": "erikhopf", "id": 15851084, "node_id": "MDQ6VXNlcjE1ODUxMDg0", "avatar_url": "https://avatars.githubusercontent.com/u/15851084?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erikhopf", "html_url": "https://github.com/erikhopf", "followers_url": "https://api.github.com/users/erikhopf/followers", "following_url": "https://api.github.com/users/erikhopf/following{/other_user}", "gists_url": "https://api.github.com/users/erikhopf/gists{/gist_id}", "starred_url": "https://api.github.com/users/erikhopf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/erikhopf/subscriptions", "organizations_url": "https://api.github.com/users/erikhopf/orgs", "repos_url": "https://api.github.com/users/erikhopf/repos", "events_url": "https://api.github.com/users/erikhopf/events{/privacy}", "received_events_url": "https://api.github.com/users/erikhopf/received_events", "type": "User", "site_admin": false }
[ { "id": 1634956291, "node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs", "name": "type:docs", "color": "0052CC", "default": false, "description": "Requests for changes to docs (will be rerouted to docs repo)" } ]
closed
false
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false }
[ { "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/users/randyzwitch/followers", "following_url": "https://api.github.com/users/randyzwitch/following{/other_user}", "gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}", "starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions", "organizations_url": "https://api.github.com/users/randyzwitch/orgs", "repos_url": "https://api.github.com/users/randyzwitch/repos", "events_url": "https://api.github.com/users/randyzwitch/events{/privacy}", "received_events_url": "https://api.github.com/users/randyzwitch/received_events", "type": "User", "site_admin": false } ]
null
4
2020-04-23T00:14:21
2020-05-05T06:01:09
2020-05-05T06:01:09
CONTRIBUTOR
null
Based on the conversation that TC and I had on Friday, I'm putting together a quick pull request to add information about Nightlies into the Changelog. I've tried to keep the tone of the Discuss message, but can make any changes that you'd like. Erik
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1379/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1379/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1379", "html_url": "https://github.com/streamlit/streamlit/pull/1379", "diff_url": "https://github.com/streamlit/streamlit/pull/1379.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1379.patch", "merged_at": "2020-05-05T06:01:09" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1378
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1378/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1378/comments
https://api.github.com/repos/streamlit/streamlit/issues/1378/events
https://github.com/streamlit/streamlit/pull/1378
605,116,749
MDExOlB1bGxSZXF1ZXN0NDA3NTgyMTMw
1,378
Central message dispatcher for iframe messages
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-22T22:34:33
2020-04-22T22:41:01
2020-04-22T22:40:57
COLLABORATOR
null
There are two changes in this PR: - A component's ID is now just its name (rather than a hash). - On the frontend, `ComponentRegistry` is now responsible for dispatching "ComponentBackMsgs" to their intended `ComponentInstance`. This means that instances don't all install their own event listeners.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1378/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1378/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1378", "html_url": "https://github.com/streamlit/streamlit/pull/1378", "diff_url": "https://github.com/streamlit/streamlit/pull/1378.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1378.patch", "merged_at": "2020-04-22T22:40:57" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1377
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1377/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1377/comments
https://api.github.com/repos/streamlit/streamlit/issues/1377/events
https://github.com/streamlit/streamlit/pull/1377
605,027,057
MDExOlB1bGxSZXF1ZXN0NDA3NTA5Mjc4
1,377
GH Templates
{ "login": "arraydude", "id": 631997, "node_id": "MDQ6VXNlcjYzMTk5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arraydude", "html_url": "https://github.com/arraydude", "followers_url": "https://api.github.com/users/arraydude/followers", "following_url": "https://api.github.com/users/arraydude/following{/other_user}", "gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}", "starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arraydude/subscriptions", "organizations_url": "https://api.github.com/users/arraydude/orgs", "repos_url": "https://api.github.com/users/arraydude/repos", "events_url": "https://api.github.com/users/arraydude/events{/privacy}", "received_events_url": "https://api.github.com/users/arraydude/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-22T19:54:30
2020-04-22T21:34:06
2020-04-22T21:34:00
CONTRIBUTOR
null
## Templates changes: - Adding `needs triage` label to our templates - Blocking new issues without any template - Adding our community link - Adding our documentation link
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1377/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1377/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1377", "html_url": "https://github.com/streamlit/streamlit/pull/1377", "diff_url": "https://github.com/streamlit/streamlit/pull/1377.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1377.patch", "merged_at": "2020-04-22T21:34:00" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1376
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1376/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1376/comments
https://api.github.com/repos/streamlit/streamlit/issues/1376/events
https://github.com/streamlit/streamlit/pull/1376
604,994,660
MDExOlB1bGxSZXF1ZXN0NDA3NDgyMjcy
1,376
Dependabot config
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-22T19:08:49
2020-04-22T20:05:25
2020-04-22T20:05:25
CONTRIBUTOR
null
Change the default labels on Dependabot PRs
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1376/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1376/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1376", "html_url": "https://github.com/streamlit/streamlit/pull/1376", "diff_url": "https://github.com/streamlit/streamlit/pull/1376.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1376.patch", "merged_at": "2020-04-22T20:05:25" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1375
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1375/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1375/comments
https://api.github.com/repos/streamlit/streamlit/issues/1375/events
https://github.com/streamlit/streamlit/issues/1375
604,870,878
MDU6SXNzdWU2MDQ4NzA4Nzg=
1,375
asdfasdf
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-22T15:57:39
2020-04-22T15:58:22
2020-04-22T15:58:22
COLLABORATOR
null
;ljkas;lkdjf;lkajsdf
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1375/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1375/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1374
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1374/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1374/comments
https://api.github.com/repos/streamlit/streamlit/issues/1374/events
https://github.com/streamlit/streamlit/issues/1374
604,698,412
MDU6SXNzdWU2MDQ2OTg0MTI=
1,374
Matlplotlib has no attribute use
{ "login": "SimonBiggs", "id": 6559099, "node_id": "MDQ6VXNlcjY1NTkwOTk=", "avatar_url": "https://avatars.githubusercontent.com/u/6559099?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SimonBiggs", "html_url": "https://github.com/SimonBiggs", "followers_url": "https://api.github.com/users/SimonBiggs/followers", "following_url": "https://api.github.com/users/SimonBiggs/following{/other_user}", "gists_url": "https://api.github.com/users/SimonBiggs/gists{/gist_id}", "starred_url": "https://api.github.com/users/SimonBiggs/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SimonBiggs/subscriptions", "organizations_url": "https://api.github.com/users/SimonBiggs/orgs", "repos_url": "https://api.github.com/users/SimonBiggs/repos", "events_url": "https://api.github.com/users/SimonBiggs/events{/privacy}", "received_events_url": "https://api.github.com/users/SimonBiggs/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
2
2020-04-22T11:56:56
2020-08-06T23:08:19
2020-04-25T06:36:10
CONTRIBUTOR
null
# Summary On a fresh install of Python 3.7.7 on Windows 10 installing streamlit alone with `pip`, the following line causes an the error `matplotlib has no attribute use` https://github.com/streamlit/streamlit/blob/c2c950da94af2bcea204752746efc872cfc84c48/lib/streamlit/bootstrap.py#L86 I suspect this is because either streamlit itself, or a package streamlit depends upon mocks the `matplotlib` package if it doesn't happen to be installed there for the `import matplotlib` doesn't actually raise an `ImportError` ## Solution To fix, cause a pass to occur if matplotlib doesn't have the `use` attribute through another except block.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1374/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1374/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1373
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1373/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1373/comments
https://api.github.com/repos/streamlit/streamlit/issues/1373/events
https://github.com/streamlit/streamlit/issues/1373
604,648,089
MDU6SXNzdWU2MDQ2NDgwODk=
1,373
pyDeck TripsLayer does not display trips
{ "login": "LjubeBoskovski", "id": 26672556, "node_id": "MDQ6VXNlcjI2NjcyNTU2", "avatar_url": "https://avatars.githubusercontent.com/u/26672556?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LjubeBoskovski", "html_url": "https://github.com/LjubeBoskovski", "followers_url": "https://api.github.com/users/LjubeBoskovski/followers", "following_url": "https://api.github.com/users/LjubeBoskovski/following{/other_user}", "gists_url": "https://api.github.com/users/LjubeBoskovski/gists{/gist_id}", "starred_url": "https://api.github.com/users/LjubeBoskovski/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/LjubeBoskovski/subscriptions", "organizations_url": "https://api.github.com/users/LjubeBoskovski/orgs", "repos_url": "https://api.github.com/users/LjubeBoskovski/repos", "events_url": "https://api.github.com/users/LjubeBoskovski/events{/privacy}", "received_events_url": "https://api.github.com/users/LjubeBoskovski/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
2
2020-04-22T10:35:47
2020-05-20T17:35:14
2020-05-20T17:29:51
NONE
null
# Summary The pyDeck TripsLayer is not displayed via st.pydeck_chart(deck) nor via st.write(deck), allthough the same input data in a PathLayer is displayed. # Steps to reproduce The pyDeck repository features an example for the TripsLayer: https://github.com/visgl/deck.gl/blob/master/bindings/pydeck/examples/trips_layer.py This example code snippet is modified to be used with streamlit. Only the streamlit import and the last line of code are added: ```""" TripsLayer ========== Plot of a single vehicle trip within San Francisco, fading in from the origin. Adapted from a deck.gl documentation example. """ import streamlit as st import pydeck as pdk import pandas as pd TRIPS_LAYER_DATA = "https://raw.githubusercontent.com/visgl/deck.gl-data/master/website/sf.trips.json" # noqa df = pd.read_json(TRIPS_LAYER_DATA) df["coordinates"] = df["waypoints"].apply(lambda f: [item["coordinates"] for item in f]) df["timestamps"] = df["waypoints"].apply(lambda f: [item["timestamp"] - 1554772579000 for item in f]) df.drop(["waypoints"], axis=1, inplace=True) layer = pdk.Layer( "TripsLayer", df, get_path="coordinates", get_timestamps="timestamps", get_color=[253, 128, 93], opacity=0.8, width_min_pixels=5, rounded=True, trail_length=600, current_time=500, ) view_state = pdk.ViewState(latitude=37.7749295, longitude=-122.4194155, zoom=11, bearing=0, pitch=45) # Render r = pdk.Deck(layers=[layer], initial_view_state=view_state) r.to_html("trips_layer.html", notebook_display=False) st.write(r) ``` When running streamlit with the file, the path is not displayed whereas the html file generated by pyDeck displays it. # Debug info - Streamlit version: 0.57.3 - Python version: 3.7.4 - Using conda - OS version: ("$ uname -r" delivers) 5.5.13-arch2-1 - Browser version: Chromium Version 80.0.3987.163 (Official Build) Arch Linux (64-bit)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1373/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1373/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1372
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1372/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1372/comments
https://api.github.com/repos/streamlit/streamlit/issues/1372/events
https://github.com/streamlit/streamlit/pull/1372
603,692,805
MDExOlB1bGxSZXF1ZXN0NDA2NDI3NDEx
1,372
Hackathon cleanup
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-21T04:18:02
2020-04-21T04:18:23
2020-04-21T04:18:19
COLLABORATOR
null
Renamed some stuff based on Adrien's feedback, and reorganized the template directory.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1372/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1372/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1372", "html_url": "https://github.com/streamlit/streamlit/pull/1372", "diff_url": "https://github.com/streamlit/streamlit/pull/1372.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1372.patch", "merged_at": "2020-04-21T04:18:19" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1371
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1371/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1371/comments
https://api.github.com/repos/streamlit/streamlit/issues/1371/events
https://github.com/streamlit/streamlit/pull/1371
603,688,825
MDExOlB1bGxSZXF1ZXN0NDA2NDI0MjQz
1,371
Flaky/addrows pyplot
{ "login": "arraydude", "id": 631997, "node_id": "MDQ6VXNlcjYzMTk5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arraydude", "html_url": "https://github.com/arraydude", "followers_url": "https://api.github.com/users/arraydude/followers", "following_url": "https://api.github.com/users/arraydude/following{/other_user}", "gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}", "starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arraydude/subscriptions", "organizations_url": "https://api.github.com/users/arraydude/orgs", "repos_url": "https://api.github.com/users/arraydude/repos", "events_url": "https://api.github.com/users/arraydude/events{/privacy}", "received_events_url": "https://api.github.com/users/arraydude/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-21T04:04:55
2020-04-21T05:24:24
2020-04-21T05:24:24
CONTRIBUTOR
null
## Before contributing (PLEASE READ!) โš ๏ธ **As with most projects, prior to starting to code on a bug fix or feature request, please post in the issue saying you want to volunteer, and then wait for a positive response.** And if there is no issue for it yet, create it first. This helps make sure (1) two people aren't working on the same thing, (2) this is something Streamlit's maintainers believe should be implemented/fixed, (3) any API, UI, or deeper architectural changes that need to be implemented have been fully thought through by Streamlit's maintainers. More information in our wiki: https://github.com/streamlit/streamlit/wiki/Contributing --- **Issue:** Please include a link to the issue you're addressing. If no issue exists, create one first and then link it here. **Description:** Describe the changes you made to the code, so it's easier for the reader to navigate your pull request. Usually this is a bullet list. --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1371/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1371/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1371", "html_url": "https://github.com/streamlit/streamlit/pull/1371", "diff_url": "https://github.com/streamlit/streamlit/pull/1371.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1371.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/1370
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1370/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1370/comments
https://api.github.com/repos/streamlit/streamlit/issues/1370/events
https://github.com/streamlit/streamlit/issues/1370
603,614,042
MDU6SXNzdWU2MDM2MTQwNDI=
1,370
Streamlit in Electron
{ "login": "DylanModesitt", "id": 8339189, "node_id": "MDQ6VXNlcjgzMzkxODk=", "avatar_url": "https://avatars.githubusercontent.com/u/8339189?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DylanModesitt", "html_url": "https://github.com/DylanModesitt", "followers_url": "https://api.github.com/users/DylanModesitt/followers", "following_url": "https://api.github.com/users/DylanModesitt/following{/other_user}", "gists_url": "https://api.github.com/users/DylanModesitt/gists{/gist_id}", "starred_url": "https://api.github.com/users/DylanModesitt/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/DylanModesitt/subscriptions", "organizations_url": "https://api.github.com/users/DylanModesitt/orgs", "repos_url": "https://api.github.com/users/DylanModesitt/repos", "events_url": "https://api.github.com/users/DylanModesitt/events{/privacy}", "received_events_url": "https://api.github.com/users/DylanModesitt/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 2545855396, "node_id": "MDU6TGFiZWwyNTQ1ODU1Mzk2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:deployment", "name": "area:deployment", "color": "C2E0C6", "default": false, "description": "Related to deploying Streamlit apps" } ]
open
false
null
[]
null
32
2020-04-21T00:11:55
2023-02-05T16:16:31
null
NONE
null
Is there a future for electron deployment of streamlit? ___ ``` streamlit electron app.py ``` Streamlits target demographic (seemingly the Data Science / ML / AI community) often has apps which consume *a lot* of resources. RAM for loading data used by the app can be quite a bit- pair this with `st.cache` and in a few hours/days time your streamlit app needs to be killed / controlled / scaled. That is fine (and good for AWS' profit), but why not be able to distribute the app across its users so they can run it on their machine (and use their resources). This is easy enough if your streamlit users are capable of running `streamlit run ..` in their terminal. However, *who are the users of these apps*? Oftentimes they will be other engineers / programmers sure - but I think a substantial chunk of the user-base of streamlit apps is a non-technical audience. We send links to streamlit apps to management / non-technical members of the organization *constantly* I would much rather send them an `S3` link to download an electron app and not worry about scaling up the AWS instance(s) hosting it. Sure, they have to have python and some dependencies - but those are relatively easy to control by IT and can often involve little user work. Furthermore, we could maybe have a future where the `streamlit build electon` command could bundle dependencies? I am not sure - but it seems possible. Streamlit seems well-positioned for this to be possible. It is trivial to "fake it". Just do something like this to get an *MVP*. ```python import streamlit as lit # you guys really dropped the ball on this not being the suggested import # idk - maybe it is too z00mer. def main(): lit.sidebar.title("Electron") lit.sidebar.info("The Electron Slide...") lit.sidebar.slider('How "nativive"?', 0, 100, 50) lit.title("Streamlit in `Electron`") if __name__ == "__main__": main() ``` Run it, ``` streamlit run app.py ``` Take the starter electron app from [here](https://github.com/electron/electron-quick-start). and change literally 1 line (:16) ``` mainWindow.loadURL('http://localhost:8501/') // or wherever you served ``` And... ![image](https://user-images.githubusercontent.com/8339189/79810221-8cb46680-8340-11ea-80a4-8d112f3b4611.png) ___ I am just opening this issue to see if you guys (and the community) think this has any legs. I am not sure of the specifics. For example, ``` streamlit (electron|run_electron) app.py # for local testing and development streamlit build -t electron app.py <name> # for building and bundling dependencies # to a downloadable launcher? ... ``` Could there be electron-specific component implementations (so sidebar could be a native window), or tab support, keyboard shortcuts, etc? Could session state be saved to disk and loaded on app start to preserve state? Or maybe this is all a terrible idea... (also if there is another discussion of this already somewhere else (I couldn't find one) lmk and this can just be closed) --- Community voting on feature requests enables the Streamlit team to understand which features are most important to our users. **If you'd like the Streamlit team to prioritize this feature request, please use the ๐Ÿ‘ (thumbs up emoji) reaction in response to the initial post.**
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1370/reactions", "total_count": 18, "+1": 17, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1370/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1369
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1369/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1369/comments
https://api.github.com/repos/streamlit/streamlit/issues/1369/events
https://github.com/streamlit/streamlit/issues/1369
603,563,841
MDU6SXNzdWU2MDM1NjM4NDE=
1,369
Allow suppression of "Running _function_" display in browser
{ "login": "nthmost", "id": 98836, "node_id": "MDQ6VXNlcjk4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nthmost", "html_url": "https://github.com/nthmost", "followers_url": "https://api.github.com/users/nthmost/followers", "following_url": "https://api.github.com/users/nthmost/following{/other_user}", "gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}", "starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nthmost/subscriptions", "organizations_url": "https://api.github.com/users/nthmost/orgs", "repos_url": "https://api.github.com/users/nthmost/repos", "events_url": "https://api.github.com/users/nthmost/events{/privacy}", "received_events_url": "https://api.github.com/users/nthmost/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" } ]
closed
false
null
[]
null
1
2020-04-20T22:01:14
2022-09-23T14:01:02
2022-09-23T14:01:02
CONTRIBUTOR
null
### Problem Some users really dislike seeing the "Running _function_" notification in the browser during loading. We should allow users to suppress this notification. ### Solution **MVP:** What's the smallest possible solution that would get 80% of the problem out of the way? **Possible additions:** What are other things that could be added to the MVP over time to make it better? **Preferred solution:** If you don't like the MVP above, tell us why, and what you'd like done instead. ### Additional context See forum post https://discuss.streamlit.io/t/caching-run-notification-in-ui/2522
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1369/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1369/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1368
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1368/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1368/comments
https://api.github.com/repos/streamlit/streamlit/issues/1368/events
https://github.com/streamlit/streamlit/pull/1368
603,545,977
MDExOlB1bGxSZXF1ZXN0NDA2MzExNDEz
1,368
"Plugin" -> "Component"
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-20T21:25:48
2020-04-20T21:26:48
2020-04-20T21:26:44
COLLABORATOR
null
This is basically just a big find and replace!
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1368/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1368/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1368", "html_url": "https://github.com/streamlit/streamlit/pull/1368", "diff_url": "https://github.com/streamlit/streamlit/pull/1368.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1368.patch", "merged_at": "2020-04-20T21:26:44" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1367
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1367/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1367/comments
https://api.github.com/repos/streamlit/streamlit/issues/1367/events
https://github.com/streamlit/streamlit/issues/1367
603,501,789
MDU6SXNzdWU2MDM1MDE3ODk=
1,367
Slight adjustment to the pull request messaging
{ "login": "SimonBiggs", "id": 6559099, "node_id": "MDQ6VXNlcjY1NTkwOTk=", "avatar_url": "https://avatars.githubusercontent.com/u/6559099?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SimonBiggs", "html_url": "https://github.com/SimonBiggs", "followers_url": "https://api.github.com/users/SimonBiggs/followers", "following_url": "https://api.github.com/users/SimonBiggs/following{/other_user}", "gists_url": "https://api.github.com/users/SimonBiggs/gists{/gist_id}", "starred_url": "https://api.github.com/users/SimonBiggs/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SimonBiggs/subscriptions", "organizations_url": "https://api.github.com/users/SimonBiggs/orgs", "repos_url": "https://api.github.com/users/SimonBiggs/repos", "events_url": "https://api.github.com/users/SimonBiggs/events{/privacy}", "received_events_url": "https://api.github.com/users/SimonBiggs/received_events", "type": "User", "site_admin": false }
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
4
2020-04-20T20:08:03
2020-08-25T08:05:48
2020-07-21T05:06:16
CONTRIBUTOR
null
For good reason the pull request text asks that submitters first raise an issue and discuss before just making a patch. This is great advice for those large pull requests that are impacted by things such as API or software design choices. However there is a another kind of pull request. One that is very valuable in the open source community. That is the fly by bug fix. Some one has a small bug, or there is a tiny inconsistency. This pull request is usually less than 10 lines of code and often makes no design decisions as well as having practically no complexity involved. An important criteria for this kind of case is that it should have no logical flow on effects to anywhere else in the code base, and even locally it should only really logically effect the small surrounding area. The current policy as it stands discourages users from submitting that second kind of pull request. My request is that the wording is slightly reworked to give permission to submitters to short-circuit the detailed procedure if they believe their pull request requires little to no discussion, and has an exceptionally small footprint. Any user that chooses to short-circuit the pull request process please be aware that it may be closed and asked that an issue be raised first if it is deemed to have any level of complexity within it. -------- For reference the current pull request text is below: ## Before contributing (PLEASE READ!) โš ๏ธ **As with most projects, prior to starting to code on a bug fix or feature request, please post in the issue saying you want to volunteer, and then wait for a positive response.** And if there is no issue for it yet, create it first. This helps make sure (1) two people aren't working on the same thing, (2) this is something Streamlit's maintainers believe should be implemented/fixed, (3) any API, UI, or deeper architectural changes that need to be implemented have been fully thought through by Streamlit's maintainers. More information in our wiki: https://github.com/streamlit/streamlit/wiki/Contributing --- **Issue:** Please include a link to the issue you're addressing. If no issue exists, create one first and then link it here. **Description:** Describe the changes you made to the code, so it's easier for the reader to navigate your pull request. Usually this is a bullet list. --- **Contribution License Agreement** By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1367/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1367/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1366
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1366/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1366/comments
https://api.github.com/repos/streamlit/streamlit/issues/1366/events
https://github.com/streamlit/streamlit/issues/1366
603,212,680
MDU6SXNzdWU2MDMyMTI2ODA=
1,366
Upgrade all minor dependencies in package.json
{ "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false }
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
{ "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false }
[ { "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false } ]
null
1
2020-04-20T12:49:21
2021-03-26T15:18:19
2021-03-26T15:18:19
COLLABORATOR
null
A lot of our dependencies are out of date.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1366/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1366/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1365
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1365/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1365/comments
https://api.github.com/repos/streamlit/streamlit/issues/1365/events
https://github.com/streamlit/streamlit/pull/1365
603,141,009
MDExOlB1bGxSZXF1ZXN0NDA1OTg1MDcx
1,365
Fix external IP printing
{ "login": "SimonBiggs", "id": 6559099, "node_id": "MDQ6VXNlcjY1NTkwOTk=", "avatar_url": "https://avatars.githubusercontent.com/u/6559099?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SimonBiggs", "html_url": "https://github.com/SimonBiggs", "followers_url": "https://api.github.com/users/SimonBiggs/followers", "following_url": "https://api.github.com/users/SimonBiggs/following{/other_user}", "gists_url": "https://api.github.com/users/SimonBiggs/gists{/gist_id}", "starred_url": "https://api.github.com/users/SimonBiggs/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SimonBiggs/subscriptions", "organizations_url": "https://api.github.com/users/SimonBiggs/orgs", "repos_url": "https://api.github.com/users/SimonBiggs/repos", "events_url": "https://api.github.com/users/SimonBiggs/events{/privacy}", "received_events_url": "https://api.github.com/users/SimonBiggs/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
1
2020-04-20T10:50:34
2020-04-24T04:37:38
2020-04-23T08:14:51
CONTRIBUTOR
null
When running the following: ``` streamlit run https://raw.githubusercontent.com/streamlit/demo-self-driving/master/app.py --server.address=127.0.0.1 ``` The following is printed: ``` You can now view your Streamlit app in your browser. Network URL: http://127.0.0.1:8501 External URL: http://149.121.12.197:8501 ``` However because the app is specifically bound to that address: https://github.com/streamlit/streamlit/blob/c2c950da94af2bcea204752746efc872cfc84c48/lib/streamlit/server/Server.py#L130 It will only be available from `127.0.0.1` and not any other IP (even if the user has implemented router port forwarding). In fact, the config option says as much: https://github.com/streamlit/streamlit/blob/c2c950da94af2bcea204752746efc872cfc84c48/lib/streamlit/config.py#L435-L444 So this pull request is to remove that "External URL" option as well as removing the word "Network" from "Network URL" as that won't necessarily be the case (as is the case if `127.0.0.1` is chosen.) I chose to short-circuit the normal process for pull request creation given this is just a one liner. Let me know if that wasn't appropriate. Cheers, Simon
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1365/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1365/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1365", "html_url": "https://github.com/streamlit/streamlit/pull/1365", "diff_url": "https://github.com/streamlit/streamlit/pull/1365.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1365.patch", "merged_at": "2020-04-23T08:14:51" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1364
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1364/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1364/comments
https://api.github.com/repos/streamlit/streamlit/issues/1364/events
https://github.com/streamlit/streamlit/pull/1364
602,794,470
MDExOlB1bGxSZXF1ZXN0NDA1NzE1NzQy
1,364
Default hash func for compiled ffi
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-19T19:00:04
2020-04-24T20:22:22
2020-04-24T20:22:22
CONTRIBUTOR
null
Issue #1188 When we build an out-of-band FFI, we're able to import a `CompiledFFI` helper module, and a library module. ex. `from package._foo import ffi, lib` The `ffi` module is generic across all CompiledFFI objects and doesn't hold any local state.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1364/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1364/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1364", "html_url": "https://github.com/streamlit/streamlit/pull/1364", "diff_url": "https://github.com/streamlit/streamlit/pull/1364.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1364.patch", "merged_at": "2020-04-24T20:22:22" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1363
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1363/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1363/comments
https://api.github.com/repos/streamlit/streamlit/issues/1363/events
https://github.com/streamlit/streamlit/pull/1363
602,747,192
MDExOlB1bGxSZXF1ZXN0NDA1Njg0OTI5
1,363
Default hash func for mapping proxy
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
1
2020-04-19T15:40:28
2020-04-24T18:42:48
2020-04-24T18:42:48
CONTRIBUTOR
null
Issue #1385 Adding support for hashing `mappingproxy`, `items_dict` and `getset_descriptor`. The latter two were discovered as being down the chain from `mappingproxy`, given this example. ``` class C(): a = 1 type(C.__dict__) # builtins.mappingproxy ```
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1363/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1363/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1363", "html_url": "https://github.com/streamlit/streamlit/pull/1363", "diff_url": "https://github.com/streamlit/streamlit/pull/1363.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1363.patch", "merged_at": "2020-04-24T18:42:48" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1362
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1362/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1362/comments
https://api.github.com/repos/streamlit/streamlit/issues/1362/events
https://github.com/streamlit/streamlit/issues/1362
602,736,732
MDU6SXNzdWU2MDI3MzY3MzI=
1,362
Compatibility of Streamlit app with pyinstaller
{ "login": "srinathsrk76", "id": 54982849, "node_id": "MDQ6VXNlcjU0OTgyODQ5", "avatar_url": "https://avatars.githubusercontent.com/u/54982849?v=4", "gravatar_id": "", "url": "https://api.github.com/users/srinathsrk76", "html_url": "https://github.com/srinathsrk76", "followers_url": "https://api.github.com/users/srinathsrk76/followers", "following_url": "https://api.github.com/users/srinathsrk76/following{/other_user}", "gists_url": "https://api.github.com/users/srinathsrk76/gists{/gist_id}", "starred_url": "https://api.github.com/users/srinathsrk76/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/srinathsrk76/subscriptions", "organizations_url": "https://api.github.com/users/srinathsrk76/orgs", "repos_url": "https://api.github.com/users/srinathsrk76/repos", "events_url": "https://api.github.com/users/srinathsrk76/events{/privacy}", "received_events_url": "https://api.github.com/users/srinathsrk76/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" } ]
closed
false
null
[]
null
1
2020-04-19T15:00:05
2021-03-26T15:17:44
2021-03-26T15:17:44
NONE
null
Team, I know there's a "Streamlit for teams" functionality in beta - but if we can also prioritize the functionality for added support for converting app into .exe using pyinstaller would be awesome! Many times while working on projects, we don't have the resources to deploy it on a server. We show an MVP to stakeholders to get them excited and then propose a budget for cloud environments like AWS, Heroku, etc. If we can have the pyinstaller functionality, I think it'd be wonderful for a lot of people to get started with ready-to-deploy applications and then when the question of scalability comes - we can host in a cloud. If anyone else thinks the above item should be prioritized, please upvote this feature.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1362/reactions", "total_count": 11, "+1": 10, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1362/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1361
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1361/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1361/comments
https://api.github.com/repos/streamlit/streamlit/issues/1361/events
https://github.com/streamlit/streamlit/issues/1361
602,617,694
MDU6SXNzdWU2MDI2MTc2OTQ=
1,361
Support for display of numpy arrays of complex numbers
{ "login": "Stapelzeiger", "id": 1719607, "node_id": "MDQ6VXNlcjE3MTk2MDc=", "avatar_url": "https://avatars.githubusercontent.com/u/1719607?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Stapelzeiger", "html_url": "https://github.com/Stapelzeiger", "followers_url": "https://api.github.com/users/Stapelzeiger/followers", "following_url": "https://api.github.com/users/Stapelzeiger/following{/other_user}", "gists_url": "https://api.github.com/users/Stapelzeiger/gists{/gist_id}", "starred_url": "https://api.github.com/users/Stapelzeiger/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Stapelzeiger/subscriptions", "organizations_url": "https://api.github.com/users/Stapelzeiger/orgs", "repos_url": "https://api.github.com/users/Stapelzeiger/repos", "events_url": "https://api.github.com/users/Stapelzeiger/events{/privacy}", "received_events_url": "https://api.github.com/users/Stapelzeiger/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 1846291968, "node_id": "MDU6TGFiZWwxODQ2MjkxOTY4", "url": "https://api.github.com/repos/streamlit/streamlit/labels/package:arrow", "name": "package:arrow", "color": "00d4b1", "default": false, "description": "Related to Arrow" } ]
closed
false
null
[]
null
2
2020-04-19T04:26:01
2022-10-04T22:45:37
2022-10-04T22:45:37
NONE
null
### Problem Printing of numpy arrays works well for arrays of real numbers, but arrays of complex numbers don't work, throwing an exception instead. As a result I have to convert arrays to a strings to print, which then loses the nice, scrollable formatting of the array. It is also more code to type, just to look into the contents of an array, which makes it a lot less convenient. The following code throws a `NotImplementedError: Dtype complex128 not understood.` exception. ```python import streamlit as st import numpy as np x=np.array([1+1j]) st.write(x) ``` ### Solution The complex data type could be converted to a string type in `data_frame_proto.py:_marshall_any_array`, treating it the same as `np.object`. This is what I hacked in for myself and it works. But I think the proper way to implement this would be to extend the `DataFrame.proto` definition with a complex data type and add proper rendering in the web view.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1361/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1361/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1360
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1360/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1360/comments
https://api.github.com/repos/streamlit/streamlit/issues/1360/events
https://github.com/streamlit/streamlit/issues/1360
602,202,229
MDU6SXNzdWU2MDIyMDIyMjk=
1,360
Modal/pop-up widget
{ "login": "arraydude", "id": 631997, "node_id": "MDQ6VXNlcjYzMTk5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arraydude", "html_url": "https://github.com/arraydude", "followers_url": "https://api.github.com/users/arraydude/followers", "following_url": "https://api.github.com/users/arraydude/following{/other_user}", "gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}", "starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arraydude/subscriptions", "organizations_url": "https://api.github.com/users/arraydude/orgs", "repos_url": "https://api.github.com/users/arraydude/repos", "events_url": "https://api.github.com/users/arraydude/events{/privacy}", "received_events_url": "https://api.github.com/users/arraydude/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "id": 1634945110, "node_id": "MDU6TGFiZWwxNjM0OTQ1MTEw", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:layout", "name": "area:layout", "color": "C2E0C6", "default": false, "description": "" } ]
open
false
null
[]
null
24
2020-04-17T19:59:51
2022-12-27T15:30:38
null
CONTRIBUTOR
null
### Problem As a user I would like to show some specific data within a modal ### Solution https://baseweb.design/components/modal/ ### Additional context User question: https://github.com/streamlit/streamlit/issues/1337 --- Community voting on feature requests enables the Streamlit team to understand which features are most important to our users. **If you'd like the Streamlit team to prioritize this feature request, please use the ๐Ÿ‘ (thumbs up emoji) reaction in response to the initial post.**
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1360/reactions", "total_count": 99, "+1": 99, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1360/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1359
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1359/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1359/comments
https://api.github.com/repos/streamlit/streamlit/issues/1359/events
https://github.com/streamlit/streamlit/pull/1359
602,129,757
MDExOlB1bGxSZXF1ZXN0NDA1MjU2ODM1
1,359
Dataframe Support
{ "login": "kantuni", "id": 6151409, "node_id": "MDQ6VXNlcjYxNTE0MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kantuni", "html_url": "https://github.com/kantuni", "followers_url": "https://api.github.com/users/kantuni/followers", "following_url": "https://api.github.com/users/kantuni/following{/other_user}", "gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}", "starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kantuni/subscriptions", "organizations_url": "https://api.github.com/users/kantuni/orgs", "repos_url": "https://api.github.com/users/kantuni/repos", "events_url": "https://api.github.com/users/kantuni/events{/privacy}", "received_events_url": "https://api.github.com/users/kantuni/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-17T17:34:46
2020-04-20T17:33:14
2020-04-20T17:33:14
COLLABORATOR
null
Let me know when you check it out.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1359/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1359/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1359", "html_url": "https://github.com/streamlit/streamlit/pull/1359", "diff_url": "https://github.com/streamlit/streamlit/pull/1359.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1359.patch", "merged_at": "2020-04-20T17:33:14" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1358
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1358/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1358/comments
https://api.github.com/repos/streamlit/streamlit/issues/1358/events
https://github.com/streamlit/streamlit/issues/1358
602,110,658
MDU6SXNzdWU2MDIxMTA2NTg=
1,358
Latest version doesn't work with SessionState()
{ "login": "abdurahmanshiine", "id": 56250791, "node_id": "MDQ6VXNlcjU2MjUwNzkx", "avatar_url": "https://avatars.githubusercontent.com/u/56250791?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abdurahmanshiine", "html_url": "https://github.com/abdurahmanshiine", "followers_url": "https://api.github.com/users/abdurahmanshiine/followers", "following_url": "https://api.github.com/users/abdurahmanshiine/following{/other_user}", "gists_url": "https://api.github.com/users/abdurahmanshiine/gists{/gist_id}", "starred_url": "https://api.github.com/users/abdurahmanshiine/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/abdurahmanshiine/subscriptions", "organizations_url": "https://api.github.com/users/abdurahmanshiine/orgs", "repos_url": "https://api.github.com/users/abdurahmanshiine/repos", "events_url": "https://api.github.com/users/abdurahmanshiine/events{/privacy}", "received_events_url": "https://api.github.com/users/abdurahmanshiine/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
2
2020-04-17T16:57:26
2020-04-23T18:45:33
2020-04-23T18:45:33
NONE
null
# Summary I have just updated to the latest version of Streamlit, and when I tried to run one of the scripts that uses the SessionState() I got this error: AttributeError: 'Server' object has no attribute '_session_infos' # Steps to reproduce I tried with a simple script: import streamlit as st import SessionState session = SessionState.get(hello=st.empty(), run_id=0) session.hello.text_input('Enter a name', key=session.run_id) session.run_id += 1 ## Expected behavior: I expected to be able to write something in the widget and then reset it ## Actual behavior: The following exception is thrown: AttributeError: 'Server' object has no attribute '_session_infos' ## Is this a regression? Yes # Debug info - Streamlit version: 0.57.3 - Python version: 3.7 - Using Conda? PipEnv? PyEnv? Pex?: No - OS version: Windows 10 - Browser version: Chrome version 80.0.3987.163 (Official Build) (64-bit)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1358/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1358/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1357
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1357/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1357/comments
https://api.github.com/repos/streamlit/streamlit/issues/1357/events
https://github.com/streamlit/streamlit/issues/1357
602,098,932
MDU6SXNzdWU2MDIwOTg5MzI=
1,357
Planning
{ "login": "jrhone", "id": 699897, "node_id": "MDQ6VXNlcjY5OTg5Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrhone", "html_url": "https://github.com/jrhone", "followers_url": "https://api.github.com/users/jrhone/followers", "following_url": "https://api.github.com/users/jrhone/following{/other_user}", "gists_url": "https://api.github.com/users/jrhone/gists{/gist_id}", "starred_url": "https://api.github.com/users/jrhone/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jrhone/subscriptions", "organizations_url": "https://api.github.com/users/jrhone/orgs", "repos_url": "https://api.github.com/users/jrhone/repos", "events_url": "https://api.github.com/users/jrhone/events{/privacy}", "received_events_url": "https://api.github.com/users/jrhone/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
0
2020-04-17T16:35:56
2020-04-23T18:44:54
2020-04-23T18:44:54
CONTRIBUTOR
null
# Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. # Steps to reproduce What are the steps we should take to reproduce the bug: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' ## Expected behavior: Explain what you expect to happen when you go through the steps above, assuming there were no bugs. ## Actual behavior: Explain the buggy behavior you experience when you go through the steps above. If applicable, add screenshots to help explain your problem. ## Is this a regression? That is, did this use to work the way you expected in the past? yes / no # Debug info - Streamlit version: (get it with `$ streamlit version`) - Python version: (get it with `$ python --version`) - Using Conda? PipEnv? PyEnv? Pex? - OS version: - Browser version: # Additional information If needed, add any other context about the problem here. For example, did this bug come from https://discuss.streamlit.io or another site? Link the original source here!
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1357/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1357/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1356
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1356/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1356/comments
https://api.github.com/repos/streamlit/streamlit/issues/1356/events
https://github.com/streamlit/streamlit/issues/1356
601,955,884
MDU6SXNzdWU2MDE5NTU4ODQ=
1,356
SchemaValidationError:
{ "login": "jaseuts", "id": 11934573, "node_id": "MDQ6VXNlcjExOTM0NTcz", "avatar_url": "https://avatars.githubusercontent.com/u/11934573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jaseuts", "html_url": "https://github.com/jaseuts", "followers_url": "https://api.github.com/users/jaseuts/followers", "following_url": "https://api.github.com/users/jaseuts/following{/other_user}", "gists_url": "https://api.github.com/users/jaseuts/gists{/gist_id}", "starred_url": "https://api.github.com/users/jaseuts/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jaseuts/subscriptions", "organizations_url": "https://api.github.com/users/jaseuts/orgs", "repos_url": "https://api.github.com/users/jaseuts/repos", "events_url": "https://api.github.com/users/jaseuts/events{/privacy}", "received_events_url": "https://api.github.com/users/jaseuts/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
0
2020-04-17T12:55:27
2020-04-19T11:56:47
2020-04-19T11:56:47
NONE
null
# Summary I tried to create an `altair_chart` with the following code in anaconda prompt `streamlit run demo.py` # Steps to reproduce This is the code in the `demo.py` ``` import streamlit as st import pandas as pd import numpy as np import altair as alt from vega_datasets import data as vdata # Load data DATE_COLUMN = 'last_review' DATA_URL = ('listings_hk_17Mar2020.csv') @st.cache def load_data(): data = pd.read_csv(DATA_URL) lowercase = lambda x: str(x).lower() data.rename(lowercase, axis='columns', inplace=True) data[DATE_COLUMN] = pd.to_datetime(data[DATE_COLUMN]) return data # Create a text element and let the reader know the data is loading. data_load_state = st.text('Loading data...') # Load 10,000 rows of data into the dataframe. data = load_data() # Notify the reader that the data was successfully loaded. data_load_state.text('Loading data...done!') # Count number of listings per host name hostNames = data.groupby('host_name').count().reset_index()[['host_name', 'id']] # Rename the columns hostNames = hostNames.rename(columns={"host_name": "Name", "id": "Count"}) # Only include host names that have 50 or more listings hostNames = hostNames[hostNames['Count'].astype(float) >= 30] st.subheader('Column chart') barChart = alt.Chart(hostNames).mark_bar().encode( x=alt.X('Name', type='nominal', sort='-y'), y=alt.Y('Count', type='quantitative') ) st.altair_chart(barChart) ``` ## Expected behavior: A chart should be displayed in a web browser ## Actual behavior: The web browser displayed this error message ![image](https://user-images.githubusercontent.com/11934573/79570868-8edab300-80fd-11ea-9320-34a3fe659458.png) And the anaconda prompt generated this message: ``` Streamlit was unable to parse the data from an exception in the user's script. This is usually due to a bug in the Exception object itself. Here is some info about that Exception object, so you can report a bug to the original author: Exception type: SchemaValidationError Problem: sequence item 1: expected str instance, int found Traceback: File "d:\users\jng\anaconda3\lib\site-packages\streamlit\elements\exception_pr oto.py", line 66, in marshall exception_proto.message = str(exception).strip() File "d:\users\jng\anaconda3\lib\site-packages\altair\utils\schemapi.py", line 93, in __unicode__ schema_path = '->'.join(val for val in schema_path[:-1] ``` # Debug info - Streamlit version: 0.5.73 - Python version: 3.7.6 - Using Conda - OS version: Windows 7 64-bit - Browser version: Version 80.0.3987.163 (Official Build) (64-bit) - altair version: 4.1.0 [listings_hk_17Mar2020.zip](https://github.com/streamlit/streamlit/files/4493021/listings_hk_17Mar2020.zip)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1356/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1356/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1355
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1355/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1355/comments
https://api.github.com/repos/streamlit/streamlit/issues/1355/events
https://github.com/streamlit/streamlit/issues/1355
601,513,775
MDU6SXNzdWU2MDE1MTM3NzU=
1,355
Bug in 0.57.3
{ "login": "patalanov", "id": 6799245, "node_id": "MDQ6VXNlcjY3OTkyNDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6799245?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patalanov", "html_url": "https://github.com/patalanov", "followers_url": "https://api.github.com/users/patalanov/followers", "following_url": "https://api.github.com/users/patalanov/following{/other_user}", "gists_url": "https://api.github.com/users/patalanov/gists{/gist_id}", "starred_url": "https://api.github.com/users/patalanov/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/patalanov/subscriptions", "organizations_url": "https://api.github.com/users/patalanov/orgs", "repos_url": "https://api.github.com/users/patalanov/repos", "events_url": "https://api.github.com/users/patalanov/events{/privacy}", "received_events_url": "https://api.github.com/users/patalanov/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
2
2020-04-16T21:46:58
2020-06-16T14:00:04
2020-06-16T14:00:03
NONE
null
# Summary Function not printing to browser after upgrade from `0.52.2` version to `0.57.3` # Steps to reproduce The following conditional works smoothly in `0.52.2` ``` def prediction_of_deaths(df, notification_percentual, pred): if notification_percentual < 100: st.write('With the present notification value of ' + str(notification_percentual) + "%, we apply the global mortality rate of 3.5% of total cases.") st.markdown('[COVID-19 Global Mortality Rate](https://www.worldometers.info/coronavirus/coronavirus-death-rate/)') prediction_of_deaths_3_100 = pred*3.5/100 st.markdown("- Considering maximum death rate being around 3.5% of the total number of cases, we should expect ** " + str(int(round(prediction_of_deaths_3_100))) + "** deaths") ``` called at `main()` with: `prediction_of_deaths(df, notification_percentual, pred) ` ## Expected behavior: display `st.markdown()`, `st.write()` But now with version `0.57.3`, page stays blank when it reaches this point of code. # Debug info - Streamlit version: 0.57.3 - Python version: 3.6.10 - Heroku - OS version: Mojave 10.14 - Browser version: Chrome Version 80.0.3987.163 (Official Build) (64-bit)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1355/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1355/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1354
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1354/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1354/comments
https://api.github.com/repos/streamlit/streamlit/issues/1354/events
https://github.com/streamlit/streamlit/pull/1354
601,439,699
MDExOlB1bGxSZXF1ZXN0NDA0NzAxNjc0
1,354
Bump https-proxy-agent from 2.2.2 to 2.2.4 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "site_admin": false }
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
0
2020-04-16T20:30:11
2020-04-17T05:24:06
2020-04-17T05:23:53
CONTRIBUTOR
null
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/node-https-proxy-agent/releases">https-proxy-agent's releases</a>.</em></p> <blockquote> <h2>2.2.4</h2> <h3>Patches</h3> <ul> <li>Add <code>.editorconfig</code> file: a0d4a20458498fc31e5721471bd2b655e992d44b</li> <li>Add <code>.eslintrc.js</code> file: eecea74a1db1c943eaa4f667a561fd47c33da897</li> <li>Use a <code>net.Socket</code> instead of a plain <code>EventEmitter</code> for replaying proxy errors: <a href="https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/83">#83</a></li> <li>Remove unused <code>stream</code> module: 9fdcd47bd813e9979ee57920c69e2ee2e0683cd4</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/lpinca">@lpinca</a> for helping!</p> <h2>2.2.3</h2> <h3>Patches</h3> <ul> <li>Update README with actual <code>secureProxy</code> behavior: <a href="https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/65">#65</a></li> <li>Update <code>proxy</code> to v1.0.0: d0e3c18079119057b05582cb72d4fda21dfc2546</li> <li>Remove unreachable code: 46aad0988b471f042856436cf3192b0e09e36fe6</li> <li>Test on Node.js 10 and 12: 3535951e482ea52af4888938f59649ed92e81b2b</li> <li>Fix compatibility with Node.js &gt;= 10.0.0: <a href="https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/73">#73</a></li> <li>Use an <code>EventEmitter</code> to replay failed proxy connect HTTP requests: <a href="https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/77">#77</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/stoically">@stoically</a>, <a href="https://github.com/lpinca">@lpinca</a>, and <a href="https://github.com/zkochan">@zkochan</a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/4c4cce8cb60fd3ac6171e4428f972698eb49f45a"><code>4c4cce8</code></a> 2.2.4</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/9fdcd47bd813e9979ee57920c69e2ee2e0683cd4"><code>9fdcd47</code></a> Remove unused <code>stream</code> module</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/34ea8841922fb6447563b0521f972ac3a6062303"><code>34ea884</code></a> Use a <code>net.Socket</code> instead of a plain <code>EventEmitter</code> for replaying proxy erro...</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/4296770b6a0e631e3f8e7bd6cfd41ac8e91a3ec4"><code>4296770</code></a> Prettier</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/eecea74a1db1c943eaa4f667a561fd47c33da897"><code>eecea74</code></a> Add <code>.eslintrc.js</code> file</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/a0d4a20458498fc31e5721471bd2b655e992d44b"><code>a0d4a20</code></a> Add <code>.editorconfig</code> file</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/0d8e8bfe8b12e6ffe79a39eb93068cdf64c17e78"><code>0d8e8bf</code></a> 2.2.3</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/850b8359b7d0467d721705106b58f4c7cfb937dd"><code>850b835</code></a> Revert &quot;Use Mocha 5 for Node 4 support&quot;</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/f5f56fa48ea4d2a61c385938e7753f5c1fe049d6"><code>f5f56fa</code></a> Remove Node 4 from Travis</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/bb837b984bd868ad69080812eb8eab01181b21d7"><code>bb837b9</code></a> Revert &quot;Remove Node 4 from Travis&quot;</li> <li>Additional commits viewable in <a href="https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=https-proxy-agent&package-manager=npm_and_yarn&previous-version=2.2.2&new-version=2.2.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/streamlit/streamlit/network/alerts). </details>
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1354/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1354/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1354", "html_url": "https://github.com/streamlit/streamlit/pull/1354", "diff_url": "https://github.com/streamlit/streamlit/pull/1354.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1354.patch", "merged_at": "2020-04-17T05:23:53" }
true
https://api.github.com/repos/streamlit/streamlit/issues/1353
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1353/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1353/comments
https://api.github.com/repos/streamlit/streamlit/issues/1353/events
https://github.com/streamlit/streamlit/issues/1353
600,528,314
MDU6SXNzdWU2MDA1MjgzMTQ=
1,353
Streamlit should have support for Internationalization (i18n)
{ "login": "fabiommendes", "id": 1248626, "node_id": "MDQ6VXNlcjEyNDg2MjY=", "avatar_url": "https://avatars.githubusercontent.com/u/1248626?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fabiommendes", "html_url": "https://github.com/fabiommendes", "followers_url": "https://api.github.com/users/fabiommendes/followers", "following_url": "https://api.github.com/users/fabiommendes/following{/other_user}", "gists_url": "https://api.github.com/users/fabiommendes/gists{/gist_id}", "starred_url": "https://api.github.com/users/fabiommendes/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fabiommendes/subscriptions", "organizations_url": "https://api.github.com/users/fabiommendes/orgs", "repos_url": "https://api.github.com/users/fabiommendes/repos", "events_url": "https://api.github.com/users/fabiommendes/events{/privacy}", "received_events_url": "https://api.github.com/users/fabiommendes/received_events", "type": "User", "site_admin": false }
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" } ]
open
false
null
[]
null
0
2020-04-15T19:15:12
2022-11-15T17:00:26
null
NONE
null
While you obviously can write text in any language you want, the UI elements such as date picker, menu, etc are always in English. Streamlit should support i18n to be more useful to non-English speaking users. Since the underlying widgets already have support for i18n, it shouldn't be so hard to add it to Streamlit. I am willing to implement it, but I'd rather hear what are your thoughts on that issue and which approaches would you consider. I am willing to implement or help implementing this feature, but I'd like to do it in a way that can be merged in upstream. --- Community voting on feature requests enables the Streamlit team to understand which features are most important to our users. **If you'd like the Streamlit team to prioritize this feature request, please use the ๐Ÿ‘ (thumbs up emoji) reaction in response to the initial post.**
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1353/reactions", "total_count": 9, "+1": 9, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1353/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/1352
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/1352/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/1352/comments
https://api.github.com/repos/streamlit/streamlit/issues/1352/events
https://github.com/streamlit/streamlit/pull/1352
599,955,340
MDExOlB1bGxSZXF1ZXN0NDAzNDkxOTkx
1,352
Plugin Example cleanup
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tconkling/followers", "following_url": "https://api.github.com/users/tconkling/following{/other_user}", "gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}", "starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tconkling/subscriptions", "organizations_url": "https://api.github.com/users/tconkling/orgs", "repos_url": "https://api.github.com/users/tconkling/repos", "events_url": "https://api.github.com/users/tconkling/events{/privacy}", "received_events_url": "https://api.github.com/users/tconkling/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
0
2020-04-15T01:26:05
2020-04-15T01:26:45
2020-04-15T01:26:24
COLLABORATOR
null
Cleaned up the plugin_template folder, and added a new simple boilerplate example.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/1352/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/1352/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/1352", "html_url": "https://github.com/streamlit/streamlit/pull/1352", "diff_url": "https://github.com/streamlit/streamlit/pull/1352.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/1352.patch", "merged_at": "2020-04-15T01:26:24" }
true