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/3697
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3697/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3697/comments
https://api.github.com/repos/streamlit/streamlit/issues/3697/events
https://github.com/streamlit/streamlit/pull/3697
967,043,998
MDExOlB1bGxSZXF1ZXN0NzA5MjQzMTc4
3,697
Keys can also be ints
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[]
closed
false
null
[]
null
0
2021-08-11T16:35:16
2021-08-19T17:40:49
2021-08-19T17:40:43
COLLABORATOR
null
Some people use ints for keys, and it is easy enough to support, so this updates the type annotations and docs to allow it, and ensures int keys are converted to strings so we can still rely on that internally
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3697/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/3697/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3697", "html_url": "https://github.com/streamlit/streamlit/pull/3697", "diff_url": "https://github.com/streamlit/streamlit/pull/3697.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3697.patch", "merged_at": "2021-08-19T17:40:43"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3696
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3696/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3696/comments
https://api.github.com/repos/streamlit/streamlit/issues/3696/events
https://github.com/streamlit/streamlit/issues/3696
967,040,613
MDU6SXNzdWU5NjcwNDA2MTM=
3,696
st.write (df) gives problem when df is a pivot table
{ "login": "rcsmit", "id": 1609141, "node_id": "MDQ6VXNlcjE2MDkxNDE=", "avatar_url": "https://avatars.githubusercontent.com/u/1609141?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rcsmit", "html_url": "https://github.com/rcsmit", "followers_url": "https://api.github.com/users/rcsmit/foll...
[ { "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": 1846291968, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
6
2021-08-11T16:33:07
2022-10-04T22:45:38
2022-10-04T22:45:38
NONE
null
### Summary Showing a dataframe gives an error ArrowInvalid: ('Could not convert All with type str: tried to convert to int', 'Conversion failed for column MM with type object') ### Steps to reproduce Code snippet: ``` import pandas as pd import streamlit as st def get_data(): url = "https://raw...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3696/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/3696/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3695
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3695/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3695/comments
https://api.github.com/repos/streamlit/streamlit/issues/3695/events
https://github.com/streamlit/streamlit/issues/3695
966,366,736
MDU6SXNzdWU5NjYzNjY3MzY=
3,695
st.write convert dict keys to strings
{ "login": "PiotrCzapla", "id": 340180, "node_id": "MDQ6VXNlcjM0MDE4MA==", "avatar_url": "https://avatars.githubusercontent.com/u/340180?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PiotrCzapla", "html_url": "https://github.com/PiotrCzapla", "followers_url": "https://api.github.com/user...
[ { "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": 3022365121, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
3
2021-08-11T09:52:54
2021-09-09T19:26:42
null
NONE
null
### Summary Writting a dict to streamlit app add quotes around each key even if the key is an integer. this is a bit misleading when debugging. ### Steps to reproduce Code snippet: ``` st.write('test', {10:12}) ``` **Expected behavior:** prints: test { 10: 12 } **Actual behavior:** prints...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3695/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/3695/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3694
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3694/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3694/comments
https://api.github.com/repos/streamlit/streamlit/issues/3694/events
https://github.com/streamlit/streamlit/pull/3694
966,200,462
MDExOlB1bGxSZXF1ZXN0NzA4NDY0NDkz
3,694
Rectified two broken links
{ "login": "girishponkiya", "id": 2093282, "node_id": "MDQ6VXNlcjIwOTMyODI=", "avatar_url": "https://avatars.githubusercontent.com/u/2093282?v=4", "gravatar_id": "", "url": "https://api.github.com/users/girishponkiya", "html_url": "https://github.com/girishponkiya", "followers_url": "https://api.github....
[ { "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
2021-08-11T08:12:37
2021-08-16T20:34:12
2021-08-16T20:34:12
CONTRIBUTOR
null
Two links are broken as they have absolute URLs. Changing the URLs from absolute to relative, and the links are working fine.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3694/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/3694/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3694", "html_url": "https://github.com/streamlit/streamlit/pull/3694", "diff_url": "https://github.com/streamlit/streamlit/pull/3694.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3694.patch", "merged_at": "2021-08-16T20:34:12"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3693
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3693/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3693/comments
https://api.github.com/repos/streamlit/streamlit/issues/3693/events
https://github.com/streamlit/streamlit/pull/3693
965,519,137
MDExOlB1bGxSZXF1ZXN0NzA3ODI2NTEy
3,693
Fix "'setIn' cannot be called on an ElementNode" error
{ "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/tcon...
[]
closed
false
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.githu...
null
1
2021-08-10T23:00:42
2022-08-03T05:27:19
2021-08-16T17:19:50
COLLABORATOR
null
In the `ReportQueue.enqueue` "Delta composition" logic, we no longer replace `add_block` deltas. Replacing `add_block` deltas is problematic, because blocks can have other dependent deltas later in the queue. For example: ```python placeholder = st.empty() placeholder.columns(1) placeholder.empty() ``` The c...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3693/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/3693/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3693", "html_url": "https://github.com/streamlit/streamlit/pull/3693", "diff_url": "https://github.com/streamlit/streamlit/pull/3693.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3693.patch", "merged_at": "2021-08-16T17:19:49"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3692
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3692/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3692/comments
https://api.github.com/repos/streamlit/streamlit/issues/3692/events
https://github.com/streamlit/streamlit/pull/3692
965,491,884
MDExOlB1bGxSZXF1ZXN0NzA3ODAwODU0
3,692
feature/text-dials-move-docstring
{ "login": "jrieke", "id": 5103165, "node_id": "MDQ6VXNlcjUxMDMxNjU=", "avatar_url": "https://avatars.githubusercontent.com/u/5103165?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrieke", "html_url": "https://github.com/jrieke", "followers_url": "https://api.github.com/users/jrieke/foll...
[]
closed
false
null
[]
null
0
2021-08-10T22:38:56
2021-10-17T17:17:16
2021-08-10T22:46:03
COLLABORATOR
null
Move the docstring and add markdown formatting.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3692/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/3692/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3692", "html_url": "https://github.com/streamlit/streamlit/pull/3692", "diff_url": "https://github.com/streamlit/streamlit/pull/3692.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3692.patch", "merged_at": "2021-08-10T22:46:03"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3691
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3691/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3691/comments
https://api.github.com/repos/streamlit/streamlit/issues/3691/events
https://github.com/streamlit/streamlit/pull/3691
965,382,353
MDExOlB1bGxSZXF1ZXN0NzA3NzAwMjI0
3,691
Bump url-parse from 1.5.1 to 1.5.3 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://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2021-08-10T20:57:03
2021-08-11T22:50:22
2021-08-11T22:50:19
CONTRIBUTOR
null
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unshiftio/url-parse/commit/ad444931666a30bad11472d89a216461cf16cae2"><code>ad44493</code></a> [dist] 1.5.3</li> <li><a href="https://github.com/unshiftio/url-parse/com...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3691/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/3691/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3691", "html_url": "https://github.com/streamlit/streamlit/pull/3691", "diff_url": "https://github.com/streamlit/streamlit/pull/3691.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3691.patch", "merged_at": "2021-08-11T22:50:19"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3690
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3690/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3690/comments
https://api.github.com/repos/streamlit/streamlit/issues/3690/events
https://github.com/streamlit/streamlit/pull/3690
965,382,337
MDExOlB1bGxSZXF1ZXN0NzA3NzAwMjEx
3,690
Bump path-parse from 1.0.6 to 1.0.7 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://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2021-08-10T20:57:02
2021-08-11T23:11:09
2021-08-11T23:11:06
CONTRIBUTOR
null
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jbgutierrez/path-parse/commits/v1.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badge...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3690/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/3690/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3690", "html_url": "https://github.com/streamlit/streamlit/pull/3690", "diff_url": "https://github.com/streamlit/streamlit/pull/3690.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3690.patch", "merged_at": "2021-08-11T23:11:06"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3689
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3689/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3689/comments
https://api.github.com/repos/streamlit/streamlit/issues/3689/events
https://github.com/streamlit/streamlit/pull/3689
965,337,748
MDExOlB1bGxSZXF1ZXN0NzA3NjYwMTM2
3,689
Pin keras to <2.5.0 in testing
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[]
closed
false
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[ { "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url"...
null
0
2021-08-10T20:13:51
2021-08-10T20:55:19
2021-08-10T20:55:18
COLLABORATOR
null
We originally kept tensorflow downgraded in #3266 because of failed tests with keras-nightly. Keras has now been upgraded. We tested the waters, and errors still occur. We will, for now, restrict keras to 2.5.0 or less for the tests. Likely, the long term solution is to remove the keras import in favor for the tenso...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3689/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/3689/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3689", "html_url": "https://github.com/streamlit/streamlit/pull/3689", "diff_url": "https://github.com/streamlit/streamlit/pull/3689.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3689.patch", "merged_at": "2021-08-10T20:55:17"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3688
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3688/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3688/comments
https://api.github.com/repos/streamlit/streamlit/issues/3688/events
https://github.com/streamlit/streamlit/pull/3688
964,939,298
MDExOlB1bGxSZXF1ZXN0NzA3MzE2NjAz
3,688
Fixes broken docs URLs in few widget docstrings
{ "login": "snehankekre", "id": 20672874, "node_id": "MDQ6VXNlcjIwNjcyODc0", "avatar_url": "https://avatars.githubusercontent.com/u/20672874?v=4", "gravatar_id": "", "url": "https://api.github.com/users/snehankekre", "html_url": "https://github.com/snehankekre", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
3
2021-08-10T12:39:23
2021-08-16T15:46:37
2021-08-16T15:46:37
MEMBER
null
The docstrings for [`st.pydeck_chart`](https://docs.streamlit.io/en/stable/api.html#streamlit.pydeck_chart) and [`st.map`](https://docs.streamlit.io/en/stable/api.html#streamlit.map) the contain following URL: - https://docs.streamlit.io/en/latest/cli.html#view-all-config-options, which redirects to - https://docs.s...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3688/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/3688/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3688", "html_url": "https://github.com/streamlit/streamlit/pull/3688", "diff_url": "https://github.com/streamlit/streamlit/pull/3688.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3688.patch", "merged_at": "2021-08-16T15:46:37"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3687
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3687/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3687/comments
https://api.github.com/repos/streamlit/streamlit/issues/3687/events
https://github.com/streamlit/streamlit/pull/3687
964,520,810
MDExOlB1bGxSZXF1ZXN0NzA2OTY2ODE5
3,687
Simple widget-state model prototype
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[]
closed
false
null
[]
null
1
2021-08-10T01:50:02
2021-08-29T20:20:04
2021-08-29T20:20:04
COLLABORATOR
null
PR to run e2e tests and later provide a wheel
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3687/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/3687/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3687", "html_url": "https://github.com/streamlit/streamlit/pull/3687", "diff_url": "https://github.com/streamlit/streamlit/pull/3687.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3687.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3686
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3686/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3686/comments
https://api.github.com/repos/streamlit/streamlit/issues/3686/events
https://github.com/streamlit/streamlit/pull/3686
964,271,907
MDExOlB1bGxSZXF1ZXN0NzA2NzU1MDI4
3,686
Feature/text dials
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
0
2021-08-09T18:47:40
2021-08-09T22:28:32
2021-08-09T22:28:32
COLLABORATOR
null
## Before contributing (PLEASE READ!) ⚠️ **If your contribution is more than a few lines of code, then prior to starting to code on it please post in the issue saying you want to volunteer, then wait for a positive response.** And if there is no issue for it yet, create it first. This helps make sure (1) two peop...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3686/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/3686/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3686", "html_url": "https://github.com/streamlit/streamlit/pull/3686", "diff_url": "https://github.com/streamlit/streamlit/pull/3686.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3686.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3685
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3685/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3685/comments
https://api.github.com/repos/streamlit/streamlit/issues/3685/events
https://github.com/streamlit/streamlit/issues/3685
964,085,104
MDU6SXNzdWU5NjQwODUxMDQ=
3,685
Reflect widget values in query parameters
{ "login": "tybirk-mindway", "id": 62385461, "node_id": "MDQ6VXNlcjYyMzg1NDYx", "avatar_url": "https://avatars.githubusercontent.com/u/62385461?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tybirk-mindway", "html_url": "https://github.com/tybirk-mindway", "followers_url": "https://api.gi...
[ { "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
2021-08-09T14:58:27
2021-08-19T18:31:09
2021-08-12T00:14:55
NONE
null
### Problem Query parameters provide a nice way of sharing/bookmarking app state. It would be awesome if it was possible to automatically take in query parameters as widget values (which would require some validation) and automatically update query parameters once a widget value changes. ### Solution **MVP:** ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3685/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/3685/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3684
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3684/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3684/comments
https://api.github.com/repos/streamlit/streamlit/issues/3684/events
https://github.com/streamlit/streamlit/issues/3684
964,072,912
MDU6SXNzdWU5NjQwNzI5MTI=
3,684
Add form.clear() to the API
{ "login": "tybirk-mindway", "id": 62385461, "node_id": "MDQ6VXNlcjYyMzg1NDYx", "avatar_url": "https://avatars.githubusercontent.com/u/62385461?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tybirk-mindway", "html_url": "https://github.com/tybirk-mindway", "followers_url": "https://api.gi...
[ { "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
2
2021-08-09T14:46:07
2022-11-15T17:00:42
null
NONE
null
### Problem I want to be able to programmatically clear a form, but not necessarily do so every time the form is submitted (which is possible with the ```clear_on_submit``` option already). Usecases include - A form having a "Submit" as well as a "Reset/Clear button" - A form having a submit button which only...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3684/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/3684/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3683
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3683/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3683/comments
https://api.github.com/repos/streamlit/streamlit/issues/3683/events
https://github.com/streamlit/streamlit/pull/3683
963,627,249
MDExOlB1bGxSZXF1ZXN0NzA2MjAxNTA2
3,683
UI tweaks #7: floating fullscreen/anchor/copy buttons
{ "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", ...
[]
closed
false
null
[]
null
3
2021-08-09T04:17:20
2021-09-03T05:44:44
2021-09-03T02:49:45
CONTRIBUTOR
null
(Breaking up #3642 into multiple PRs) * Make fullscreen/anchor/copy buttons use same styles * Unify/improve the show/hide animation on those buttons NOTE: Screenshot tests coming after first round of reviews. Don't want to generate and re-generate as more reviews come in 😅 NOTE #2: Note the base branch for ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3683/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/3683/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3683", "html_url": "https://github.com/streamlit/streamlit/pull/3683", "diff_url": "https://github.com/streamlit/streamlit/pull/3683.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3683.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3682
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3682/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3682/comments
https://api.github.com/repos/streamlit/streamlit/issues/3682/events
https://github.com/streamlit/streamlit/pull/3682
963,626,301
MDExOlB1bGxSZXF1ZXN0NzA2MjAwNjY1
3,682
UI tweaks #6: tables and dataframes
{ "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", ...
[]
closed
false
null
[]
null
5
2021-08-09T04:15:11
2021-09-03T05:43:55
2021-09-03T05:43:55
CONTRIBUTOR
null
(Breaking up #3642 into multiple PRs) * Change how st.table and st.dataframe look (legacy and Arrow) * White background * Gray grid * Better padding * More readable font family and font size * Make Arrow version only align cells to the right when they're numeric * Make table captions small, like image ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3682/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/3682/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3682", "html_url": "https://github.com/streamlit/streamlit/pull/3682", "diff_url": "https://github.com/streamlit/streamlit/pull/3682.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3682.patch", "merged_at": "2021-09-03T05:43:55"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3681
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3681/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3681/comments
https://api.github.com/repos/streamlit/streamlit/issues/3681/events
https://github.com/streamlit/streamlit/pull/3681
963,605,269
MDExOlB1bGxSZXF1ZXN0NzA2MTgyOTA5
3,681
UI tweaks #5: settings dialog
{ "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", ...
[]
closed
false
null
[]
null
0
2021-08-09T03:13:56
2021-08-30T00:29:59
2021-08-30T00:29:49
CONTRIBUTOR
null
(Breaking up #3642 into multiple PRs) * #3678 made the Settings dialog look ugly. This fixes it by changing how headers look inside the dialog. * Use semantic header for the settings dialog: h2 instead of h4 * Make selectboxes inside the Settings dialog more closely follow our theme. I'm going for cost/benefit — n...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3681/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/3681/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3681", "html_url": "https://github.com/streamlit/streamlit/pull/3681", "diff_url": "https://github.com/streamlit/streamlit/pull/3681.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3681.patch", "merged_at": "2021-08-30T00:29:49"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3680
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3680/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3680/comments
https://api.github.com/repos/streamlit/streamlit/issues/3680/events
https://github.com/streamlit/streamlit/pull/3680
963,604,173
MDExOlB1bGxSZXF1ZXN0NzA2MTgxOTE3
3,680
UI tweaks #4: widget labels
{ "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", ...
[]
closed
false
null
[]
null
0
2021-08-09T03:11:02
2021-08-26T06:51:32
2021-08-26T06:51:29
CONTRIBUTOR
null
(Breaking up #3642 into multiple PRs) * Fix funny space above the selectbox on the settings dialog, which is due to the empty widget label * Refactor widget labels so we handle them uniformly everywhere, making sure a label of `""` **does** occupy space, just like today. * Add visual test for the empty label case ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3680/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/3680/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3680", "html_url": "https://github.com/streamlit/streamlit/pull/3680", "diff_url": "https://github.com/streamlit/streamlit/pull/3680.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3680.patch", "merged_at": "2021-08-26T06:51:29"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3679
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3679/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3679/comments
https://api.github.com/repos/streamlit/streamlit/issues/3679/events
https://github.com/streamlit/streamlit/pull/3679
963,603,111
MDExOlB1bGxSZXF1ZXN0NzA2MTgwOTcy
3,679
UI tweaks #3: font family
{ "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", ...
[]
closed
false
null
[]
null
3
2021-08-09T03:08:24
2021-08-26T06:51:13
2021-08-26T06:51:05
CONTRIBUTOR
null
(Breaking up #3642 into multiple PRs) * Out with IBM Plex [X], in with Source [X] Pro * No longer package font with Streamlit, due to licensing * Include some great fallback fonts for when working offline. NOTE: Screenshot tests coming after first round of reviews. Don't want to generate and re-generate as more...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3679/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/3679/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3679", "html_url": "https://github.com/streamlit/streamlit/pull/3679", "diff_url": "https://github.com/streamlit/streamlit/pull/3679.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3679.patch", "merged_at": "2021-08-26T06:51:05"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3678
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3678/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3678/comments
https://api.github.com/repos/streamlit/streamlit/issues/3678/events
https://github.com/streamlit/streamlit/pull/3678
963,601,621
MDExOlB1bGxSZXF1ZXN0NzA2MTc5NjMz
3,678
UI tweaks #2: font sizes and consequences
{ "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", ...
[]
closed
false
null
[]
null
6
2021-08-09T03:04:54
2021-08-26T06:26:19
2021-08-26T06:26:16
CONTRIBUTOR
null
(Breaking up #3642 into multiple PRs) * Update base font sizes (in preparation for a subsequent PR where I change the default font to Source Sans, which is visually smaller) * Update secondary, sub, and header font sizes * Update content width to better accommodate new font NOTE: Screenshot tests coming after f...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3678/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/3678/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3678", "html_url": "https://github.com/streamlit/streamlit/pull/3678", "diff_url": "https://github.com/streamlit/streamlit/pull/3678.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3678.patch", "merged_at": "2021-08-26T06:26:16"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3677
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3677/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3677/comments
https://api.github.com/repos/streamlit/streamlit/issues/3677/events
https://github.com/streamlit/streamlit/pull/3677
963,601,057
MDExOlB1bGxSZXF1ZXN0NzA2MTc5MTM3
3,677
UI tweaks #1: colors
{ "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", ...
[]
closed
false
null
[]
null
1
2021-08-09T03:03:37
2021-08-24T17:00:51
2021-08-24T17:00:44
CONTRIBUTOR
null
(Breaking up https://github.com/streamlit/streamlit/pull/3642 into multiple PRs) * Replace Streamlit Pink with Red70 * Make body text a little lighter (gray85) * Make dark sidebar a little darker (gray90) NOTE: Screenshot tests coming after first round of reviews. Don't want to generate and re-generate as more ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3677/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/3677/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3677", "html_url": "https://github.com/streamlit/streamlit/pull/3677", "diff_url": "https://github.com/streamlit/streamlit/pull/3677.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3677.patch", "merged_at": "2021-08-24T17:00:44"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3676
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3676/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3676/comments
https://api.github.com/repos/streamlit/streamlit/issues/3676/events
https://github.com/streamlit/streamlit/pull/3676
963,598,104
MDExOlB1bGxSZXF1ZXN0NzA2MTc2NzQ3
3,676
UI tweaks #1: colors
{ "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", ...
[]
closed
false
null
[]
null
0
2021-08-09T02:54:25
2021-08-09T03:03:40
2021-08-09T03:03:40
CONTRIBUTOR
null
(Breaking up https://github.com/streamlit/streamlit/pull/3642 into multiple PRs) * Replace Streamlit Pink with Red70 * Make body text a little lighter (gray85, which I'll be adding to our official palette) NOTE: Screenshot tests coming after first round of reviews. Don't want to generate and re-generate as more ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3676/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/3676/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3676", "html_url": "https://github.com/streamlit/streamlit/pull/3676", "diff_url": "https://github.com/streamlit/streamlit/pull/3676.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3676.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3675
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3675/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3675/comments
https://api.github.com/repos/streamlit/streamlit/issues/3675/events
https://github.com/streamlit/streamlit/pull/3675
963,597,460
MDExOlB1bGxSZXF1ZXN0NzA2MTc2MjEw
3,675
WIP Tabs UI - Looking for feedback
{ "login": "xaptronic", "id": 479673, "node_id": "MDQ6VXNlcjQ3OTY3Mw==", "avatar_url": "https://avatars.githubusercontent.com/u/479673?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xaptronic", "html_url": "https://github.com/xaptronic", "followers_url": "https://api.github.com/users/xapt...
[]
closed
false
null
[]
null
2
2021-08-09T02:51:49
2021-08-13T04:34:28
2021-08-13T04:34:28
CONTRIBUTOR
null
https://github.com/streamlit/streamlit/issues/233 Attempting to created tabbed UI as described in this issue. This is a work in progress and I am looking to get some initial feedback about whether this would be accepted into streamlit. I added a new method in `layouts.py` called `beta_tabs` which behaves similarl...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3675/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/3675/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3675", "html_url": "https://github.com/streamlit/streamlit/pull/3675", "diff_url": "https://github.com/streamlit/streamlit/pull/3675.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3675.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3674
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3674/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3674/comments
https://api.github.com/repos/streamlit/streamlit/issues/3674/events
https://github.com/streamlit/streamlit/issues/3674
963,544,330
MDU6SXNzdWU5NjM1NDQzMzA=
3,674
Ubuntu - Illegal Instruction
{ "login": "rott215dog", "id": 62121759, "node_id": "MDQ6VXNlcjYyMTIxNzU5", "avatar_url": "https://avatars.githubusercontent.com/u/62121759?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rott215dog", "html_url": "https://github.com/rott215dog", "followers_url": "https://api.github.com/use...
[ { "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
4
2021-08-09T00:06:53
2021-09-10T02:14:41
2021-08-19T03:25:20
NONE
null
### Summary After installing Streamlit on Ubuntu, when trying to run it in the terminal an error will constantly appear. "Illegal instruction: Core dumped" ### Steps to reproduce Code snippet: ``` pip3 install streamlit streamlit hello ``` If applicable, please provide the steps we should take to repr...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3674/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/3674/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3673
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3673/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3673/comments
https://api.github.com/repos/streamlit/streamlit/issues/3673/events
https://github.com/streamlit/streamlit/issues/3673
963,528,842
MDU6SXNzdWU5NjM1Mjg4NDI=
3,673
streamlit: command not found in CentOS7
{ "login": "Rqcker", "id": 20661419, "node_id": "MDQ6VXNlcjIwNjYxNDE5", "avatar_url": "https://avatars.githubusercontent.com/u/20661419?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rqcker", "html_url": "https://github.com/Rqcker", "followers_url": "https://api.github.com/users/Rqcker/fo...
[ { "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
3
2021-08-08T22:34:52
2021-09-10T02:14:41
2021-08-12T22:52:51
NONE
null
### Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. After successfully installing streamlit via pip on Centos7, and I can see the installation package on the pip list. However, using streamlit hello in Bash shows `streamlit: command not found centos`. But it is perfect that I ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3673/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/3673/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3672
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3672/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3672/comments
https://api.github.com/repos/streamlit/streamlit/issues/3672/events
https://github.com/streamlit/streamlit/issues/3672
963,430,403
MDU6SXNzdWU5NjM0MzA0MDM=
3,672
cannot update to v0.85.1 or 0.86.0 due to package conlict
{ "login": "sleepybunn", "id": 75115235, "node_id": "MDQ6VXNlcjc1MTE1MjM1", "avatar_url": "https://avatars.githubusercontent.com/u/75115235?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sleepybunn", "html_url": "https://github.com/sleepybunn", "followers_url": "https://api.github.com/use...
[ { "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": 2258739424, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
7
2021-08-08T13:15:30
2021-10-25T16:54:42
2021-10-25T16:54:42
NONE
null
### Summary hello, i have used streamlit many times before, and so far so good, just the problem i'm stuck in old version i can't update to v085.1 or 0.86.0, due to package conflict(s), i use miniconda, on laptop with OS windows 10, i attached the conda info, conda list, and the screenshot below ### Steps to r...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3672/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/3672/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3671
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3671/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3671/comments
https://api.github.com/repos/streamlit/streamlit/issues/3671/events
https://github.com/streamlit/streamlit/issues/3671
963,198,708
MDU6SXNzdWU5NjMxOTg3MDg=
3,671
on/off reactive loading
{ "login": "imsumin018", "id": 61051996, "node_id": "MDQ6VXNlcjYxMDUxOTk2", "avatar_url": "https://avatars.githubusercontent.com/u/61051996?v=4", "gravatar_id": "", "url": "https://api.github.com/users/imsumin018", "html_url": "https://github.com/imsumin018", "followers_url": "https://api.github.com/use...
[ { "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
2021-08-07T09:56:35
2021-09-10T02:14:40
2021-09-08T22:40:12
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 Currently, it loads data and refresh chart again and agiain whenever UI component value changed. so model runs every UI changes...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3671/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/3671/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3670
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3670/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3670/comments
https://api.github.com/repos/streamlit/streamlit/issues/3670/events
https://github.com/streamlit/streamlit/issues/3670
963,127,305
MDU6SXNzdWU5NjMxMjczMDU=
3,670
Minor: Remove redundant '' encapsulating error message
{ "login": "asaini", "id": 1134064, "node_id": "MDQ6VXNlcjExMzQwNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/1134064?v=4", "gravatar_id": "", "url": "https://api.github.com/users/asaini", "html_url": "https://github.com/asaini", "followers_url": "https://api.github.com/users/asaini/foll...
[ { "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
0
2021-08-07T01:25:31
2021-08-12T00:37:06
null
NONE
null
### Steps to reproduce When accessing a key which does not exist in `st.session_state` Code snippet: ```python st.session_state['username'] ``` **Actual behavior:** ![error](https://user-images.githubusercontent.com/1134064/128583607-44c23518-d55c-498a-8053-6b4456a2548a.png) Should not display `'`...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3670/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/3670/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3669
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3669/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3669/comments
https://api.github.com/repos/streamlit/streamlit/issues/3669/events
https://github.com/streamlit/streamlit/issues/3669
963,063,006
MDU6SXNzdWU5NjMwNjMwMDY=
3,669
The Api is very slow as of recent
{ "login": "MyUsernamee", "id": 86261814, "node_id": "MDQ6VXNlcjg2MjYxODE0", "avatar_url": "https://avatars.githubusercontent.com/u/86261814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MyUsernamee", "html_url": "https://github.com/MyUsernamee", "followers_url": "https://api.github.com/...
[ { "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
2021-08-06T21:42:32
2021-08-19T18:31:09
2021-08-06T21:43:52
NONE
null
### Summary The api takes a really long time to respond ### Steps to reproduce Code snippet: When performing any call to the api it can take up to a minute **Expected behavior:** Usually it is only a few second wait **Actual behavior:** Very slow ### Is this a regression? That is, did th...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3669/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/3669/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3668
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3668/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3668/comments
https://api.github.com/repos/streamlit/streamlit/issues/3668/events
https://github.com/streamlit/streamlit/issues/3668
962,943,192
MDU6SXNzdWU5NjI5NDMxOTI=
3,668
Test filepath works with Windows
{ "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.github.com/users/kajar...
[]
closed
false
{ "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.github.com/users/kajar...
[ { "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.gi...
null
0
2021-08-06T18:06:12
2021-08-11T20:39:43
2021-08-11T20:39:43
COLLABORATOR
null
Check how st.image implemented to work with WIndows pathes and implement similar logic for download button filepath
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3668/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/3668/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3667
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3667/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3667/comments
https://api.github.com/repos/streamlit/streamlit/issues/3667/events
https://github.com/streamlit/streamlit/pull/3667
962,856,489
MDExOlB1bGxSZXF1ZXN0NzA1NTg2MDY5
3,667
Adds Snowflake connector tutorial to docs
{ "login": "snehankekre", "id": 20672874, "node_id": "MDQ6VXNlcjIwNjcyODc0", "avatar_url": "https://avatars.githubusercontent.com/u/20672874?v=4", "gravatar_id": "", "url": "https://api.github.com/users/snehankekre", "html_url": "https://github.com/snehankekre", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2021-08-06T15:52:23
2021-08-16T20:39:31
2021-08-16T20:39:30
MEMBER
null
Added a new tutorial to docs: Connect Streamlit to Snowflake
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3667/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/3667/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3667", "html_url": "https://github.com/streamlit/streamlit/pull/3667", "diff_url": "https://github.com/streamlit/streamlit/pull/3667.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3667.patch", "merged_at": "2021-08-16T20:39:30"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3666
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3666/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3666/comments
https://api.github.com/repos/streamlit/streamlit/issues/3666/events
https://github.com/streamlit/streamlit/issues/3666
962,679,208
MDU6SXNzdWU5NjI2NzkyMDg=
3,666
Streamlit starts in wrong position of the page
{ "login": "kurt-rhee", "id": 33131958, "node_id": "MDQ6VXNlcjMzMTMxOTU4", "avatar_url": "https://avatars.githubusercontent.com/u/33131958?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kurt-rhee", "html_url": "https://github.com/kurt-rhee", "followers_url": "https://api.github.com/users/...
[ { "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": 1634945110, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
5
2021-08-06T12:09:05
2021-08-19T05:49:16
2021-08-12T13:02:28
NONE
null
### Summary Streamlit is starting the application near the center of the page. ### Steps to reproduce Code snippet: ``` import streamlit as st st.write('test') ``` **Expected behavior:** St.write will appear towards the left of page ![image](https://user-images.githubusercontent.com/33131958/1...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3666/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/3666/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3665
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3665/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3665/comments
https://api.github.com/repos/streamlit/streamlit/issues/3665/events
https://github.com/streamlit/streamlit/issues/3665
962,360,662
MDU6SXNzdWU5NjIzNjA2NjI=
3,665
when using st._arrow_line_chart(dataframe)
{ "login": "usuixingyili", "id": 74706568, "node_id": "MDQ6VXNlcjc0NzA2NTY4", "avatar_url": "https://avatars.githubusercontent.com/u/74706568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/usuixingyili", "html_url": "https://github.com/usuixingyili", "followers_url": "https://api.github.c...
[ { "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
4
2021-08-06T03:22:19
2021-08-19T18:31:09
2021-08-12T00:40:50
NONE
null
column dtype is float64, is my data problem or anything else problem? ![st _arrow_line_chart_error](https://user-images.githubusercontent.com/74706568/128451080-2cefe4c8-2c9b-4f19-bab2-d8caf7c68c10.png)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3665/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/3665/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3664
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3664/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3664/comments
https://api.github.com/repos/streamlit/streamlit/issues/3664/events
https://github.com/streamlit/streamlit/issues/3664
962,343,499
MDU6SXNzdWU5NjIzNDM0OTk=
3,664
When using st.write(dataframe), index and columns can be interactived.
{ "login": "usuixingyili", "id": 74706568, "node_id": "MDQ6VXNlcjc0NzA2NTY4", "avatar_url": "https://avatars.githubusercontent.com/u/74706568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/usuixingyili", "html_url": "https://github.com/usuixingyili", "followers_url": "https://api.github.c...
[ { "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
2021-08-06T02:38:45
2021-08-19T18:31:08
2021-08-06T23:45:59
NONE
null
Once clicks index name or column name, return the value.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3664/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/3664/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3663
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3663/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3663/comments
https://api.github.com/repos/streamlit/streamlit/issues/3663/events
https://github.com/streamlit/streamlit/pull/3663
962,267,631
MDExOlB1bGxSZXF1ZXN0NzA1MDg0ODA3
3,663
Version 0.86.0
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[]
closed
false
null
[]
null
0
2021-08-05T23:25:19
2021-08-06T15:48:31
2021-08-06T15:48:30
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3663/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/3663/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3663", "html_url": "https://github.com/streamlit/streamlit/pull/3663", "diff_url": "https://github.com/streamlit/streamlit/pull/3663.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3663.patch", "merged_at": "2021-08-06T15:48:30"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3662
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3662/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3662/comments
https://api.github.com/repos/streamlit/streamlit/issues/3662/events
https://github.com/streamlit/streamlit/pull/3662
962,247,343
MDExOlB1bGxSZXF1ZXN0NzA1MDY3MjY2
3,662
Version 0.85.0
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[]
closed
false
null
[]
null
0
2021-08-05T22:40:16
2021-08-05T22:45:43
2021-08-05T22:45:42
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3662/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/3662/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3662", "html_url": "https://github.com/streamlit/streamlit/pull/3662", "diff_url": "https://github.com/streamlit/streamlit/pull/3662.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3662.patch", "merged_at": "2021-08-05T22:45:42"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3661
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3661/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3661/comments
https://api.github.com/repos/streamlit/streamlit/issues/3661/events
https://github.com/streamlit/streamlit/issues/3661
961,590,727
MDU6SXNzdWU5NjE1OTA3Mjc=
3,661
Html component (keplergl) doesn't appear
{ "login": "dorgol", "id": 41079759, "node_id": "MDQ6VXNlcjQxMDc5NzU5", "avatar_url": "https://avatars.githubusercontent.com/u/41079759?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dorgol", "html_url": "https://github.com/dorgol", "followers_url": "https://api.github.com/users/dorgol/fo...
[ { "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": 2258739424, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2021-08-05T08:44:56
2021-12-01T14:56:08
2021-12-01T14:56:08
NONE
null
I have HTML files, a product of exporting keplergl, on my computer. I manage to show one file on streamlit app: [f90.zip](https://github.com/streamlit/streamlit/files/6937199/f90.zip) (here is the zipped file). However when I try to show another HTML (the following zipped file it doesn't appear in the app. [kepler...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3661/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/3661/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3660
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3660/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3660/comments
https://api.github.com/repos/streamlit/streamlit/issues/3660/events
https://github.com/streamlit/streamlit/pull/3660
961,586,331
MDExOlB1bGxSZXF1ZXN0NzA0NDk5NjE5
3,660
Retain file_uploader state when an expander closes
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2021-08-05T08:39:19
2021-08-09T23:42:57
2021-08-09T23:42:54
COLLABORATOR
null
Currently, st.file_uploader and st.expander don't work well together as the file_uploader widget loses its state (only on the frontend) when an expander is closed and reopened. The reason for this is that we aren't populating the initial value of a file_uploader widget if there's state for the widget in the WidgetS...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3660/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/3660/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3660", "html_url": "https://github.com/streamlit/streamlit/pull/3660", "diff_url": "https://github.com/streamlit/streamlit/pull/3660.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3660.patch", "merged_at": "2021-08-09T23:42:54"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3659
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3659/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3659/comments
https://api.github.com/repos/streamlit/streamlit/issues/3659/events
https://github.com/streamlit/streamlit/issues/3659
961,396,299
MDU6SXNzdWU5NjEzOTYyOTk=
3,659
setIn Error with `st.empty`
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[ { "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": 3022365121, "node_id": "MDU6TGFiZ...
closed
false
{ "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/tcon...
[ { "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.g...
null
5
2021-08-05T03:42:05
2022-12-21T10:12:50
2021-08-16T17:19:49
COLLABORATOR
null
### Summary Streamlit produces a `setIn` error when using `st.empty` ### Steps to reproduce From: https://discuss.streamlit.io/t/bad-message-format-setin-cannot-be-called-on-an-elementnode/15618 Code snippet: ```python import streamlit as st placeholder = st.empty() column, = placeholder.columns(1) ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3659/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/3659/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3658
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3658/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3658/comments
https://api.github.com/repos/streamlit/streamlit/issues/3658/events
https://github.com/streamlit/streamlit/issues/3658
961,294,431
MDU6SXNzdWU5NjEyOTQ0MzE=
3,658
Cannot print terminal output in streamlit
{ "login": "mlnewbie987", "id": 84219490, "node_id": "MDQ6VXNlcjg0MjE5NDkw", "avatar_url": "https://avatars.githubusercontent.com/u/84219490?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mlnewbie987", "html_url": "https://github.com/mlnewbie987", "followers_url": "https://api.github.com/...
[ { "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
2021-08-05T00:53:29
2021-08-19T18:31:08
2021-08-06T23:55:08
NONE
null
Hello @vdonato I'm trying to build a webapp using streamlit with cognitive services.Output displayed in the terminal should be visible on webpage.How to do it using streamlit.I referred the documentation it didn't helped me in finding anything.Can you look into the code? import threading try: import azur...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3658/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/3658/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3657
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3657/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3657/comments
https://api.github.com/repos/streamlit/streamlit/issues/3657/events
https://github.com/streamlit/streamlit/pull/3657
960,757,053
MDExOlB1bGxSZXF1ZXN0NzAzNzQ3NzMz
3,657
Fix line height for text dials
{ "login": "jrieke", "id": 5103165, "node_id": "MDQ6VXNlcjUxMDMxNjU=", "avatar_url": "https://avatars.githubusercontent.com/u/5103165?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrieke", "html_url": "https://github.com/jrieke", "followers_url": "https://api.github.com/users/jrieke/foll...
[]
closed
false
null
[]
null
0
2021-08-04T17:14:20
2021-10-17T17:17:17
2021-08-04T17:44:35
COLLABORATOR
null
Some chars in text dials got clipped. This fixes it by changing line-height + paddings.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3657/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/3657/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3657", "html_url": "https://github.com/streamlit/streamlit/pull/3657", "diff_url": "https://github.com/streamlit/streamlit/pull/3657.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3657.patch", "merged_at": "2021-08-04T17:44:35"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3656
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3656/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3656/comments
https://api.github.com/repos/streamlit/streamlit/issues/3656/events
https://github.com/streamlit/streamlit/issues/3656
960,224,640
MDU6SXNzdWU5NjAyMjQ2NDA=
3,656
How to customize each button uniquely?
{ "login": "murtazabasu", "id": 54032524, "node_id": "MDQ6VXNlcjU0MDMyNTI0", "avatar_url": "https://avatars.githubusercontent.com/u/54032524?v=4", "gravatar_id": "", "url": "https://api.github.com/users/murtazabasu", "html_url": "https://github.com/murtazabasu", "followers_url": "https://api.github.com/...
[ { "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
3
2021-08-04T10:35:27
2022-11-25T12:14:18
null
NONE
null
Hello, I want to customize buttons with different styles. I am already using a local_css method to customize buttons in a page (following a particular a style of customization). using this css: ``` body { color: #fff; background-color: #11A27B; /* font-size: 40px; */ } .stButton>button{ col...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3656/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/3656/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3655
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3655/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3655/comments
https://api.github.com/repos/streamlit/streamlit/issues/3655/events
https://github.com/streamlit/streamlit/pull/3655
960,169,813
MDExOlB1bGxSZXF1ZXN0NzAzMjE2NzEw
3,655
solve #3604
{ "login": "pranavr2003", "id": 56883253, "node_id": "MDQ6VXNlcjU2ODgzMjUz", "avatar_url": "https://avatars.githubusercontent.com/u/56883253?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pranavr2003", "html_url": "https://github.com/pranavr2003", "followers_url": "https://api.github.com/...
[ { "id": 2803641782, "node_id": "MDU6TGFiZWwyODAzNjQxNzgy", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:stale", "name": "status:stale", "color": "FEF2C0", "default": false, "description": "Submitter hasn't responded in 7+ days" } ]
closed
false
null
[]
null
4
2021-08-04T09:50:46
2021-08-31T17:00:57
2021-08-31T17:00:57
NONE
null
There's an issue with formerly lineno 365, where streamlit *checks* if the SVG code starts with a `<svg`. This is obviously not the case with most SVG files, and hence it spits out a `FileNotFoundError` when the file starts with anything other than `<svg`. This is solved when the `if` statement that checks for `startsw...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3655/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/3655/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3655", "html_url": "https://github.com/streamlit/streamlit/pull/3655", "diff_url": "https://github.com/streamlit/streamlit/pull/3655.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3655.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3654
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3654/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3654/comments
https://api.github.com/repos/streamlit/streamlit/issues/3654/events
https://github.com/streamlit/streamlit/pull/3654
960,071,476
MDExOlB1bGxSZXF1ZXN0NzAzMTI3MjYy
3,654
`width` not necessary for SVGs to work on `image.py` docstring
{ "login": "pranavr2003", "id": 56883253, "node_id": "MDQ6VXNlcjU2ODgzMjUz", "avatar_url": "https://avatars.githubusercontent.com/u/56883253?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pranavr2003", "html_url": "https://github.com/pranavr2003", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2021-08-04T08:39:47
2021-08-10T14:05:32
2021-08-10T14:05:26
NONE
null
removed formerly lineno 71 on the docstring, since `width` is not necessary for SVGs to work
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3654/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/3654/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3654", "html_url": "https://github.com/streamlit/streamlit/pull/3654", "diff_url": "https://github.com/streamlit/streamlit/pull/3654.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3654.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3653
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3653/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3653/comments
https://api.github.com/repos/streamlit/streamlit/issues/3653/events
https://github.com/streamlit/streamlit/issues/3653
959,870,930
MDU6SXNzdWU5NTk4NzA5MzA=
3,653
When using `add_rows` with `datetime` index, the chart screen is not refreshed.
{ "login": "DmitryBe", "id": 16871293, "node_id": "MDQ6VXNlcjE2ODcxMjkz", "avatar_url": "https://avatars.githubusercontent.com/u/16871293?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DmitryBe", "html_url": "https://github.com/DmitryBe", "followers_url": "https://api.github.com/users/Dmi...
[ { "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": 3022365121, "node_id": "MDU6TGFiZ...
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/...
[ { "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.githu...
null
2
2021-08-04T04:22:19
2021-10-06T02:01:41
2021-10-06T01:53:44
NONE
null
### Summary When using `add_rows` with `datetime` index, the chart screen is not refreshed. ### Steps to reproduce Code snippet: ``` import os import time import random import streamlit as st import pandas as pd import numpy as np current_time = pd.to_datetime("08:00:00 2021-01-01", utc=True) sim...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3653/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/3653/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3652
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3652/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3652/comments
https://api.github.com/repos/streamlit/streamlit/issues/3652/events
https://github.com/streamlit/streamlit/pull/3652
959,606,362
MDExOlB1bGxSZXF1ZXN0NzAyNzA1Mzkz
3,652
Fix image os error
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
0
2021-08-03T23:06:52
2021-08-04T18:39:18
2021-08-04T18:39:12
COLLABORATOR
null
Close #3597 . Discussed this with Vincent to change the logic to see if the image may have an alpha channel. Sometimes, there is a png that does not have an alpha channel and it looks like it causes some breakage within our code as OS tries to convert P mode image to JPEG.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3652/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/3652/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3652", "html_url": "https://github.com/streamlit/streamlit/pull/3652", "diff_url": "https://github.com/streamlit/streamlit/pull/3652.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3652.patch", "merged_at": "2021-08-04T18:39:12"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3651
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3651/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3651/comments
https://api.github.com/repos/streamlit/streamlit/issues/3651/events
https://github.com/streamlit/streamlit/issues/3651
959,505,070
MDU6SXNzdWU5NTk1MDUwNzA=
3,651
Support for caching outputs of coroutines
{ "login": "vnavkal", "id": 5924638, "node_id": "MDQ6VXNlcjU5MjQ2Mzg=", "avatar_url": "https://avatars.githubusercontent.com/u/5924638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vnavkal", "html_url": "https://github.com/vnavkal", "followers_url": "https://api.github.com/users/vnavkal/...
[ { "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
1
2021-08-03T21:02:03
2022-11-15T17:00:42
null
NONE
null
### Problem I'd like to be able to cache the values returned by coroutines. If I have a long-running coroutine ```python async def some_coroutine(): ... ``` I'd like to be able to await it ```python result = await some_coroutine() ``` and have `result` computed from scratch on the first invocation but re...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3651/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/3651/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3650
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3650/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3650/comments
https://api.github.com/repos/streamlit/streamlit/issues/3650/events
https://github.com/streamlit/streamlit/pull/3650
959,367,478
MDExOlB1bGxSZXF1ZXN0NzAyNDkyMTcy
3,650
Remove beta_secrets, which expired on 2021-06-30
{ "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/tcon...
[]
closed
false
null
[]
null
0
2021-08-03T18:11:35
2021-08-03T20:16:12
2021-08-03T20:16:09
COLLABORATOR
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3650/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/3650/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3650", "html_url": "https://github.com/streamlit/streamlit/pull/3650", "diff_url": "https://github.com/streamlit/streamlit/pull/3650.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3650.patch", "merged_at": "2021-08-03T20:16:09"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3649
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3649/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3649/comments
https://api.github.com/repos/streamlit/streamlit/issues/3649/events
https://github.com/streamlit/streamlit/issues/3649
959,294,469
MDU6SXNzdWU5NTkyOTQ0Njk=
3,649
App "wiggles" back and forth on mobile or small width browsers (Mac and iPhone)
{ "login": "mesmith027", "id": 66020208, "node_id": "MDQ6VXNlcjY2MDIwMjA4", "avatar_url": "https://avatars.githubusercontent.com/u/66020208?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mesmith027", "html_url": "https://github.com/mesmith027", "followers_url": "https://api.github.com/use...
[ { "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": 2567817581, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
5
2021-08-03T16:34:06
2021-09-13T16:55:06
null
CONTRIBUTOR
null
### Summary When using safari or chrome on a Mac or iPhone scrolling becomes tedious when the browser width is very narrow. The app "wiggles" back and forth and gives a bad user experience. Making it difficult to navigate the app. A couple of users have documented this behaviour on the community forum: https:/...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3649/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/3649/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3648
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3648/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3648/comments
https://api.github.com/repos/streamlit/streamlit/issues/3648/events
https://github.com/streamlit/streamlit/pull/3648
959,222,279
MDExOlB1bGxSZXF1ZXN0NzAyMzcwNDEz
3,648
1st text dials design pass from Johannes
{ "login": "jrieke", "id": 5103165, "node_id": "MDQ6VXNlcjUxMDMxNjU=", "avatar_url": "https://avatars.githubusercontent.com/u/5103165?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrieke", "html_url": "https://github.com/jrieke", "followers_url": "https://api.github.com/users/jrieke/foll...
[]
closed
false
null
[]
null
0
2021-08-03T15:13:34
2021-08-03T17:21:02
2021-08-03T17:20:56
COLLABORATOR
null
This is just a first design pass on the new text dials feature. Changes a bit of CSS and the arrow symbols. --- **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/3648/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/3648/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3648", "html_url": "https://github.com/streamlit/streamlit/pull/3648", "diff_url": "https://github.com/streamlit/streamlit/pull/3648.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3648.patch", "merged_at": "2021-08-03T17:20:56"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3646
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3646/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3646/comments
https://api.github.com/repos/streamlit/streamlit/issues/3646/events
https://github.com/streamlit/streamlit/issues/3646
958,846,084
MDU6SXNzdWU5NTg4NDYwODQ=
3,646
unexpected session_state behavior with keys
{ "login": "ks00x", "id": 37926354, "node_id": "MDQ6VXNlcjM3OTI2MzU0", "avatar_url": "https://avatars.githubusercontent.com/u/37926354?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ks00x", "html_url": "https://github.com/ks00x", "followers_url": "https://api.github.com/users/ks00x/follow...
[ { "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": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.githu...
null
1
2021-08-03T08:05:34
2021-09-21T21:39:07
2021-09-21T21:39:07
NONE
null
Below is a basic code for a questionary where the user is asked 3 questions. The question counter logic works, but after each question/rerun, the value of the previous text_input value stored in the key attribute is set to an empty string. After the 3rd and last question st.session_state looks like this and <name> and ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3646/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/3646/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3645
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3645/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3645/comments
https://api.github.com/repos/streamlit/streamlit/issues/3645/events
https://github.com/streamlit/streamlit/pull/3645
958,578,569
MDExOlB1bGxSZXF1ZXN0NzAxODQxNDUw
3,645
Remove "beta_" prefix from st.columns, container, expander
{ "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/tcon...
[]
closed
false
null
[]
null
0
2021-08-02T23:16:46
2021-08-03T18:08:49
2021-08-03T18:08:46
COLLABORATOR
null
The beta-prefixed versions of these functions are now deprecated, and are scheduled to be removed in November.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3645/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/3645/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3645", "html_url": "https://github.com/streamlit/streamlit/pull/3645", "diff_url": "https://github.com/streamlit/streamlit/pull/3645.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3645.patch", "merged_at": "2021-08-03T18:08:46"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3644
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3644/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3644/comments
https://api.github.com/repos/streamlit/streamlit/issues/3644/events
https://github.com/streamlit/streamlit/pull/3644
958,571,132
MDExOlB1bGxSZXF1ZXN0NzAxODM0ODAx
3,644
Always send client_state to the frontend on a rerun
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
1
2021-08-02T23:03:14
2021-08-04T22:36:14
2021-08-04T22:36:12
COLLABORATOR
null
While manually testing #3535, I noticed a bug described in [this comment](https://github.com/streamlit/streamlit/pull/3535#issuecomment-890288395). The cause of this bug turned out to be changes to how we handle widget identity in the post-session_state world. Since a keyed widget's identity is stable even if its a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3644/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/3644/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3644", "html_url": "https://github.com/streamlit/streamlit/pull/3644", "diff_url": "https://github.com/streamlit/streamlit/pull/3644.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3644.patch", "merged_at": "2021-08-04T22:36:12"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3643
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3643/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3643/comments
https://api.github.com/repos/streamlit/streamlit/issues/3643/events
https://github.com/streamlit/streamlit/issues/3643
958,390,149
MDU6SXNzdWU5NTgzOTAxNDk=
3,643
InternalHashError: encode() missing 1 required positional argument: 'encoding'
{ "login": "finavatar", "id": 73447919, "node_id": "MDQ6VXNlcjczNDQ3OTE5", "avatar_url": "https://avatars.githubusercontent.com/u/73447919?v=4", "gravatar_id": "", "url": "https://api.github.com/users/finavatar", "html_url": "https://github.com/finavatar", "followers_url": "https://api.github.com/users/...
[ { "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": "MDU6TGFiZ...
open
false
null
[]
null
1
2021-08-02T18:11:13
2022-10-15T17:36:11
null
NONE
null
### Summary While caching the return value of setup_scraper(), Streamlit encountered an object of type bs4.element.CharsetMetaAttributeValue, which it does not know how to hash. In this specific case, it's very likely you found a Streamlit bug so please file a bug report here. In the meantime, you can try bypa...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3643/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/3643/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3642
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3642/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3642/comments
https://api.github.com/repos/streamlit/streamlit/issues/3642/events
https://github.com/streamlit/streamlit/pull/3642
958,371,630
MDExOlB1bGxSZXF1ZXN0NzAxNjYzMjg1
3,642
Visual design tweaks
{ "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", ...
[]
closed
false
null
[]
null
3
2021-08-02T17:45:00
2021-08-09T02:49:55
2021-08-09T02:49:55
CONTRIBUTOR
null
Except for some updates to how tables/dataframes look, everything else could even go unnoticed by distracted viewers. If you're on Notion, you can find a wheel file [here](https://www.notion.so/streamlit/feedback-3f44409903df475f82c26f643d5983a6) ### Changes - New fonts! - We also no longer ship fonts wit...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3642/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/3642/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3642", "html_url": "https://github.com/streamlit/streamlit/pull/3642", "diff_url": "https://github.com/streamlit/streamlit/pull/3642.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3642.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3641
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3641/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3641/comments
https://api.github.com/repos/streamlit/streamlit/issues/3641/events
https://github.com/streamlit/streamlit/pull/3641
958,333,635
MDExOlB1bGxSZXF1ZXN0NzAxNjI5MzEw
3,641
Download button experemental
{ "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.github.com/users/kajar...
[ { "id": 2803641782, "node_id": "MDU6TGFiZWwyODAzNjQxNzgy", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:stale", "name": "status:stale", "color": "FEF2C0", "default": false, "description": "Submitter hasn't responded in 7+ days" } ]
closed
false
null
[]
null
1
2021-08-02T17:02:23
2021-08-30T15:33:42
2021-08-30T15:33:42
COLLABORATOR
null
## Before contributing (PLEASE READ!) ⚠️ **If your contribution is more than a few lines of code, then prior to starting to code on it please post in the issue saying you want to volunteer, then wait for a positive response.** And if there is no issue for it yet, create it first. This helps make sure (1) two peop...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3641/reactions", "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 3 }
https://api.github.com/repos/streamlit/streamlit/issues/3641/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3641", "html_url": "https://github.com/streamlit/streamlit/pull/3641", "diff_url": "https://github.com/streamlit/streamlit/pull/3641.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3641.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3640
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3640/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3640/comments
https://api.github.com/repos/streamlit/streamlit/issues/3640/events
https://github.com/streamlit/streamlit/pull/3640
958,178,706
MDExOlB1bGxSZXF1ZXN0NzAxNDk1OTE4
3,640
[3028] Add config option for the health endpoint
{ "login": "gmerticariu", "id": 2658285, "node_id": "MDQ6VXNlcjI2NTgyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/2658285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gmerticariu", "html_url": "https://github.com/gmerticariu", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
2
2021-08-02T14:02:58
2021-10-15T16:12:51
2021-08-20T08:50:34
CONTRIBUTOR
null
**Issue:** https://github.com/streamlit/streamlit/issues/3028 **Description:** `/healthz` is sometimes reserved and users need a way to change the health endpoint. This diff introduces a config option for changing the endpoint. --- **Contribution License Agreement** By submitting this pull request you agree...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3640/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/3640/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3640", "html_url": "https://github.com/streamlit/streamlit/pull/3640", "diff_url": "https://github.com/streamlit/streamlit/pull/3640.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3640.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3639
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3639/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3639/comments
https://api.github.com/repos/streamlit/streamlit/issues/3639/events
https://github.com/streamlit/streamlit/pull/3639
958,165,783
MDExOlB1bGxSZXF1ZXN0NzAxNDg0ODk1
3,639
3638/add check script endpoint
{ "login": "gmerticariu", "id": 2658285, "node_id": "MDQ6VXNlcjI2NTgyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/2658285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gmerticariu", "html_url": "https://github.com/gmerticariu", "followers_url": "https://api.github.com/us...
[]
closed
false
{ "login": "atoader", "id": 3097909, "node_id": "MDQ6VXNlcjMwOTc5MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/3097909?v=4", "gravatar_id": "", "url": "https://api.github.com/users/atoader", "html_url": "https://github.com/atoader", "followers_url": "https://api.github.com/users/atoader/...
[ { "login": "atoader", "id": 3097909, "node_id": "MDQ6VXNlcjMwOTc5MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/3097909?v=4", "gravatar_id": "", "url": "https://api.github.com/users/atoader", "html_url": "https://github.com/atoader", "followers_url": "https://api.githu...
null
4
2021-08-02T13:49:02
2021-08-19T18:12:14
2021-08-19T18:12:14
CONTRIBUTOR
null
**Issue:** https://github.com/streamlit/streamlit/issues/3638 **Description:** - add endpoint to verify if the script compiles and runs correctly - add config option to customise the above endpoint --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3639/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/3639/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3639", "html_url": "https://github.com/streamlit/streamlit/pull/3639", "diff_url": "https://github.com/streamlit/streamlit/pull/3639.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3639.patch", "merged_at": "2021-08-19T18:12:14"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3638
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3638/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3638/comments
https://api.github.com/repos/streamlit/streamlit/issues/3638/events
https://github.com/streamlit/streamlit/issues/3638
958,162,853
MDU6SXNzdWU5NTgxNjI4NTM=
3,638
Health endpoint for checking that a script compiles and runs correctly
{ "login": "gmerticariu", "id": 2658285, "node_id": "MDQ6VXNlcjI2NTgyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/2658285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gmerticariu", "html_url": "https://github.com/gmerticariu", "followers_url": "https://api.github.com/us...
[ { "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
{ "login": "gmerticariu", "id": 2658285, "node_id": "MDQ6VXNlcjI2NTgyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/2658285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gmerticariu", "html_url": "https://github.com/gmerticariu", "followers_url": "https://api.github.com/us...
[ { "login": "gmerticariu", "id": 2658285, "node_id": "MDQ6VXNlcjI2NTgyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/2658285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gmerticariu", "html_url": "https://github.com/gmerticariu", "followers_url": "https...
null
0
2021-08-02T13:45:49
2021-08-19T18:12:14
2021-08-19T18:12:14
CONTRIBUTOR
null
### Problem Currently there is no way to detect that the streamlit app is actually not running - if there is an error inside the client script (e.g. missing dependency, script error) the application still starts and the /healthz endpoint returns success. S4T requires better app monitoring and it would be helpful...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3638/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/3638/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3637
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3637/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3637/comments
https://api.github.com/repos/streamlit/streamlit/issues/3637/events
https://github.com/streamlit/streamlit/issues/3637
957,734,341
MDU6SXNzdWU5NTc3MzQzNDE=
3,637
Use conventional carets on expand elements
{ "login": "quantoid", "id": 672489, "node_id": "MDQ6VXNlcjY3MjQ4OQ==", "avatar_url": "https://avatars.githubusercontent.com/u/672489?v=4", "gravatar_id": "", "url": "https://api.github.com/users/quantoid", "html_url": "https://github.com/quantoid", "followers_url": "https://api.github.com/users/quantoi...
[ { "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
2021-08-02T04:33:11
2022-06-24T16:32:25
2022-06-24T16:32:24
NONE
null
### Problem The +/- symbols used to expand/collapse the expander widget can be confusing for some users who are used to "+" meaning "create". They see the "+" on an expand called "Notes" and think that it will create a new note, rather than revealing some notes about the chart. ### Solution **MVP:** Use the co...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3637/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/3637/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3636
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3636/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3636/comments
https://api.github.com/repos/streamlit/streamlit/issues/3636/events
https://github.com/streamlit/streamlit/issues/3636
957,579,404
MDU6SXNzdWU5NTc1Nzk0MDQ=
3,636
Importing Pillow ImageDraw and running streamlit app causes segmentation fault
{ "login": "gallo-json", "id": 41234099, "node_id": "MDQ6VXNlcjQxMjM0MDk5", "avatar_url": "https://avatars.githubusercontent.com/u/41234099?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gallo-json", "html_url": "https://github.com/gallo-json", "followers_url": "https://api.github.com/use...
[ { "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": 2258739424, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2021-08-01T20:27:41
2021-11-20T04:28:49
2021-11-20T04:28:49
NONE
null
### Summary I am trying to display a custom Pillow Image on my streamlit app, but running with `streamlit run` results in `Segmentation fault (core dumped)`. This is a very strange issue, since streamlit supports PIL images (like in the documentation example https://docs.streamlit.io/en/stable/api.html?highlight=...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3636/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/3636/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3635
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3635/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3635/comments
https://api.github.com/repos/streamlit/streamlit/issues/3635/events
https://github.com/streamlit/streamlit/issues/3635
957,559,733
MDU6SXNzdWU5NTc1NTk3MzM=
3,635
st.experimental_set_query_params() behaves differently locally vs. on sharing.streamlit.io
{ "login": "benlindsay", "id": 9361152, "node_id": "MDQ6VXNlcjkzNjExNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/9361152?v=4", "gravatar_id": "", "url": "https://api.github.com/users/benlindsay", "html_url": "https://github.com/benlindsay", "followers_url": "https://api.github.com/users...
[ { "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": 2603950938, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
10
2021-08-01T18:48:56
2022-07-27T01:50:26
2022-07-27T00:20:46
NONE
null
First of all, thanks for all the work you all do! Just tried streamlit sharing and it is really nice. Keep up the awesome work! ### Summary Locally, `st.experimental_set_query_params()` changes the query parameters in the URL bar, but doesn't trigger a refresh or rerun of the script. On sharing.streamlit.io it se...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3635/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/3635/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3634
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3634/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3634/comments
https://api.github.com/repos/streamlit/streamlit/issues/3634/events
https://github.com/streamlit/streamlit/issues/3634
957,559,717
MDU6SXNzdWU5NTc1NTk3MTc=
3,634
Dtype conversion error in V0.85 of the recent Pyarrow migration
{ "login": "tonylegend", "id": 7541434, "node_id": "MDQ6VXNlcjc1NDE0MzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/7541434?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tonylegend", "html_url": "https://github.com/tonylegend", "followers_url": "https://api.github.com/users...
[ { "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
3
2021-08-01T18:48:51
2021-08-19T18:31:08
2021-08-12T00:59:05
NONE
null
### Summary Dtype conversion error in V0.85 of the recent Pyarrow migration ### Steps to reproduce Code snippet: ``` import streamlit as st import pandas as pd data = [['name', 'Kate'], ['nick', datetime.datetime(2000, 1, 1)], ['age', 14]] df = pd.DataFrame(data, columns=['param', 'value']) df['value']...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3634/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/streamlit/streamlit/issues/3634/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3633
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3633/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3633/comments
https://api.github.com/repos/streamlit/streamlit/issues/3633/events
https://github.com/streamlit/streamlit/issues/3633
957,269,493
MDU6SXNzdWU5NTcyNjk0OTM=
3,633
Background Image not scrollable
{ "login": "murtazabasu", "id": 54032524, "node_id": "MDQ6VXNlcjU0MDMyNTI0", "avatar_url": "https://avatars.githubusercontent.com/u/54032524?v=4", "gravatar_id": "", "url": "https://api.github.com/users/murtazabasu", "html_url": "https://github.com/murtazabasu", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
1
2021-07-31T15:45:34
2021-08-02T23:32:32
2021-08-02T23:32:32
NONE
null
Hello @vdonato thanks for the code. The above code works however when the background property `background-attachment` is set to scroll, the bg image does not scroll with the other "scrollable content". Normally, this should work but using .stApp causes restriction to certain features of background property. I might be ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3633/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/3633/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3632
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3632/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3632/comments
https://api.github.com/repos/streamlit/streamlit/issues/3632/events
https://github.com/streamlit/streamlit/pull/3632
957,204,403
MDExOlB1bGxSZXF1ZXN0NzAwNjc4ODQy
3,632
fix 3509 - st.json() serialization output for custom classes
{ "login": "tkeech1", "id": 17693880, "node_id": "MDQ6VXNlcjE3NjkzODgw", "avatar_url": "https://avatars.githubusercontent.com/u/17693880?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tkeech1", "html_url": "https://github.com/tkeech1", "followers_url": "https://api.github.com/users/tkeech...
[]
closed
false
null
[]
null
5
2021-07-31T08:51:27
2021-08-03T22:34:45
2021-08-03T22:33:15
CONTRIBUTOR
null
[Issue 3509](https://github.com/streamlit/streamlit/issues/3509) **Description:** * Replaced call to lambda o: str(type(o)) with repr * Updated unit tests This PR replaces [PR 3607](https://github.com/streamlit/streamlit/pull/3607). --- **Contribution License Agreement** By submitting this pull reques...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3632/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/3632/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3632", "html_url": "https://github.com/streamlit/streamlit/pull/3632", "diff_url": "https://github.com/streamlit/streamlit/pull/3632.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3632.patch", "merged_at": "2021-08-03T22:33:15"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3631
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3631/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3631/comments
https://api.github.com/repos/streamlit/streamlit/issues/3631/events
https://github.com/streamlit/streamlit/issues/3631
957,178,241
MDU6SXNzdWU5NTcxNzgyNDE=
3,631
File Uploader Multi-file does not correctly accept multiple occasions of file batches
{ "login": "bengsoon", "id": 43534911, "node_id": "MDQ6VXNlcjQzNTM0OTEx", "avatar_url": "https://avatars.githubusercontent.com/u/43534911?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bengsoon", "html_url": "https://github.com/bengsoon", "followers_url": "https://api.github.com/users/ben...
[ { "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
2021-07-31T05:52:44
2021-08-19T18:31:07
2021-08-18T07:27:15
NONE
null
### Summary Multi-file option File Uploader does not seem to correctly process more than one batch of files. ### Steps to reproduce Code snippet: ``` import streamlit as st multiple_files = st.file_uploader( "Multiple File Uploader", accept_multiple_files=True ) for count, file in enumerate(...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3631/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/3631/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3630
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3630/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3630/comments
https://api.github.com/repos/streamlit/streamlit/issues/3630/events
https://github.com/streamlit/streamlit/issues/3630
955,496,858
MDU6SXNzdWU5NTU0OTY4NTg=
3,630
Make the increment buttons in number_input optional
{ "login": "ks00x", "id": 37926354, "node_id": "MDQ6VXNlcjM3OTI2MzU0", "avatar_url": "https://avatars.githubusercontent.com/u/37926354?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ks00x", "html_url": "https://github.com/ks00x", "followers_url": "https://api.github.com/users/ks00x/follow...
[ { "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
2021-07-29T06:11:01
2021-09-10T01:55:24
2021-09-10T01:55:24
NONE
null
When using columns to layout several number_inputs(), the increment buttons leave too little space for the actual number and are often not very useful anyway. Add an attribute to switch them off.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3630/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/3630/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3629
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3629/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3629/comments
https://api.github.com/repos/streamlit/streamlit/issues/3629/events
https://github.com/streamlit/streamlit/issues/3629
955,349,171
MDU6SXNzdWU5NTUzNDkxNzE=
3,629
To make the st.form area be folded after st.form_submit_button be clicked and unfold after st.form_submit_button be double clicked
{ "login": "rmb-rmn", "id": 54175903, "node_id": "MDQ6VXNlcjU0MTc1OTAz", "avatar_url": "https://avatars.githubusercontent.com/u/54175903?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rmb-rmn", "html_url": "https://github.com/rmb-rmn", "followers_url": "https://api.github.com/users/rmb-rm...
[ { "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
2021-07-29T01:15:59
2022-09-23T18:52:38
2022-09-23T18:52: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 st.form area will occupy a large explorer area when we put a lot of input or select component between st.form and st.form_sub...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3629/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/3629/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3628
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3628/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3628/comments
https://api.github.com/repos/streamlit/streamlit/issues/3628/events
https://github.com/streamlit/streamlit/pull/3628
955,324,881
MDExOlB1bGxSZXF1ZXN0Njk5MDkxOTU2
3,628
Make widget_id hashes stable between reruns
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2021-07-29T00:13:27
2021-07-29T20:14:12
2021-07-29T20:14:08
COLLABORATOR
null
Python's native hash function uses a random seed for security purposes, which means that widget_ids for unkeyed widgets are *not* stable when streamlit is stopped and restarted. This doesn't currently make a difference in how anything behaves, but it did come up when I was investigating a bug and caused a lot of ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3628/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/3628/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3628", "html_url": "https://github.com/streamlit/streamlit/pull/3628", "diff_url": "https://github.com/streamlit/streamlit/pull/3628.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3628.patch", "merged_at": "2021-07-29T20:14:08"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3627
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3627/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3627/comments
https://api.github.com/repos/streamlit/streamlit/issues/3627/events
https://github.com/streamlit/streamlit/pull/3627
955,309,039
MDExOlB1bGxSZXF1ZXN0Njk5MDc4OTIw
3,627
Update to support latest keras
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[]
closed
false
null
[]
null
0
2021-07-28T23:31:19
2021-08-02T23:35:53
2021-08-02T23:35:47
COLLABORATOR
null
closes https://github.com/streamlit/streamlit-issues/issues/194 The example file we test when we test regression releases fails with the latest keras. This was explained here: https://github.com/tensorflow/tensorflow/issues/14008. The solution was to use the symbol in the library and not np_utils
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3627/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/3627/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3627", "html_url": "https://github.com/streamlit/streamlit/pull/3627", "diff_url": "https://github.com/streamlit/streamlit/pull/3627.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3627.patch", "merged_at": "2021-08-02T23:35:47"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3626
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3626/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3626/comments
https://api.github.com/repos/streamlit/streamlit/issues/3626/events
https://github.com/streamlit/streamlit/issues/3626
955,123,489
MDU6SXNzdWU5NTUxMjM0ODk=
3,626
Multiselect behaves weirdly when dynamically changing options list
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[ { "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": 3022365121, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
0
2021-07-28T18:20:31
2022-10-15T17:36:32
null
COLLABORATOR
null
https://discuss.streamlit.io/t/removing-an-item-from-multi-select/15319
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3626/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/3626/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3625
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3625/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3625/comments
https://api.github.com/repos/streamlit/streamlit/issues/3625/events
https://github.com/streamlit/streamlit/issues/3625
955,072,322
MDU6SXNzdWU5NTUwNzIzMjI=
3,625
Incompatibility between Streamlit and Geopandas
{ "login": "augustogeog", "id": 13459640, "node_id": "MDQ6VXNlcjEzNDU5NjQw", "avatar_url": "https://avatars.githubusercontent.com/u/13459640?v=4", "gravatar_id": "", "url": "https://api.github.com/users/augustogeog", "html_url": "https://github.com/augustogeog", "followers_url": "https://api.github.com/...
[ { "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
3
2021-07-28T17:21:46
2021-08-19T18:31:07
2021-07-28T20:54:13
NONE
null
### Summary There is an incompatibility between Streamlit and Geopandas, when working with conda environments. The channels from which they are available don't provide the same versions of Pyarrow. Pyarrow is paramount for so many tasks, and it is impossible to solve an environment in which the Pyarrow version for Geo...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3625/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/3625/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3624
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3624/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3624/comments
https://api.github.com/repos/streamlit/streamlit/issues/3624/events
https://github.com/streamlit/streamlit/issues/3624
954,972,362
MDU6SXNzdWU5NTQ5NzIzNjI=
3,624
TypeError: expected bytes, int found on write of pandas DataFrame
{ "login": "kammer", "id": 234038, "node_id": "MDQ6VXNlcjIzNDAzOA==", "avatar_url": "https://avatars.githubusercontent.com/u/234038?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kammer", "html_url": "https://github.com/kammer", "followers_url": "https://api.github.com/users/kammer/follow...
[ { "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": 1846291968, "node_id": "MDU6TGFiZ...
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/...
[ { "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.githu...
null
4
2021-07-28T15:19:06
2021-07-30T00:45:36
2021-07-30T00:42:44
NONE
null
### Summary just updated to the newest 0.85.1 version to benefit from the nice Apache Arrow framework. My application reads some CSV files, which still works fine. But on some of them (they differ a lot in terms of separators, number format) I now get the error: _TypeError: expected bytes, int found_ on a simple...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3624/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/3624/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3623
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3623/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3623/comments
https://api.github.com/repos/streamlit/streamlit/issues/3623/events
https://github.com/streamlit/streamlit/issues/3623
954,485,278
MDU6SXNzdWU5NTQ0ODUyNzg=
3,623
Allow dashboard menu options to be changed
{ "login": "quantoid", "id": 672489, "node_id": "MDQ6VXNlcjY3MjQ4OQ==", "avatar_url": "https://avatars.githubusercontent.com/u/672489?v=4", "gravatar_id": "", "url": "https://api.github.com/users/quantoid", "html_url": "https://github.com/quantoid", "followers_url": "https://api.github.com/users/quantoi...
[ { "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
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[ { "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url"...
null
2
2021-07-28T05:20:06
2021-09-22T23:19:58
2021-09-22T23:19:58
NONE
null
### Problem All Streamlit dashboards have a menu button top-right that gives various options such as "report a bug". The problem is these take users to the [streamlit issue tracker](https://github.com/streamlit/streamlit/issues/new/choose), assuming the bug is with Streamlit itself rather than it being a problem on ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3623/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/3623/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3622
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3622/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3622/comments
https://api.github.com/repos/streamlit/streamlit/issues/3622/events
https://github.com/streamlit/streamlit/issues/3622
954,438,308
MDU6SXNzdWU5NTQ0MzgzMDg=
3,622
Plots opened in new tabs for localhost streamlit app
{ "login": "jenna-jordan", "id": 11811148, "node_id": "MDQ6VXNlcjExODExMTQ4", "avatar_url": "https://avatars.githubusercontent.com/u/11811148?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jenna-jordan", "html_url": "https://github.com/jenna-jordan", "followers_url": "https://api.github.c...
[ { "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": 2258739424, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
3
2021-07-28T03:30:57
2021-11-20T04:24:13
2021-11-20T04:24:13
NONE
null
### Summary Disclaimer: this was not me that had this error, but a learner in a workshop I ran. I was not able to replicate the error, but I was able to confirm that the code and environment was identical to mine. When the learner ran `streamlit run app.py`, the app opened in a new tab (as it is supposed to), but...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3622/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/3622/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3621
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3621/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3621/comments
https://api.github.com/repos/streamlit/streamlit/issues/3621/events
https://github.com/streamlit/streamlit/pull/3621
954,353,225
MDExOlB1bGxSZXF1ZXN0Njk4MjYyNDc1
3,621
Tim/cache proto
{ "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/tcon...
[]
closed
false
null
[]
null
0
2021-07-28T00:04:20
2021-07-28T00:09:01
2021-07-28T00:09:01
COLLABORATOR
null
## Before contributing (PLEASE READ!) ⚠️ **If your contribution is more than a few lines of code, then prior to starting to code on it please post in the issue saying you want to volunteer, then wait for a positive response.** And if there is no issue for it yet, create it first. This helps make sure (1) two peop...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3621/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/3621/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3621", "html_url": "https://github.com/streamlit/streamlit/pull/3621", "diff_url": "https://github.com/streamlit/streamlit/pull/3621.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3621.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3620
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3620/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3620/comments
https://api.github.com/repos/streamlit/streamlit/issues/3620/events
https://github.com/streamlit/streamlit/pull/3620
954,151,580
MDExOlB1bGxSZXF1ZXN0Njk4MDkwNTAw
3,620
Adds st.caption to API reference
{ "login": "snehankekre", "id": 20672874, "node_id": "MDQ6VXNlcjIwNjcyODc0", "avatar_url": "https://avatars.githubusercontent.com/u/20672874?v=4", "gravatar_id": "", "url": "https://api.github.com/users/snehankekre", "html_url": "https://github.com/snehankekre", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2021-07-27T18:24:05
2021-07-28T14:39:34
2021-07-28T14:39:34
MEMBER
null
Adds `st.caption` to the API reference: `st.caption` was released in Streamlit, version 0.81.1 but isn't documented in the API reference.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3620/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/3620/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3620", "html_url": "https://github.com/streamlit/streamlit/pull/3620", "diff_url": "https://github.com/streamlit/streamlit/pull/3620.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3620.patch", "merged_at": "2021-07-28T14:39:34"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3619
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3619/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3619/comments
https://api.github.com/repos/streamlit/streamlit/issues/3619/events
https://github.com/streamlit/streamlit/pull/3619
953,978,174
MDExOlB1bGxSZXF1ZXN0Njk3OTQzMTUy
3,619
Update index.md for Python 3.9
{ "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/us...
[]
closed
false
null
[]
null
0
2021-07-27T15:02:27
2021-07-28T14:39:17
2021-07-28T14:39:14
CONTRIBUTOR
null
Need to check if there are any more Python 3.8 references before merging
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3619/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/3619/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3619", "html_url": "https://github.com/streamlit/streamlit/pull/3619", "diff_url": "https://github.com/streamlit/streamlit/pull/3619.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3619.patch", "merged_at": "2021-07-28T14:39:14"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3618
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3618/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3618/comments
https://api.github.com/repos/streamlit/streamlit/issues/3618/events
https://github.com/streamlit/streamlit/pull/3618
953,904,648
MDExOlB1bGxSZXF1ZXN0Njk3ODc5NzMx
3,618
Vertically stack columns when viewport is below 640px
{ "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/...
[]
closed
false
null
[]
null
1
2021-07-27T13:48:55
2021-08-02T19:48:48
2021-08-02T19:48:47
COLLABORATOR
null
Preview: https://share.streamlit.io/streamlit/core-previews/pr-3618 Closes: #3594
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3618/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/3618/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3618", "html_url": "https://github.com/streamlit/streamlit/pull/3618", "diff_url": "https://github.com/streamlit/streamlit/pull/3618.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3618.patch", "merged_at": "2021-08-02T19:48:47"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3617
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3617/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3617/comments
https://api.github.com/repos/streamlit/streamlit/issues/3617/events
https://github.com/streamlit/streamlit/pull/3617
953,476,318
MDExOlB1bGxSZXF1ZXN0Njk3NTEyMDkz
3,617
WIP: Fix state value being dropped after widget type change
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2021-07-27T03:57:56
2022-03-12T01:41:38
2021-07-28T01:13:52
COLLABORATOR
null
**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/3617/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/3617/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3617", "html_url": "https://github.com/streamlit/streamlit/pull/3617", "diff_url": "https://github.com/streamlit/streamlit/pull/3617.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3617.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3616
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3616/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3616/comments
https://api.github.com/repos/streamlit/streamlit/issues/3616/events
https://github.com/streamlit/streamlit/issues/3616
953,346,966
MDU6SXNzdWU5NTMzNDY5NjY=
3,616
unsafe_allow_html does not support nested tags
{ "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", ...
[ { "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": 1846473688, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2021-07-26T22:48:23
2022-01-14T23:29:37
2022-01-14T23:29:37
CONTRIBUTOR
null
### Steps to reproduce ```python st.markdown('<span>hello <span>world</span></span>', unsafe_allow_html=True) ``` **Expected behavior:** Should render "hello world" on the screen. **Actual behavior:** Renders this: ![image](https://user-images.githubusercontent.com/690814/127068845-5d398602-7924-44b3-...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3616/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/3616/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3615
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3615/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3615/comments
https://api.github.com/repos/streamlit/streamlit/issues/3615/events
https://github.com/streamlit/streamlit/pull/3615
953,331,840
MDExOlB1bGxSZXF1ZXN0Njk3MzkwMzc2
3,615
Make copies of returned reference types stored in widget state
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[]
closed
false
null
[]
null
0
2021-07-26T22:17:00
2021-07-27T19:11:56
2021-07-27T19:11:51
COLLABORATOR
null
#3600 is caused by the initial value of a widget, which is stored and compared to internally, being returned directly as the widget's return value. This is not a problem for value types, but if we return a mutable reference type and the user mutates it later in the script, it changes our stored copy, so we incorre...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3615/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/3615/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3615", "html_url": "https://github.com/streamlit/streamlit/pull/3615", "diff_url": "https://github.com/streamlit/streamlit/pull/3615.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3615.patch", "merged_at": "2021-07-27T19:11:50"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3609
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3609/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3609/comments
https://api.github.com/repos/streamlit/streamlit/issues/3609/events
https://github.com/streamlit/streamlit/issues/3609
952,769,619
MDU6SXNzdWU5NTI3Njk2MTk=
3,609
Bokeh charting function broken
{ "login": "StefanBrand", "id": 8948865, "node_id": "MDQ6VXNlcjg5NDg4NjU=", "avatar_url": "https://avatars.githubusercontent.com/u/8948865?v=4", "gravatar_id": "", "url": "https://api.github.com/users/StefanBrand", "html_url": "https://github.com/StefanBrand", "followers_url": "https://api.github.com/us...
[ { "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
3
2021-07-26T10:50:35
2021-09-09T17:23:19
2021-09-09T17:21:23
NONE
null
### Summary Nothing appears when trying to plot a `st.bokeh_chart` ### Steps to reproduce Code snippet: ```python # Source: https://docs.streamlit.io/en/stable/api.html#streamlit.bokeh_chart import streamlit as st from bokeh.plotting import figure x = [1, 2, 3, 4, 5] y = [6, 7, 2, 4, 5] p = figure( ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3609/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/3609/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3608
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3608/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3608/comments
https://api.github.com/repos/streamlit/streamlit/issues/3608/events
https://github.com/streamlit/streamlit/issues/3608
952,285,805
MDU6SXNzdWU5NTIyODU4MDU=
3,608
Set_page_config Error when using on_change function
{ "login": "sam-the-programmer", "id": 85027459, "node_id": "MDQ6VXNlcjg1MDI3NDU5", "avatar_url": "https://avatars.githubusercontent.com/u/85027459?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sam-the-programmer", "html_url": "https://github.com/sam-the-programmer", "followers_url": "ht...
[ { "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
2021-07-25T14:26:08
2021-08-19T18:31:07
2021-07-27T00:40:48
NONE
null
### Summary When using the multiselect widget, and specifying the `on_change` parameter, this error occurs: ``` StreamlitAPIException: set_page_config() can only be called once per app, and must be called as the first Streamlit command in your script. ``` ### Steps to reproduce Code snippet: ``` impor...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3608/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/3608/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3607
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3607/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3607/comments
https://api.github.com/repos/streamlit/streamlit/issues/3607/events
https://github.com/streamlit/streamlit/pull/3607
952,247,139
MDExOlB1bGxSZXF1ZXN0Njk2NDgwNTc3
3,607
fix-3509 - st.json() serialization output for custom classes
{ "login": "tkeech1", "id": 17693880, "node_id": "MDQ6VXNlcjE3NjkzODgw", "avatar_url": "https://avatars.githubusercontent.com/u/17693880?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tkeech1", "html_url": "https://github.com/tkeech1", "followers_url": "https://api.github.com/users/tkeech...
[]
closed
false
null
[]
null
5
2021-07-25T10:45:21
2021-08-03T00:04:32
2021-08-03T00:04:32
CONTRIBUTOR
null
Issue [#3509](https://github.com/streamlit/streamlit/issues/3509) * Replaced call to `lambda o: str(type(o))` with `repr` * Updated unit tests --- **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/3607/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/3607/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3607", "html_url": "https://github.com/streamlit/streamlit/pull/3607", "diff_url": "https://github.com/streamlit/streamlit/pull/3607.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3607.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/3606
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3606/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3606/comments
https://api.github.com/repos/streamlit/streamlit/issues/3606/events
https://github.com/streamlit/streamlit/pull/3606
951,961,707
MDExOlB1bGxSZXF1ZXN0Njk2MjYzNDU4
3,606
Replace some FIXME comments with an explanatory comment
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2021-07-24T00:14:31
2021-07-27T01:29:37
2021-07-27T01:29:24
COLLABORATOR
null
We initially thought that we'd be able to do some cleanup to get rid of the value_type widget state metadata that we currently make a best-effort guess for, but it seems like doing so is either actually infeasible or at least difficult enough to likely not be worth the effort, so instead we just get rid of the FIXM...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3606/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/3606/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3606", "html_url": "https://github.com/streamlit/streamlit/pull/3606", "diff_url": "https://github.com/streamlit/streamlit/pull/3606.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3606.patch", "merged_at": "2021-07-27T01:29:24"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3605
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3605/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3605/comments
https://api.github.com/repos/streamlit/streamlit/issues/3605/events
https://github.com/streamlit/streamlit/issues/3605
951,925,787
MDU6SXNzdWU5NTE5MjU3ODc=
3,605
Add a config option to disable warning for setting both a widget default and its key in session_state
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "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
7
2021-07-23T22:11:00
2022-11-15T17:00:43
null
COLLABORATOR
null
We currently print a warning as shown below when a user sets both a widget default value in the function defining the widget as well as a widget value via the widget's key in `st.session_state` ![warning screenshot](https://raw.githubusercontent.com/streamlit/docs/main/public/images/state_value_api_exception.png) ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3605/reactions", "total_count": 7, "+1": 7, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/3605/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3604
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3604/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3604/comments
https://api.github.com/repos/streamlit/streamlit/issues/3604/events
https://github.com/streamlit/streamlit/issues/3604
951,921,575
MDU6SXNzdWU5NTE5MjE1NzU=
3,604
st.image does not render .svg files with other, common tags
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "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": 1516285329, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "raethlein", "id": 3775781, "node_id": "MDQ6VXNlcjM3NzU3ODE=", "avatar_url": "https://avatars.githubusercontent.com/u/3775781?v=4", "gravatar_id": "", "url": "https://api.github.com/users/raethlein", "html_url": "https://github.com/raethlein", "followers_url": "https://api.github.com/users/ra...
[ { "login": "raethlein", "id": 3775781, "node_id": "MDQ6VXNlcjM3NzU3ODE=", "avatar_url": "https://avatars.githubusercontent.com/u/3775781?v=4", "gravatar_id": "", "url": "https://api.github.com/users/raethlein", "html_url": "https://github.com/raethlein", "followers_url": "https://api...
null
2
2021-07-23T22:01:38
2021-09-16T09:42:20
2021-09-16T09:42:20
COLLABORATOR
null
As mentioned in [this comment](https://github.com/streamlit/streamlit/issues/3537#issuecomment-883872032), `st.image` breaks when trying to display `.svg` files when there are other top-level tags that aren't svg tags. It's unfortunately reasonably common for an svg file to look something like the example below, whi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3604/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/3604/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3603
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3603/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3603/comments
https://api.github.com/repos/streamlit/streamlit/issues/3603/events
https://github.com/streamlit/streamlit/issues/3603
951,887,829
MDU6SXNzdWU5NTE4ODc4Mjk=
3,603
Interactive widgets should not output labels if label argument is an empty string
{ "login": "kinghuang", "id": 27340, "node_id": "MDQ6VXNlcjI3MzQw", "avatar_url": "https://avatars.githubusercontent.com/u/27340?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kinghuang", "html_url": "https://github.com/kinghuang", "followers_url": "https://api.github.com/users/kinghuang/...
[ { "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": 1634945110, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
6
2021-07-23T20:49:17
2022-09-13T15:31:26
2022-09-13T15:31:26
CONTRIBUTOR
null
### Summary Since Streamlit 0.83, all the interactive widgets (except for [streamlit.radio](https://docs.streamlit.io/en/stable/api.html#streamlit.radio)) outputs a `<label>` element for the widget even if the label value is an empty string. Before 0.83, setting a widget's label to an empty string left out the `<lab...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3603/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/3603/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3602
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3602/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3602/comments
https://api.github.com/repos/streamlit/streamlit/issues/3602/events
https://github.com/streamlit/streamlit/issues/3602
951,877,950
MDU6SXNzdWU5NTE4Nzc5NTA=
3,602
InternalHashError: 'Spines' object does not contain a 'name' spine
{ "login": "munozbravo", "id": 46906587, "node_id": "MDQ6VXNlcjQ2OTA2NTg3", "avatar_url": "https://avatars.githubusercontent.com/u/46906587?v=4", "gravatar_id": "", "url": "https://api.github.com/users/munozbravo", "html_url": "https://github.com/munozbravo", "followers_url": "https://api.github.com/use...
[ { "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
3
2021-07-23T20:30:14
2021-08-19T18:31:06
2021-07-25T16:54:43
NONE
null
### Summary Hello, Message received when trying to cache a function that returns a Matplotlib figure. "Streamlit encountered an object of type matplotlib.spines.Spines, which it does not know how to hash. In this specific case, it's very likely you found a Streamlit bug so please file a big report here". If `@st....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3602/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/3602/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3601
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3601/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3601/comments
https://api.github.com/repos/streamlit/streamlit/issues/3601/events
https://github.com/streamlit/streamlit/issues/3601
951,856,319
MDU6SXNzdWU5NTE4NTYzMTk=
3,601
on_change not called for first session_state value
{ "login": "kinghuang", "id": 27340, "node_id": "MDQ6VXNlcjI3MzQw", "avatar_url": "https://avatars.githubusercontent.com/u/27340?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kinghuang", "html_url": "https://github.com/kinghuang", "followers_url": "https://api.github.com/users/kinghuang/...
[ { "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
10
2021-07-23T19:51:41
2022-11-27T19:32:07
null
CONTRIBUTOR
null
### Summary Streamlit 0.84 introduces an [`on_change` callback](https://docs.streamlit.io/en/stable/session_state_api.html#use-callbacks-to-update-session-state) for some interactive widgets as part of the new Session State API. I've found that the callback is not invoked for the first value (i.e., the widget's defa...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3601/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/3601/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3600
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3600/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3600/comments
https://api.github.com/repos/streamlit/streamlit/issues/3600/events
https://github.com/streamlit/streamlit/issues/3600
951,824,765
MDU6SXNzdWU5NTE4MjQ3NjU=
3,600
st.select_slider resets its state upon interaction(v0.84)
{ "login": "asaini", "id": 1134064, "node_id": "MDQ6VXNlcjExMzQwNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/1134064?v=4", "gravatar_id": "", "url": "https://api.github.com/users/asaini", "html_url": "https://github.com/asaini", "followers_url": "https://api.github.com/users/asaini/foll...
[ { "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": 1637089211, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[ { "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api...
null
2
2021-07-23T18:56:26
2021-08-05T23:19:56
2021-07-28T21:42:03
NONE
null
### Summary This came up in a forum issue, but it seems like we've broken something in `st.select_slider`: https://discuss.streamlit.io/t/streamlit-resetting-the-slider-for-v0-84-1/15125/2 ### Steps to reproduce Code snippet: ```python import streamlit as st color = st.select_slider( 'Select a col...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3600/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/3600/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3599
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3599/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3599/comments
https://api.github.com/repos/streamlit/streamlit/issues/3599/events
https://github.com/streamlit/streamlit/pull/3599
951,817,181
MDExOlB1bGxSZXF1ZXN0Njk2MTQzNjY2
3,599
Pin GitPython version not equal to 3.1.19 to avoid nightly builds crush.
{ "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.github.com/users/kajar...
[]
closed
false
null
[]
null
1
2021-07-23T18:43:10
2021-07-24T01:07:35
2021-07-23T21:31:45
COLLABORATOR
null
Pin GitPython version not equal to 3.1.19 to avoid nightly builds crush. This release includes the unfinished addition of types to the library. For more information please see [this issue](https://github.com/gitpython-developers/GitPython/issues/1095)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3599/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/3599/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3599", "html_url": "https://github.com/streamlit/streamlit/pull/3599", "diff_url": "https://github.com/streamlit/streamlit/pull/3599.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3599.patch", "merged_at": "2021-07-23T21:31:44"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3598
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3598/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3598/comments
https://api.github.com/repos/streamlit/streamlit/issues/3598/events
https://github.com/streamlit/streamlit/issues/3598
951,757,471
MDU6SXNzdWU5NTE3NTc0NzE=
3,598
Initializing default session_state value for a selectbox raises ValueError if options change
{ "login": "kinghuang", "id": 27340, "node_id": "MDQ6VXNlcjI3MzQw", "avatar_url": "https://avatars.githubusercontent.com/u/27340?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kinghuang", "html_url": "https://github.com/kinghuang", "followers_url": "https://api.github.com/users/kinghuang/...
[ { "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": 3022365121, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.githu...
null
5
2021-07-23T17:11:36
2022-05-31T06:38:52
2021-08-26T00:48:40
CONTRIBUTOR
null
### Summary If I create a [selectbox](https://docs.streamlit.io/en/stable/api.html#streamlit.selectbox) with a key that stores the selected option in session_state and the options for the selectbox changes, Streamlit raises a `ValueError` that the previous selection is not in the new options. ### Steps to reprodu...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3598/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/3598/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3597
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3597/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3597/comments
https://api.github.com/repos/streamlit/streamlit/issues/3597/events
https://github.com/streamlit/streamlit/issues/3597
951,746,144
MDU6SXNzdWU5NTE3NDYxNDQ=
3,597
OSError: cannot write mode P as JPEG
{ "login": "GokulNC", "id": 10559293, "node_id": "MDQ6VXNlcjEwNTU5Mjkz", "avatar_url": "https://avatars.githubusercontent.com/u/10559293?v=4", "gravatar_id": "", "url": "https://api.github.com/users/GokulNC", "html_url": "https://github.com/GokulNC", "followers_url": "https://api.github.com/users/GokulN...
[ { "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": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[ { "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url"...
null
3
2021-07-23T16:55:36
2021-08-04T18:39:12
2021-08-04T18:39:12
NONE
null
### Summary When I upload a PNG image using `st.file_uploader` and try to display it, it throws an error because Streamlit doesn't seem to support displaying images with alpha channel. ### Steps to reproduce ``` # uploaded_img: PNG with 4 channels st.image(uploaded_img) ``` You can use this image: htt...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3597/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/3597/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3596
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3596/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3596/comments
https://api.github.com/repos/streamlit/streamlit/issues/3596/events
https://github.com/streamlit/streamlit/issues/3596
951,461,818
MDU6SXNzdWU5NTE0NjE4MTg=
3,596
Selector returns invalid option if present in session_state
{ "login": "quantoid", "id": 672489, "node_id": "MDQ6VXNlcjY3MjQ4OQ==", "avatar_url": "https://avatars.githubusercontent.com/u/672489?v=4", "gravatar_id": "", "url": "https://api.github.com/users/quantoid", "html_url": "https://github.com/quantoid", "followers_url": "https://api.github.com/users/quantoi...
[ { "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": 3022365121, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.githu...
null
5
2021-07-23T10:40:18
2021-09-22T22:00:54
2021-09-22T22:00:54
NONE
null
### Summary If the value of a selector saved in the session_state doesn't match the available options, the selector takes that value anyway even though it's no longer valid. This can happen if the selector options are dynamic, and interacting with the dashboard changes the options. I could check the value is o...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3596/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/3596/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3595
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3595/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3595/comments
https://api.github.com/repos/streamlit/streamlit/issues/3595/events
https://github.com/streamlit/streamlit/pull/3595
950,969,260
MDExOlB1bGxSZXF1ZXN0Njk1NDMyMTUx
3,595
Add global.dataFrameSerialization to streamlit_configuration.md
{ "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/...
[]
closed
false
null
[]
null
0
2021-07-22T19:11:50
2021-07-24T00:37:28
2021-07-22T19:20:11
COLLABORATOR
null
`global.dataFrameSerialization` config description and acceptable values.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3595/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/3595/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3595", "html_url": "https://github.com/streamlit/streamlit/pull/3595", "diff_url": "https://github.com/streamlit/streamlit/pull/3595.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3595.patch", "merged_at": "2021-07-22T19:20:11"...
true
https://api.github.com/repos/streamlit/streamlit/issues/3594
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3594/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3594/comments
https://api.github.com/repos/streamlit/streamlit/issues/3594/events
https://github.com/streamlit/streamlit/issues/3594
950,915,290
MDU6SXNzdWU5NTA5MTUyOTA=
3,594
Vertically stack columns when viewport is below 640px
{ "login": "asaini", "id": 1134064, "node_id": "MDQ6VXNlcjExMzQwNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/1134064?v=4", "gravatar_id": "", "url": "https://api.github.com/users/asaini", "html_url": "https://github.com/asaini", "followers_url": "https://api.github.com/users/asaini/foll...
[ { "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
{ "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/...
[ { "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.githu...
null
2
2021-07-22T17:58:40
2021-08-02T19:48:47
2021-08-02T19:48:47
NONE
null
### Problem Let's look at the [NYC Uber ridesharing Ridesharing Data app](https://share.streamlit.io/streamlit/demo-uber-nyc-pickups/) On larger viewports, for e.g. iPad Pro viewport (1366 x 1024), all the columns are rendered correctly with the relative proportions that a developer had intended <img width="9...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3594/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/3594/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3593
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3593/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3593/comments
https://api.github.com/repos/streamlit/streamlit/issues/3593/events
https://github.com/streamlit/streamlit/issues/3593
950,448,891
MDU6SXNzdWU5NTA0NDg4OTE=
3,593
'AxesImage' object has no attribute 'savefig'
{ "login": "rcsmit", "id": 1609141, "node_id": "MDQ6VXNlcjE2MDkxNDE=", "avatar_url": "https://avatars.githubusercontent.com/u/1609141?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rcsmit", "html_url": "https://github.com/rcsmit", "followers_url": "https://api.github.com/users/rcsmit/foll...
[ { "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
2021-07-22T09:05:35
2021-09-09T17:23:19
2021-09-09T17:13:53
NONE
null
### Summary Error when using _st.pyplot(fig)_. When using _st.pyplot()_ it works, but you get a depreciation warning. ### Steps to reproduce df: YYYY : int (years) TG : float (average temperatures) Code snippet: ``` def show_warmingstripes (df, title): # Based on code of Sebastian Beyer ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3593/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/3593/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/3592
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/3592/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/3592/comments
https://api.github.com/repos/streamlit/streamlit/issues/3592/events
https://github.com/streamlit/streamlit/pull/3592
950,260,691
MDExOlB1bGxSZXF1ZXN0Njk0ODM2MjY3
3,592
Always open user-provided text files as utf8
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2021-07-22T03:10:05
2021-07-24T00:37:28
2021-07-22T18:13:11
COLLABORATOR
null
This shouldn't matter at all for Mac and Linux users, but in Windows, utf8 isn't the default encoding, so things may explode when the file handler returned by a call to the Python builtin `open` stumbles upon a Unicode character. We chose to specify the encoding explicitly in calls to `open` rather than other wa...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/3592/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/3592/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/3592", "html_url": "https://github.com/streamlit/streamlit/pull/3592", "diff_url": "https://github.com/streamlit/streamlit/pull/3592.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/3592.patch", "merged_at": "2021-07-22T18:13:11"...
true