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/5224
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5224/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5224/comments
https://api.github.com/repos/streamlit/streamlit/issues/5224/events
https://github.com/streamlit/streamlit/pull/5224
1,350,513,454
PR_kwDODCoeTs49xniM
5,224
Remove enum str casting
{ "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
4
2022-08-25T08:18:54
2022-08-26T18:11:35
2022-08-26T17:01:30
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5224/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/5224/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5224", "html_url": "https://github.com/streamlit/streamlit/pull/5224", "diff_url": "https://github.com/streamlit/streamlit/pull/5224.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5224.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5223
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5223/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5223/comments
https://api.github.com/repos/streamlit/streamlit/issues/5223/events
https://github.com/streamlit/streamlit/pull/5223
1,350,170,783
PR_kwDODCoeTs49we_Y
5,223
Make sure st.json doesn't explode when passed a list
{ "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
2022-08-25T00:48:04
2022-08-25T21:11:52
2022-08-25T21:11:49
COLLABORATOR
null
## πŸ“š Context The helper function added in #5176 to convert an object's elements from sets to lists breaks when called on a list (lists are valid JSON) because it tries to index into the list using its elements, which doesn't work for most lists since their elements aren't valid list indexes. This PR simply tw...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5223/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/5223/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5223", "html_url": "https://github.com/streamlit/streamlit/pull/5223", "diff_url": "https://github.com/streamlit/streamlit/pull/5223.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5223.patch", "merged_at": "2022-08-25T21:11:49"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5222
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5222/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5222/comments
https://api.github.com/repos/streamlit/streamlit/issues/5222/events
https://github.com/streamlit/streamlit/pull/5222
1,350,167,578
PR_kwDODCoeTs49weSw
5,222
Make sure st.json doesn't explode when passed a list
{ "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
2022-08-25T00:42:58
2022-08-25T00:43:37
2022-08-25T00:43:34
COLLABORATOR
null
## πŸ“š Context The helper function added in #5176 to convert an object's elements from sets to lists breaks when called on a list because it tries to index into the list using its elements, which doesn't work for most lists since their elements aren't valid list indexes. This PR simply tweaks the function to not attep...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5222/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/5222/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5222", "html_url": "https://github.com/streamlit/streamlit/pull/5222", "diff_url": "https://github.com/streamlit/streamlit/pull/5222.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5222.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5221
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5221/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5221/comments
https://api.github.com/repos/streamlit/streamlit/issues/5221/events
https://github.com/streamlit/streamlit/pull/5221
1,349,668,998
PR_kwDODCoeTs49uzmx
5,221
Improve dataframe column and table sizing
{ "login": "LukasMasuch", "id": 2852129, "node_id": "MDQ6VXNlcjI4NTIxMjk=", "avatar_url": "https://avatars.githubusercontent.com/u/2852129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LukasMasuch", "html_url": "https://github.com/LukasMasuch", "followers_url": "https://api.github.com/us...
[]
closed
false
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[ { "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "htt...
null
0
2022-08-24T15:51:25
2022-08-26T07:57:32
2022-08-26T07:57:31
COLLABORATOR
null
## πŸ“š Context The current frontend version of `st.dataframe` has some issues related to column and table sizing. This includes: - Column headers are not considered for calculating the column size - The table size specified via `width` is ignored if the auto-calculated width is smaller than the specified one. - Da...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5221/reactions", "total_count": 4, "+1": 0, "-1": 0, "laugh": 0, "hooray": 2, "confused": 0, "heart": 2, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5221/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5221", "html_url": "https://github.com/streamlit/streamlit/pull/5221", "diff_url": "https://github.com/streamlit/streamlit/pull/5221.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5221.patch", "merged_at": "2022-08-26T07:57:31"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5220
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5220/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5220/comments
https://api.github.com/repos/streamlit/streamlit/issues/5220/events
https://github.com/streamlit/streamlit/issues/5220
1,349,185,834
I_kwDODCoeTs5QavEq
5,220
Radio button without pre-selection
{ "login": "kiansina", "id": 70090343, "node_id": "MDQ6VXNlcjcwMDkwMzQz", "avatar_url": "https://avatars.githubusercontent.com/u/70090343?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kiansina", "html_url": "https://github.com/kiansina", "followers_url": "https://api.github.com/users/kia...
[ { "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
5
2022-08-24T10:04:50
2022-11-15T17:00:34
null
NONE
null
This option is possible as I saw in other platforms. It would be cool if you also add this option. --- Community voting on feature requests enables the Streamlit team to understand which features are most important to our users. **If you'd like the Streamlit team to prioritize this feature request, please use...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5220/reactions", "total_count": 7, "+1": 6, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5220/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5219
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5219/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5219/comments
https://api.github.com/repos/streamlit/streamlit/issues/5219/events
https://github.com/streamlit/streamlit/issues/5219
1,349,183,702
I_kwDODCoeTs5QaujW
5,219
Timer component
{ "login": "kiansina", "id": 70090343, "node_id": "MDQ6VXNlcjcwMDkwMzQz", "avatar_url": "https://avatars.githubusercontent.com/u/70090343?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kiansina", "html_url": "https://github.com/kiansina", "followers_url": "https://api.github.com/users/kia...
[ { "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
2022-08-24T10:03:10
2022-11-08T19:46:47
2022-11-08T19:46:28
NONE
null
Having a timer, which counts down would help a lot. As an example for holding an online exam timer would be necessary to limit each question for a period of some seconds. --- Community voting on feature requests enables the Streamlit team to understand which features are most important to our users. **If you'...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5219/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/5219/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5218
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5218/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5218/comments
https://api.github.com/repos/streamlit/streamlit/issues/5218/events
https://github.com/streamlit/streamlit/issues/5218
1,348,920,683
I_kwDODCoeTs5QZuVr
5,218
Provide a way to change the default width of sidebar
{ "login": "liuzj039", "id": 55271666, "node_id": "MDQ6VXNlcjU1MjcxNjY2", "avatar_url": "https://avatars.githubusercontent.com/u/55271666?v=4", "gravatar_id": "", "url": "https://api.github.com/users/liuzj039", "html_url": "https://github.com/liuzj039", "followers_url": "https://api.github.com/users/liu...
[ { "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
2022-08-24T06:13:49
2022-11-19T21:57:56
null
NONE
null
### Problem I would like to be able to change the width of the sidebar. In the previous version, the method mentioned in this https://github.com/streamlit/streamlit/issues/2058#issuecomment-816989601 worked well to solve my problem. However, after the update, sidebar became draggable, but the above method no longer...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5218/reactions", "total_count": 24, "+1": 21, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 3 }
https://api.github.com/repos/streamlit/streamlit/issues/5218/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5217
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5217/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5217/comments
https://api.github.com/repos/streamlit/streamlit/issues/5217/events
https://github.com/streamlit/streamlit/pull/5217
1,348,621,846
PR_kwDODCoeTs49rWxR
5,217
Don't run local-e2e-env-test workflow for 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/...
[]
closed
false
null
[]
null
0
2022-08-23T22:40:54
2022-08-23T23:03:19
2022-08-23T23:03:17
COLLABORATOR
null
## πŸ“š Context We're having some trouble with the new `local-e2e-env-test` workflow in our nightly release pipeline, and we came to the conclusion that, regardless of what the root cause of the issue is, there's not really much of a point in running tests for our dev env in a pipeline meant for releases. This PR remov...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5217/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/5217/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5217", "html_url": "https://github.com/streamlit/streamlit/pull/5217", "diff_url": "https://github.com/streamlit/streamlit/pull/5217.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5217.patch", "merged_at": "2022-08-23T23:03:17"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5216
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5216/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5216/comments
https://api.github.com/repos/streamlit/streamlit/issues/5216/events
https://github.com/streamlit/streamlit/pull/5216
1,348,572,027
PR_kwDODCoeTs49rL-G
5,216
Fix some minor edge cases with index_ float handling
{ "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
2022-08-23T21:35:36
2022-08-25T00:34:24
2022-08-25T00:34:21
COLLABORATOR
null
## πŸ“š Context https://github.com/streamlit/streamlit/pull/5173 pointed out a few edge cases where the `index_` function gets tripped up: - None may run into a `TypeError` when being compared with a float - `float("inf")` cannot be searched correctly for since `float("inf") - float("inf") == nan` The `None`...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5216/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5216/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5216", "html_url": "https://github.com/streamlit/streamlit/pull/5216", "diff_url": "https://github.com/streamlit/streamlit/pull/5216.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5216.patch", "merged_at": "2022-08-25T00:34:21"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5215
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5215/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5215/comments
https://api.github.com/repos/streamlit/streamlit/issues/5215/events
https://github.com/streamlit/streamlit/issues/5215
1,348,102,476
I_kwDODCoeTs5QWmlM
5,215
st.date_input: Starting day in a week
{ "login": "iemg", "id": 9716564, "node_id": "MDQ6VXNlcjk3MTY1NjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9716564?v=4", "gravatar_id": "", "url": "https://api.github.com/users/iemg", "html_url": "https://github.com/iemg", "followers_url": "https://api.github.com/users/iemg/followers", ...
[ { "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
4
2022-08-23T15:02:02
2023-01-18T13:29:17
null
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 The default first day of a week in st.date_input is a sunday, which is quite unintuitive for users from some regions (e.g. Eu...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5215/reactions", "total_count": 16, "+1": 16, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5215/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5214
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5214/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5214/comments
https://api.github.com/repos/streamlit/streamlit/issues/5214/events
https://github.com/streamlit/streamlit/pull/5214
1,347,727,808
PR_kwDODCoeTs49oXN_
5,214
Update glide-data-grid to 5.0.0
{ "login": "LukasMasuch", "id": 2852129, "node_id": "MDQ6VXNlcjI4NTIxMjk=", "avatar_url": "https://avatars.githubusercontent.com/u/2852129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LukasMasuch", "html_url": "https://github.com/LukasMasuch", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
1
2022-08-23T10:48:47
2022-08-23T19:43:22
2022-08-23T19:43:22
COLLABORATOR
null
## πŸ“š Context Update the glide-data-grid dependency to the most recent major version (`5.X`). ## 🧠 Description of Changes - Update glide-data-grid dependency and remove styled-components (not required anymore) - Fix breaking changes - Refactor ResizableContainer to use emotion-based styled-component. - Fi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5214/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/5214/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5214", "html_url": "https://github.com/streamlit/streamlit/pull/5214", "diff_url": "https://github.com/streamlit/streamlit/pull/5214.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5214.patch", "merged_at": "2022-08-23T19:43:22"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5213
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5213/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5213/comments
https://api.github.com/repos/streamlit/streamlit/issues/5213/events
https://github.com/streamlit/streamlit/pull/5213
1,347,635,810
PR_kwDODCoeTs49oDYd
5,213
Migrate to GH Actions - Part 7: PR Preview
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-08-23T09:33:15
2022-09-13T05:22:44
2022-09-13T05:22:41
COLLABORATOR
null
## πŸ“š Context As a part of integrating with Snowflake, we are transitioning our CI/CD process/workflows from CircleCI to Github Actions. We will be doing this through multiple PRs into a feature branch to break the review process into several pieces. The `action.yml` custom action in `preview_branch` folder hand...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5213/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/5213/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5213", "html_url": "https://github.com/streamlit/streamlit/pull/5213", "diff_url": "https://github.com/streamlit/streamlit/pull/5213.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5213.patch", "merged_at": "2022-09-13T05:22:41"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5212
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5212/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5212/comments
https://api.github.com/repos/streamlit/streamlit/issues/5212/events
https://github.com/streamlit/streamlit/issues/5212
1,347,050,188
I_kwDODCoeTs5QSlrM
5,212
keep telling me pls wait
{ "login": "Maokadtech", "id": 102298755, "node_id": "U_kgDOBhj0gw", "avatar_url": "https://avatars.githubusercontent.com/u/102298755?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Maokadtech", "html_url": "https://github.com/Maokadtech", "followers_url": "https://api.github.com/users/Mao...
[ { "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-08-22T22:11:25
2022-08-23T13:24:17
2022-08-23T13:24:17
NONE
null
### Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. ### Steps to reproduce Code snippet: ``` ``` (Please provide a code snippet! This will help expedite us finding and solving the problem.) If applicable, please provide the steps we should take to reproduce the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5212/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/5212/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5211
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5211/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5211/comments
https://api.github.com/repos/streamlit/streamlit/issues/5211/events
https://github.com/streamlit/streamlit/pull/5211
1,346,932,346
PR_kwDODCoeTs49luQz
5,211
Up version to 1.12.1
{ "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
2022-08-22T20:16:53
2022-08-25T17:23:18
2022-08-25T17:23:17
COLLABORATOR
null
Patch release to exclude python 3.9.7 due to incompatibilities, and make the streamlit runtime changes available
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5211/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/5211/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5211", "html_url": "https://github.com/streamlit/streamlit/pull/5211", "diff_url": "https://github.com/streamlit/streamlit/pull/5211.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5211.patch", "merged_at": "2022-08-25T17:23:17"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5210
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5210/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5210/comments
https://api.github.com/repos/streamlit/streamlit/issues/5210/events
https://github.com/streamlit/streamlit/pull/5210
1,346,861,263
PR_kwDODCoeTs49lfAe
5,210
InMemoryFileManager -> MediaFileManager
{ "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
1
2022-08-22T19:08:54
2022-08-23T22:53:37
2022-08-23T22:53:26
COLLABORATOR
null
Renames "InMemoryFileManager" to "MediaFileManager" (and "InMemoryFile" to "MediaFile") Motivation: - `InMemoryFileManager` is not a great name; the fact that media files are stored in memory is an implementation detail, and not an important part of its identity. And in fact: - The storage layer for MediaFileManag...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5210/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/5210/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5210", "html_url": "https://github.com/streamlit/streamlit/pull/5210", "diff_url": "https://github.com/streamlit/streamlit/pull/5210.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5210.patch", "merged_at": "2022-08-23T22:53:26"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5209
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5209/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5209/comments
https://api.github.com/repos/streamlit/streamlit/issues/5209/events
https://github.com/streamlit/streamlit/pull/5209
1,346,761,248
PR_kwDODCoeTs49lJpi
5,209
WIP: New expander prototype
{ "login": "imjuangarcia", "id": 34423371, "node_id": "MDQ6VXNlcjM0NDIzMzcx", "avatar_url": "https://avatars.githubusercontent.com/u/34423371?v=4", "gravatar_id": "", "url": "https://api.github.com/users/imjuangarcia", "html_url": "https://github.com/imjuangarcia", "followers_url": "https://api.github.c...
[ { "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
2
2022-08-22T17:31:29
2022-09-19T20:02:25
2022-09-19T20:02:25
COLLABORATOR
null
> Still WIP, please do not merge! ## πŸ“š Context This PR is a proof-of-concept of the new `st.expander` design, to get a feel on whether we'd like to move forward with this new design, or keep iterating on it. - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Refactoring ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5209/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/5209/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5209", "html_url": "https://github.com/streamlit/streamlit/pull/5209", "diff_url": "https://github.com/streamlit/streamlit/pull/5209.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5209.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5208
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5208/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5208/comments
https://api.github.com/repos/streamlit/streamlit/issues/5208/events
https://github.com/streamlit/streamlit/issues/5208
1,346,611,768
I_kwDODCoeTs5QQ6o4
5,208
Cloud Down?
{ "login": "Albertwallace", "id": 47447819, "node_id": "MDQ6VXNlcjQ3NDQ3ODE5", "avatar_url": "https://avatars.githubusercontent.com/u/47447819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Albertwallace", "html_url": "https://github.com/Albertwallace", "followers_url": "https://api.githu...
[ { "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
1
2022-08-22T15:38:00
2022-08-22T17:03:54
2022-08-22T17:03:54
NONE
null
### Summary Tried to deploy an app but got stuck on "please wait", seems the same is happening with the example apps ### Steps to reproduce Follow the link: https://streamlit-cloud-example-apps-streamlit-app-sw3u0r.streamlitapp.com/?hsCtaTracking=28f10086-a3a5-4ea8-9403-f3d52bf26184%7C22470002-acb1-4d93-8286-0...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5208/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/5208/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5207
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5207/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5207/comments
https://api.github.com/repos/streamlit/streamlit/issues/5207/events
https://github.com/streamlit/streamlit/pull/5207
1,345,967,590
PR_kwDODCoeTs49idm_
5,207
Fix st dataframe css frontend rendering and extraction of parenthetical values
{ "login": "bwhitesell", "id": 8042258, "node_id": "MDQ6VXNlcjgwNDIyNTg=", "avatar_url": "https://avatars.githubusercontent.com/u/8042258?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bwhitesell", "html_url": "https://github.com/bwhitesell", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "LukasMasuch", "id": 2852129, "node_id": "MDQ6VXNlcjI4NTIxMjk=", "avatar_url": "https://avatars.githubusercontent.com/u/2852129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LukasMasuch", "html_url": "https://github.com/LukasMasuch", "followers_url": "https://api.github.com/us...
[ { "login": "LukasMasuch", "id": 2852129, "node_id": "MDQ6VXNlcjI4NTIxMjk=", "avatar_url": "https://avatars.githubusercontent.com/u/2852129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LukasMasuch", "html_url": "https://github.com/LukasMasuch", "followers_url": "https...
null
0
2022-08-22T07:46:28
2022-08-22T19:57:07
2022-08-22T19:57:07
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5207/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/5207/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5207", "html_url": "https://github.com/streamlit/streamlit/pull/5207", "diff_url": "https://github.com/streamlit/streamlit/pull/5207.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5207.patch", "merged_at": "2022-08-22T19:57:07"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5206
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5206/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5206/comments
https://api.github.com/repos/streamlit/streamlit/issues/5206/events
https://github.com/streamlit/streamlit/issues/5206
1,345,540,477
I_kwDODCoeTs5QM1F9
5,206
Scrollbar in v1.12.0
{ "login": "shakamoushie", "id": 88389632, "node_id": "MDQ6VXNlcjg4Mzg5NjMy", "avatar_url": "https://avatars.githubusercontent.com/u/88389632?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shakamoushie", "html_url": "https://github.com/shakamoushie", "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": 3022365121, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[ { "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "htt...
null
3
2022-08-21T16:58:49
2023-01-22T02:10:51
2023-01-22T02:10:51
NONE
null
### Summary The scrollbar is missing for the sidebar sometimes. **Expected behavior:** If I move my cursor horizontally to the right of the sidebar, a scrollbar should appear if the number of sidebar elements exceed the length of the page. **Actual behavior:** 1. Apparently, the sidebar is set to appear ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5206/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/5206/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5205
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5205/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5205/comments
https://api.github.com/repos/streamlit/streamlit/issues/5205/events
https://github.com/streamlit/streamlit/pull/5205
1,344,838,939
PR_kwDODCoeTs49e7Rz
5,205
fix: Allow renderData.args to be typed
{ "login": "joy-void-joy", "id": 56257405, "node_id": "MDQ6VXNlcjU2MjU3NDA1", "avatar_url": "https://avatars.githubusercontent.com/u/56257405?v=4", "gravatar_id": "", "url": "https://api.github.com/users/joy-void-joy", "html_url": "https://github.com/joy-void-joy", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
null
2
2022-08-19T19:48:35
2022-09-08T22:36:07
2022-09-08T22:36:03
CONTRIBUTOR
null
## πŸ“š Context When using the typescript component template, the returned `renderData.args` is any and has to be manually typed. This PR allows for user to specify the type of `args`, while making this type any by default so that it is compatible with old code. - What kind of change does this PR introduce? ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5205/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/5205/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5205", "html_url": "https://github.com/streamlit/streamlit/pull/5205", "diff_url": "https://github.com/streamlit/streamlit/pull/5205.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5205.patch", "merged_at": "2022-09-08T22:36:03"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5204
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5204/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5204/comments
https://api.github.com/repos/streamlit/streamlit/issues/5204/events
https://github.com/streamlit/streamlit/issues/5204
1,344,820,953
I_kwDODCoeTs5QKFbZ
5,204
Emptying empty() container doesn't work
{ "login": "blackary", "id": 4040678, "node_id": "MDQ6VXNlcjQwNDA2Nzg=", "avatar_url": "https://avatars.githubusercontent.com/u/4040678?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blackary", "html_url": "https://github.com/blackary", "followers_url": "https://api.github.com/users/black...
[ { "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-08-19T19:24:57
2022-08-19T19:26:27
2022-08-19T19:26:27
COLLABORATOR
null
### Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. ### Steps to reproduce [See the app here](https://playground.streamlitapp.com/?q=empty-doesnt-work) If I create an empty container, and then use with ... to add multiple elements to it, and then do it a second time, the...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5204/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/5204/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5203
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5203/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5203/comments
https://api.github.com/repos/streamlit/streamlit/issues/5203/events
https://github.com/streamlit/streamlit/pull/5203
1,344,779,666
PR_kwDODCoeTs49eutC
5,203
Migrate to GH Actions - Part 6: Python Prod Deps Smoke Test
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
1
2022-08-19T18:31:35
2022-08-23T05:16:58
2022-08-23T05:16:53
COLLABORATOR
null
## πŸ“š Context As a part of integrating with Snowflake, we are transitioning our CI/CD process/workflows from CircleCI to Github Actions. We will be doing this through multiple PRs into a feature branch to break the review process into several pieces. Folder `.github/actions` holds an `action.yml` file that allow...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5203/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/5203/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5203", "html_url": "https://github.com/streamlit/streamlit/pull/5203", "diff_url": "https://github.com/streamlit/streamlit/pull/5203.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5203.patch", "merged_at": "2022-08-23T05:16:53"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5202
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5202/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5202/comments
https://api.github.com/repos/streamlit/streamlit/issues/5202/events
https://github.com/streamlit/streamlit/pull/5202
1,344,774,577
PR_kwDODCoeTs49etnO
5,202
Migrate to GH Actions - Part 5: CLI Regression Test
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
1
2022-08-19T18:25:24
2022-08-23T05:28:40
2022-08-23T05:28:37
COLLABORATOR
null
## πŸ“š Context As a part of integrating with Snowflake, we are transitioning our CI/CD process/workflows from CircleCI to Github Actions. We will be doing this through multiple PRs into a feature branch to break the review process into several pieces. Folder `.github/actions` holds an `action.yml` file that allow...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5202/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/5202/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5202", "html_url": "https://github.com/streamlit/streamlit/pull/5202", "diff_url": "https://github.com/streamlit/streamlit/pull/5202.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5202.patch", "merged_at": "2022-08-23T05:28:37"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5201
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5201/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5201/comments
https://api.github.com/repos/streamlit/streamlit/issues/5201/events
https://github.com/streamlit/streamlit/pull/5201
1,344,758,288
PR_kwDODCoeTs49eqQv
5,201
Migrate to GH Actions - Part 5: CLI Regression Test
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-08-19T18:06:22
2022-08-23T07:58:06
2022-08-19T18:21:27
COLLABORATOR
null
## πŸ“š Context As a part of integrating with Snowflake, we are transitioning our CI/CD process/workflows from CircleCI to Github Actions. We will be doing this through multiple PRs into a feature branch to break the review process into several pieces. Folder `.github/actions` holds an `action.yml` file that allow...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5201/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/5201/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5201", "html_url": "https://github.com/streamlit/streamlit/pull/5201", "diff_url": "https://github.com/streamlit/streamlit/pull/5201.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5201.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5200
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5200/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5200/comments
https://api.github.com/repos/streamlit/streamlit/issues/5200/events
https://github.com/streamlit/streamlit/pull/5200
1,344,588,040
PR_kwDODCoeTs49eFHA
5,200
Alert doc typo fix
{ "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
0
2022-08-19T15:26:53
2022-08-19T16:52:46
2022-08-19T16:52:46
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5200/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/5200/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5200", "html_url": "https://github.com/streamlit/streamlit/pull/5200", "diff_url": "https://github.com/streamlit/streamlit/pull/5200.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5200.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5199
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5199/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5199/comments
https://api.github.com/repos/streamlit/streamlit/issues/5199/events
https://github.com/streamlit/streamlit/issues/5199
1,343,886,909
I_kwDODCoeTs5QGhY9
5,199
Stremalit hello fails in anaconda
{ "login": "longlong1214", "id": 72721988, "node_id": "MDQ6VXNlcjcyNzIxOTg4", "avatar_url": "https://avatars.githubusercontent.com/u/72721988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/longlong1214", "html_url": "https://github.com/longlong1214", "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-08-19T03:25:53
2022-08-19T04:12:57
2022-08-19T04:12:57
NONE
null
### Summary TypeError: Protocols cannot be instantiated ### Steps to reproduce streamlit hello File "C:\Users\user\anaconda3\lib\site-packages\tornado\http1connection.py", line 273, in _read_message delegate.finish() File "C:\Users\user\anaconda3\lib\site-packages\tornado\routing.py", line 268, in ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5199/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/5199/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5198
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5198/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5198/comments
https://api.github.com/repos/streamlit/streamlit/issues/5198/events
https://github.com/streamlit/streamlit/pull/5198
1,343,766,621
PR_kwDODCoeTs49bWiv
5,198
Fix test using the now-nonexistent _handle_scriptrunner_event_on_main_thread
{ "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
2022-08-19T00:00:37
2022-08-19T00:17:55
2022-08-19T00:17:52
COLLABORATOR
null
## πŸ“š Context One of the tests that I wrote as part of #5169 used the `_handle_scriptrunner_event_on_main_thread` function, which was renamed in #5196. These two PRs ended up racing with each other and are now causing a build failure on `develop`. - What kind of change does this PR introduce? - [x] Other,...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5198/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/5198/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5198", "html_url": "https://github.com/streamlit/streamlit/pull/5198", "diff_url": "https://github.com/streamlit/streamlit/pull/5198.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5198.patch", "merged_at": "2022-08-19T00:17:52"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5197
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5197/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5197/comments
https://api.github.com/repos/streamlit/streamlit/issues/5197/events
https://github.com/streamlit/streamlit/issues/5197
1,343,619,313
I_kwDODCoeTs5QFgDx
5,197
Emoji filenames breaks packaging with bazel
{ "login": "lallea", "id": 3035802, "node_id": "MDQ6VXNlcjMwMzU4MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3035802?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lallea", "html_url": "https://github.com/lallea", "followers_url": "https://api.github.com/users/lallea/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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-08-18T20:38:26
2022-08-18T20:45:41
2022-08-18T20:45:41
NONE
null
### Summary When we upgrade from 1.9.2 to 1.10.0, our build system, which is based on bazel, can no longer package streamlit into containers. Bazel, or rather the rules_docker/rules_python plugins, do not handle the emoji filenames gracefully and get confused. ### Steps to reproduce Follow the instructions in ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5197/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/5197/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5196
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5196/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5196/comments
https://api.github.com/repos/streamlit/streamlit/issues/5196/events
https://github.com/streamlit/streamlit/pull/5196
1,343,544,675
PR_kwDODCoeTs49am4t
5,196
AppSession: allow running on another thread
{ "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
2022-08-18T19:43:40
2022-08-18T23:30:58
2022-08-18T23:30:55
COLLABORATOR
null
Currently, `AppSession._handle_scriptrunner_event_on_main_thread` asserts that it's called on the main thread. This is subtly incorrect - the function must be called on the AppSession's asyncio event loop thread, which is generally but not necessarily the main thread. (Specifically, Snowpark is currently running the...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5196/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/5196/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5196", "html_url": "https://github.com/streamlit/streamlit/pull/5196", "diff_url": "https://github.com/streamlit/streamlit/pull/5196.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5196.patch", "merged_at": "2022-08-18T23:30:55"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5195
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5195/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5195/comments
https://api.github.com/repos/streamlit/streamlit/issues/5195/events
https://github.com/streamlit/streamlit/pull/5195
1,343,408,329
PR_kwDODCoeTs49aJpQ
5,195
Fix node cache
{ "login": "sfc-gh-kbregula", "id": 78743291, "node_id": "MDQ6VXNlcjc4NzQzMjkx", "avatar_url": "https://avatars.githubusercontent.com/u/78743291?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-kbregula", "html_url": "https://github.com/sfc-gh-kbregula", "followers_url": "https://api...
[]
closed
false
null
[]
null
1
2022-08-18T17:37:28
2022-08-19T12:21:49
2022-08-18T22:10:17
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5195/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/5195/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5195", "html_url": "https://github.com/streamlit/streamlit/pull/5195", "diff_url": "https://github.com/streamlit/streamlit/pull/5195.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5195.patch", "merged_at": "2022-08-18T22:10:17"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5194
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5194/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5194/comments
https://api.github.com/repos/streamlit/streamlit/issues/5194/events
https://github.com/streamlit/streamlit/pull/5194
1,343,331,201
PR_kwDODCoeTs49Z5af
5,194
Upgrade baseui to 9.116.3
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "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": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "follo...
null
2
2022-08-18T16:19:05
2022-08-26T12:14:24
2022-08-26T12:14:24
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5194/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/5194/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5194", "html_url": "https://github.com/streamlit/streamlit/pull/5194", "diff_url": "https://github.com/streamlit/streamlit/pull/5194.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5194.patch", "merged_at": "2022-08-26T12:14:24"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5193
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5193/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5193/comments
https://api.github.com/repos/streamlit/streamlit/issues/5193/events
https://github.com/streamlit/streamlit/pull/5193
1,343,307,853
PR_kwDODCoeTs49Z0Zs
5,193
Add focus state back for number inputs
{ "login": "imjuangarcia", "id": 34423371, "node_id": "MDQ6VXNlcjM0NDIzMzcx", "avatar_url": "https://avatars.githubusercontent.com/u/34423371?v=4", "gravatar_id": "", "url": "https://api.github.com/users/imjuangarcia", "html_url": "https://github.com/imjuangarcia", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
null
2
2022-08-18T15:57:18
2022-08-20T00:19:55
2022-08-20T00:19:52
COLLABORATOR
null
## πŸ“š Context This PR fixes an issue reported by @tvst where the focus state for `st.number_input` wasn't working. It does handle it in a slightly different manner than other inputs, so that we can add the border to the entire widget (including the `-` and `+` buttons) and not just the `<input>` tag itself. - Wha...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5193/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/5193/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5193", "html_url": "https://github.com/streamlit/streamlit/pull/5193", "diff_url": "https://github.com/streamlit/streamlit/pull/5193.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5193.patch", "merged_at": "2022-08-20T00:19:52"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5192
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5192/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5192/comments
https://api.github.com/repos/streamlit/streamlit/issues/5192/events
https://github.com/streamlit/streamlit/pull/5192
1,343,108,999
PR_kwDODCoeTs49ZJoI
5,192
TYP: Make `OptionSequence` fully generic
{ "login": "harahu", "id": 6145801, "node_id": "MDQ6VXNlcjYxNDU4MDE=", "avatar_url": "https://avatars.githubusercontent.com/u/6145801?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harahu", "html_url": "https://github.com/harahu", "followers_url": "https://api.github.com/users/harahu/foll...
[]
closed
false
null
[]
null
5
2022-08-18T13:32:36
2022-09-13T11:03:12
2022-09-12T23:54:08
CONTRIBUTOR
null
This PR is a subset of #5101, made in order to facilitate discussion and review. ## πŸ“š Context _Improve type annotations for streamlit's public API_ - What kind of change does this PR introduce? - [X] Other, please describe: Type annotations ## 🧠 Description of Changes - Make the `OptionSequence` t...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5192/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/5192/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5192", "html_url": "https://github.com/streamlit/streamlit/pull/5192", "diff_url": "https://github.com/streamlit/streamlit/pull/5192.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5192.patch", "merged_at": "2022-09-12T23:54:08"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5191
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5191/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5191/comments
https://api.github.com/repos/streamlit/streamlit/issues/5191/events
https://github.com/streamlit/streamlit/pull/5191
1,343,091,095
PR_kwDODCoeTs49ZFvF
5,191
TYP: Add preliminary type annotations to `slider`
{ "login": "harahu", "id": 6145801, "node_id": "MDQ6VXNlcjYxNDU4MDE=", "avatar_url": "https://avatars.githubusercontent.com/u/6145801?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harahu", "html_url": "https://github.com/harahu", "followers_url": "https://api.github.com/users/harahu/foll...
[]
closed
false
null
[]
null
3
2022-08-18T13:18:36
2022-08-30T17:58:09
2022-08-30T17:58:09
CONTRIBUTOR
null
This PR is a subset of #5101, made in order to facilitate discussion and review. ## πŸ“š Context _Improve type annotations for streamlit's public API_ - What kind of change does this PR introduce? - [X] Other, please describe: Type annotations ## 🧠 Description of Changes - _An initial pass at adding ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5191/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/5191/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5191", "html_url": "https://github.com/streamlit/streamlit/pull/5191", "diff_url": "https://github.com/streamlit/streamlit/pull/5191.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5191.patch", "merged_at": "2022-08-30T17:58:09"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5190
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5190/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5190/comments
https://api.github.com/repos/streamlit/streamlit/issues/5190/events
https://github.com/streamlit/streamlit/pull/5190
1,343,087,599
PR_kwDODCoeTs49ZE-X
5,190
Relax types for markdown and heading APIs
{ "login": "harahu", "id": 6145801, "node_id": "MDQ6VXNlcjYxNDU4MDE=", "avatar_url": "https://avatars.githubusercontent.com/u/6145801?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harahu", "html_url": "https://github.com/harahu", "followers_url": "https://api.github.com/users/harahu/foll...
[]
closed
false
null
[]
null
0
2022-08-18T13:15:46
2022-08-18T23:24:07
2022-08-18T23:24:07
CONTRIBUTOR
null
This PR is a subset of #5101, made in order to facilitate discussion and review. ## πŸ“š Context _Improve type annotations for streamlit's public API_ - What kind of change does this PR introduce? - [X] Other, please describe: Type annotations ## 🧠 Description of Changes - _Relax `str` arguments for ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5190/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/5190/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5190", "html_url": "https://github.com/streamlit/streamlit/pull/5190", "diff_url": "https://github.com/streamlit/streamlit/pull/5190.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5190.patch", "merged_at": "2022-08-18T23:24:07"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5189
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5189/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5189/comments
https://api.github.com/repos/streamlit/streamlit/issues/5189/events
https://github.com/streamlit/streamlit/pull/5189
1,342,944,058
PR_kwDODCoeTs49Yl_h
5,189
Fix st.image svg sizing
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "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": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "follo...
null
13
2022-08-18T11:11:43
2022-10-05T09:33:42
2022-10-05T09:33:42
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5189/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/5189/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5189", "html_url": "https://github.com/streamlit/streamlit/pull/5189", "diff_url": "https://github.com/streamlit/streamlit/pull/5189.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5189.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5188
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5188/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5188/comments
https://api.github.com/repos/streamlit/streamlit/issues/5188/events
https://github.com/streamlit/streamlit/pull/5188
1,342,418,635
PR_kwDODCoeTs49W43l
5,188
(Hopefully) Ensure demo apps are included in all distributions
{ "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
2022-08-18T00:46:14
2022-08-19T00:41:03
2022-08-19T00:41:00
COLLABORATOR
null
## πŸ“š Context I'm not entirely sure if this is the correct fix, but my current theory as to why the `streamlit hello` demo apps don't appear in `conda-forge` distributions of streamlit is that they're not included in our `MANIFEST.in`. What may be happening here is that PyPI takes the tarballs that we upload and ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5188/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/5188/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5188", "html_url": "https://github.com/streamlit/streamlit/pull/5188", "diff_url": "https://github.com/streamlit/streamlit/pull/5188.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5188.patch", "merged_at": "2022-08-19T00:41:00"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5187
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5187/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5187/comments
https://api.github.com/repos/streamlit/streamlit/issues/5187/events
https://github.com/streamlit/streamlit/pull/5187
1,342,375,906
PR_kwDODCoeTs49WwOQ
5,187
Update alert e2e tests
{ "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
2022-08-17T23:14:00
2022-08-18T02:56:50
2022-08-18T02:56:47
COLLABORATOR
null
## πŸ“š Context I clicked merge on #5162 and immediately realized afterwards that it could use some tests. This PR simply adds to the `st_alerts` e2e test so that line-break behavior is tested by the snapshots. - What kind of change does this PR introduce? - [x] Other, please describe: more tests ## πŸ§ͺ Testing Done...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5187/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/5187/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5187", "html_url": "https://github.com/streamlit/streamlit/pull/5187", "diff_url": "https://github.com/streamlit/streamlit/pull/5187.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5187.patch", "merged_at": "2022-08-18T02:56:47"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5186
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5186/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5186/comments
https://api.github.com/repos/streamlit/streamlit/issues/5186/events
https://github.com/streamlit/streamlit/issues/5186
1,342,365,925
I_kwDODCoeTs5QAuDl
5,186
_pickle.UnpicklingError: invalid load key, 'v'
{ "login": "jiqibuaixuexi", "id": 102913931, "node_id": "U_kgDOBiJXiw", "avatar_url": "https://avatars.githubusercontent.com/u/102913931?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jiqibuaixuexi", "html_url": "https://github.com/jiqibuaixuexi", "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
2022-08-17T22:58:00
2022-08-18T13:12:47
2022-08-18T13:12:29
NONE
null
![image](https://user-images.githubusercontent.com/102913931/185256473-c45ddd82-3d27-4aae-820e-9f53fee25f4a.png) ![image](https://user-images.githubusercontent.com/102913931/185256565-578aa515-42db-4877-9878-0d88ce37ccfe.png) ![image](https://user-images.githubusercontent.com/102913931/185256674-4719ff01-77e4-49de-...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5186/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/5186/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5185
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5185/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5185/comments
https://api.github.com/repos/streamlit/streamlit/issues/5185/events
https://github.com/streamlit/streamlit/pull/5185
1,342,282,885
PR_kwDODCoeTs49WdCJ
5,185
future-based Runtime.start, Server.start
{ "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
2022-08-17T20:54:18
2022-08-17T22:58:04
2022-08-17T22:58:00
COLLABORATOR
null
Simplifies starting the Runtime (and starting the Server). - Previously, we used a callback to signal that the Runtime/Server had started and was ready to accept connections - But now that we're using asyncio, we can make this much nicer by using Futures instead of Callbacks. - This means that `Runtime.start`/`Ser...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5185/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/5185/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5185", "html_url": "https://github.com/streamlit/streamlit/pull/5185", "diff_url": "https://github.com/streamlit/streamlit/pull/5185.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5185.patch", "merged_at": "2022-08-17T22:58:00"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5184
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5184/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5184/comments
https://api.github.com/repos/streamlit/streamlit/issues/5184/events
https://github.com/streamlit/streamlit/pull/5184
1,341,938,571
PR_kwDODCoeTs49VTX0
5,184
Replace : with = in success example
{ "login": "blackary", "id": 4040678, "node_id": "MDQ6VXNlcjQwNDA2Nzg=", "avatar_url": "https://avatars.githubusercontent.com/u/4040678?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blackary", "html_url": "https://github.com/blackary", "followers_url": "https://api.github.com/users/black...
[]
closed
false
null
[]
null
0
2022-08-17T15:23:57
2022-08-17T21:35:36
2022-08-17T21:35: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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5184/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/5184/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5184", "html_url": "https://github.com/streamlit/streamlit/pull/5184", "diff_url": "https://github.com/streamlit/streamlit/pull/5184.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5184.patch", "merged_at": "2022-08-17T21:35:32"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5183
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5183/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5183/comments
https://api.github.com/repos/streamlit/streamlit/issues/5183/events
https://github.com/streamlit/streamlit/pull/5183
1,341,581,526
PR_kwDODCoeTs49UGMf
5,183
Make time input work with keyboard only
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "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": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "follo...
null
4
2022-08-17T10:56:00
2022-08-19T18:50:58
2022-08-19T18:50:57
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5183/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/5183/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5183", "html_url": "https://github.com/streamlit/streamlit/pull/5183", "diff_url": "https://github.com/streamlit/streamlit/pull/5183.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5183.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5182
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5182/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5182/comments
https://api.github.com/repos/streamlit/streamlit/issues/5182/events
https://github.com/streamlit/streamlit/issues/5182
1,341,269,140
I_kwDODCoeTs5P8iSU
5,182
slow output while running the out put
{ "login": "polishettivamshi", "id": 109717338, "node_id": "U_kgDOBoonWg", "avatar_url": "https://avatars.githubusercontent.com/u/109717338?v=4", "gravatar_id": "", "url": "https://api.github.com/users/polishettivamshi", "html_url": "https://github.com/polishettivamshi", "followers_url": "https://api.gi...
[ { "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
2022-08-17T06:49:05
2022-10-11T07:42:20
2022-08-18T13:10:34
NONE
null
### Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. ### Steps to reproduce Code snippet: ``` ``` (Please provide a code snippet! This will help expedite us finding and solving the problem.) If applicable, please provide the steps we should take to reproduce the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5182/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/5182/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5181
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5181/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5181/comments
https://api.github.com/repos/streamlit/streamlit/issues/5181/events
https://github.com/streamlit/streamlit/issues/5181
1,340,885,688
I_kwDODCoeTs5P7Eq4
5,181
Deployed App Cannot Upload Files > 100MB
{ "login": "ryantaylor406", "id": 39039171, "node_id": "MDQ6VXNlcjM5MDM5MTcx", "avatar_url": "https://avatars.githubusercontent.com/u/39039171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ryantaylor406", "html_url": "https://github.com/ryantaylor406", "followers_url": "https://api.githu...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1848183387, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
4
2022-08-16T21:10:45
2022-08-30T21:07:29
2022-08-30T21:07:07
NONE
null
### Summary We have a Streamlit app deployed on a linux box and it is throwing an error for any files uploaded that are greater than ~100MB. I have set the max file upload size to be 2GB in the ```config.toml``` file which works as expected locally. However, when we deploy the app we cannot upload any file great...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5181/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/5181/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5180
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5180/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5180/comments
https://api.github.com/repos/streamlit/streamlit/issues/5180/events
https://github.com/streamlit/streamlit/pull/5180
1,340,671,755
PR_kwDODCoeTs49RH7k
5,180
Fix typo based on Issue #5177
{ "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
2022-08-16T17:34:05
2022-08-17T21:35:28
2022-08-17T21:35:28
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5180/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/5180/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5180", "html_url": "https://github.com/streamlit/streamlit/pull/5180", "diff_url": "https://github.com/streamlit/streamlit/pull/5180.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5180.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5179
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5179/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5179/comments
https://api.github.com/repos/streamlit/streamlit/issues/5179/events
https://github.com/streamlit/streamlit/issues/5179
1,340,516,444
I_kwDODCoeTs5P5qhc
5,179
imagemagick issue doesnt work!!!! added packages.txt with imagemagick
{ "login": "jakeyahn", "id": 82705312, "node_id": "MDQ6VXNlcjgyNzA1MzEy", "avatar_url": "https://avatars.githubusercontent.com/u/82705312?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jakeyahn", "html_url": "https://github.com/jakeyahn", "followers_url": "https://api.github.com/users/jak...
[ { "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
3
2022-08-16T15:18:48
2022-08-17T02:01:28
2022-08-16T21:21:30
NONE
null
### Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. ### Steps to reproduce Code snippet: ``` ``` (Please provide a code snippet! This will help expedite us finding and solving the problem.) If applicable, please provide the steps we should take to reproduce the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5179/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/5179/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5178
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5178/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5178/comments
https://api.github.com/repos/streamlit/streamlit/issues/5178/events
https://github.com/streamlit/streamlit/issues/5178
1,340,487,776
I_kwDODCoeTs5P5jhg
5,178
Streamlit not detecting changes to multipage apps in WSL2
{ "login": "jonstrutz11", "id": 23544847, "node_id": "MDQ6VXNlcjIzNTQ0ODQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23544847?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jonstrutz11", "html_url": "https://github.com/jonstrutz11", "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" }, { "id": 4288309131, "node_id": "LA_kwDODC...
open
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
7
2022-08-16T14:58:01
2022-10-10T23:42:02
null
NONE
null
### Summary Streamlit isn’t detecting file changes in multi-page apps when I run it in WSL2 (Ubuntu 20.04). I noticed that while it DOES detect changes to the main page, e.g. Home.py, it isn’t detecting changes to nested pages (e.g. a page in the pages directory), nor is it detecting changes to python modules tha...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5178/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/5178/timeline
null
reopened
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5177
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5177/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5177/comments
https://api.github.com/repos/streamlit/streamlit/issues/5177/events
https://github.com/streamlit/streamlit/issues/5177
1,340,392,600
I_kwDODCoeTs5P5MSY
5,177
It should be :
{ "login": "dang-mai", "id": 82823886, "node_id": "MDQ6VXNlcjgyODIzODg2", "avatar_url": "https://avatars.githubusercontent.com/u/82823886?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dang-mai", "html_url": "https://github.com/dang-mai", "followers_url": "https://api.github.com/users/dan...
[]
closed
false
null
[]
null
2
2022-08-16T13:52:03
2022-08-16T17:37:03
2022-08-16T17:37:03
NONE
null
https://github.com/streamlit/streamlit/blob/535f11765817657892506d6904bbbe04908dbdf3/lib/streamlit/elements/alert.py#L145
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5177/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/5177/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5176
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5176/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5176/comments
https://api.github.com/repos/streamlit/streamlit/issues/5176/events
https://github.com/streamlit/streamlit/pull/5176
1,340,374,102
PR_kwDODCoeTs49QI_L
5,176
Make st.write render sets as list instead of strings
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[]
closed
false
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "follo...
null
2
2022-08-16T13:38:54
2022-08-18T15:55:04
2022-08-18T15:55:04
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5176/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/5176/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5176", "html_url": "https://github.com/streamlit/streamlit/pull/5176", "diff_url": "https://github.com/streamlit/streamlit/pull/5176.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5176.patch", "merged_at": "2022-08-18T15:55:04"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5175
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5175/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5175/comments
https://api.github.com/repos/streamlit/streamlit/issues/5175/events
https://github.com/streamlit/streamlit/issues/5175
1,340,314,763
I_kwDODCoeTs5P45SL
5,175
Help descriptions (?) on charts
{ "login": "parker84", "id": 12496987, "node_id": "MDQ6VXNlcjEyNDk2OTg3", "avatar_url": "https://avatars.githubusercontent.com/u/12496987?v=4", "gravatar_id": "", "url": "https://api.github.com/users/parker84", "html_url": "https://github.com/parker84", "followers_url": "https://api.github.com/users/par...
[ { "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
3
2022-08-16T12:56:01
2022-11-08T19:49:39
2022-11-08T19:49:39
NONE
null
### Problem It can be difficult to name a metric in a way such that all relevant context is captured. Similarly we have this problem with parameters on a dashboard, but the (?) help buttons drastically improve this experience. I think including this feature on st.metrics as well will increase the usability of ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5175/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/5175/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5174
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5174/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5174/comments
https://api.github.com/repos/streamlit/streamlit/issues/5174/events
https://github.com/streamlit/streamlit/issues/5174
1,340,233,827
I_kwDODCoeTs5P4lhj
5,174
v 1.12.0 breaks streamlit.state module
{ "login": "BioComSoftware", "id": 6683102, "node_id": "MDQ6VXNlcjY2ODMxMDI=", "avatar_url": "https://avatars.githubusercontent.com/u/6683102?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BioComSoftware", "html_url": "https://github.com/BioComSoftware", "followers_url": "https://api.gith...
[ { "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-08-16T11:50:02
2022-08-16T21:01:41
2022-08-16T21:01:41
NONE
null
### Summary After upgrading to `Streamlit==1.12.0` (from `1.11.0`) I get the error `ModuleNotFoundError: No module named 'streamlit.state'` Reverting back to `Streamlit==1.11.0` fixes the issue and returns the page to functional. ### Steps to reproduce Code snippet: ``` from streamlit.state import sessio...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5174/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/5174/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5173
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5173/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5173/comments
https://api.github.com/repos/streamlit/streamlit/issues/5173/events
https://github.com/streamlit/streamlit/pull/5173
1,340,112,455
PR_kwDODCoeTs49PQjY
5,173
Custom index implementation supporting improvement
{ "login": "lluissalord", "id": 7021552, "node_id": "MDQ6VXNlcjcwMjE1NTI=", "avatar_url": "https://avatars.githubusercontent.com/u/7021552?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lluissalord", "html_url": "https://github.com/lluissalord", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
1
2022-08-16T10:03:54
2022-09-07T13:58:34
2022-08-23T21:29:48
CONTRIBUTOR
null
Using the current implementation of the index I found two edge cases which where not working as expected: 1. Value which is looked for is `None` which when compared to a `float` is returning a `TypeError`. We could do as in the higher level use of `index_` where when `None` the `0` index is returned. 2. When value ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5173/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/5173/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5173", "html_url": "https://github.com/streamlit/streamlit/pull/5173", "diff_url": "https://github.com/streamlit/streamlit/pull/5173.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5173.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5172
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5172/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5172/comments
https://api.github.com/repos/streamlit/streamlit/issues/5172/events
https://github.com/streamlit/streamlit/pull/5172
1,340,038,576
PR_kwDODCoeTs49PAnx
5,172
ask for protobuf version only if we're not on circleci
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "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": 1520675746, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "follo...
null
0
2022-08-16T09:03:53
2022-08-16T18:04:14
2022-08-16T18:04:13
CONTRIBUTOR
null
## πŸ“š Context _Please describe the project or issue background here_ Seems like our CI is broken, because it checks for match between System's `protobuf` and Python's version and asks for confirmation. I believe for best results we should have same version of this library both on System and CI, but this is out...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5172/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5172/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5172", "html_url": "https://github.com/streamlit/streamlit/pull/5172", "diff_url": "https://github.com/streamlit/streamlit/pull/5172.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5172.patch", "merged_at": "2022-08-16T18:04:13"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5171
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5171/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5171/comments
https://api.github.com/repos/streamlit/streamlit/issues/5171/events
https://github.com/streamlit/streamlit/issues/5171
1,339,942,427
I_kwDODCoeTs5P3eYb
5,171
Directory chooser widget
{ "login": "PlatonB", "id": 25541767, "node_id": "MDQ6VXNlcjI1NTQxNzY3", "avatar_url": "https://avatars.githubusercontent.com/u/25541767?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PlatonB", "html_url": "https://github.com/PlatonB", "followers_url": "https://api.github.com/users/Platon...
[ { "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
5
2022-08-16T07:39:43
2022-11-10T01:39:19
2022-11-10T01:38:26
NONE
null
Now it is necessary to enter the directory path via `st.text_input`. This doesn't take advantage of the GUI over the console interface. Please create a widget that allows to select a directory in graphical mode and **returns the path** to it. --- Community voting on feature requests enables the Streamlit team to ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5171/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/5171/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5170
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5170/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5170/comments
https://api.github.com/repos/streamlit/streamlit/issues/5170/events
https://github.com/streamlit/streamlit/issues/5170
1,339,909,483
I_kwDODCoeTs5P3WVr
5,170
writing multiple '\n'
{ "login": "Alexandru-Ioan-Popovici", "id": 109108824, "node_id": "U_kgDOBoDeWA", "avatar_url": "https://avatars.githubusercontent.com/u/109108824?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Alexandru-Ioan-Popovici", "html_url": "https://github.com/Alexandru-Ioan-Popovici", "followers_...
[ { "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
6
2022-08-16T07:07:16
2022-09-13T10:37:07
2022-08-29T16:38:39
NONE
null
### Summary Streamlit does not allow for writing multiple rows via a multiplier or by adding (such as adding strings): 4*'\n' or '\n'+'\n'+'\n'+'\n' produce writing only one row instead of the assigned multiple -- 4 in this case. Code snippet: ``` st.write(4*'\n') writes one row instead of 4 ```
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5170/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/5170/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5169
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5169/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5169/comments
https://api.github.com/repos/streamlit/streamlit/issues/5169/events
https://github.com/streamlit/streamlit/pull/5169
1,339,700,052
PR_kwDODCoeTs49N43Q
5,169
Allow BackMsg<->ForwardMsg association for easier performance testing
{ "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
2
2022-08-16T01:35:06
2022-08-18T22:11:46
2022-08-18T22:11:41
COLLABORATOR
null
## πŸ“š Context For some performance work that we're doing, we'd like to be able to more easily associate `ForwardMsg`s with the `BackMsg`s that triggered the script run that created them. In order to do this, we allow a new `debug_last_backmsg_id` field to be set in a `BackMsg` so that all `ForwardMsg`s that ar...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5169/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/5169/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5169", "html_url": "https://github.com/streamlit/streamlit/pull/5169", "diff_url": "https://github.com/streamlit/streamlit/pull/5169.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5169.patch", "merged_at": "2022-08-18T22:11:41"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5168
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5168/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5168/comments
https://api.github.com/repos/streamlit/streamlit/issues/5168/events
https://github.com/streamlit/streamlit/pull/5168
1,339,626,599
PR_kwDODCoeTs49NpiL
5,168
Exclude Python 3.9.7 from supported versions
{ "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
2
2022-08-15T23:15:53
2022-08-18T23:59:12
2022-08-18T23:59:09
COLLABORATOR
null
## πŸ“š Context #5140 was caused by an issue specific to Python 3.9.7 (see https://bugs.python.org/issue45121). Some typing improvements that made use of `typing.Protocol` introduced in `streamlit 1.2.0` started breaking on this version due to that Python bug. Assuming that these types of issues don't come up ver...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5168/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/5168/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5168", "html_url": "https://github.com/streamlit/streamlit/pull/5168", "diff_url": "https://github.com/streamlit/streamlit/pull/5168.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5168.patch", "merged_at": "2022-08-18T23:59:09"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5167
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5167/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5167/comments
https://api.github.com/repos/streamlit/streamlit/issues/5167/events
https://github.com/streamlit/streamlit/pull/5167
1,339,616,694
PR_kwDODCoeTs49NnU3
5,167
Create a Pipenv lockfile to get better resolution
{ "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
2022-08-15T23:05:02
2022-08-16T22:44:25
2022-08-16T22:44:22
COLLABORATOR
null
Otherwise it resolves dev dependencies separately and chooses to install a version of protobuf that is incompatible with our actual requirements. ## πŸ“š Context - What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Refactoring - [ ] Other, please describe:
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5167/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/5167/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5167", "html_url": "https://github.com/streamlit/streamlit/pull/5167", "diff_url": "https://github.com/streamlit/streamlit/pull/5167.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5167.patch", "merged_at": "2022-08-16T22:44:22"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5166
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5166/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5166/comments
https://api.github.com/repos/streamlit/streamlit/issues/5166/events
https://github.com/streamlit/streamlit/issues/5166
1,339,368,262
I_kwDODCoeTs5P1SNG
5,166
Accessing websocket headers in Streamlit 1.12.0
{ "login": "erikamundson", "id": 67119169, "node_id": "MDQ6VXNlcjY3MTE5MTY5", "avatar_url": "https://avatars.githubusercontent.com/u/67119169?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erikamundson", "html_url": "https://github.com/erikamundson", "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
19
2022-08-15T18:59:31
2022-10-30T10:46:09
2022-09-30T18:34:10
NONE
null
### Problem In previous versions, we used the following code to retrieve the access token header from the websocket headers: ```python from streamlit.server.server import Server from streamlit.scriptrunner.script_run_context import get_script_run_ctx def get_access_token() -> Optional[str]: """Gets the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5166/reactions", "total_count": 20, "+1": 20, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5166/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5165
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5165/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5165/comments
https://api.github.com/repos/streamlit/streamlit/issues/5165/events
https://github.com/streamlit/streamlit/pull/5165
1,339,360,583
PR_kwDODCoeTs49MzBD
5,165
Allow Runtime to be constructed on another thread
{ "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
2022-08-15T18:50:29
2022-08-15T20:26:44
2022-08-15T20:26:40
COLLABORATOR
null
asyncio synchronization primitives (Futures, Events, etc) need to be constructed on a thread that's already running an asyncio event loop. (When constructed, these primitives get associated with the current event loop.) Currently, Runtime creates its various asyncio primitives in its constructor, which means that th...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5165/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/5165/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5165", "html_url": "https://github.com/streamlit/streamlit/pull/5165", "diff_url": "https://github.com/streamlit/streamlit/pull/5165.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5165.patch", "merged_at": "2022-08-15T20:26:40"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5164
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5164/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5164/comments
https://api.github.com/repos/streamlit/streamlit/issues/5164/events
https://github.com/streamlit/streamlit/issues/5164
1,339,014,372
I_kwDODCoeTs5Pz7zk
5,164
Streamlit 1.12.0 doesn't allow the same key for widgets with different labels
{ "login": "blackary", "id": 4040678, "node_id": "MDQ6VXNlcjQwNDA2Nzg=", "avatar_url": "https://avatars.githubusercontent.com/u/4040678?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blackary", "html_url": "https://github.com/blackary", "followers_url": "https://api.github.com/users/black...
[ { "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-08-15T13:34:55
2022-08-15T19:10:07
2022-08-15T19:10:07
COLLABORATOR
null
### Summary Before streamlit 1.12.0, It used to be that if you had widgets with different labels but the same key, that was fine. Now, any two widgets of the same type with the same key cause a `DuplicateWidgetID` error. ### Steps to reproduce Code snippet: ``` import streamlit as st st.checkbox("Label...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5164/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/5164/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5163
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5163/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5163/comments
https://api.github.com/repos/streamlit/streamlit/issues/5163/events
https://github.com/streamlit/streamlit/issues/5163
1,338,936,704
I_kwDODCoeTs5Pzo2A
5,163
st.dataframe "Could not parse color" when a dataframe is styled with hex or rgb values
{ "login": "benjsk", "id": 108280745, "node_id": "U_kgDOBnQ7qQ", "avatar_url": "https://avatars.githubusercontent.com/u/108280745?v=4", "gravatar_id": "", "url": "https://api.github.com/users/benjsk", "html_url": "https://github.com/benjsk", "followers_url": "https://api.github.com/users/benjsk/follower...
[ { "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": 1964011103, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-08-15T12:24:24
2022-08-22T19:57:08
2022-08-22T19:57:08
NONE
null
### Summary As of streamlit 1.10.0, pandas dataframes that are styled using a hex or rgb value (as apposed to referencing colours using plantext) are not rendered correctly in the browser. ### Steps to reproduce Code snippet: ``` # This dataframe will render correctly in the browser, with the background se...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5163/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/5163/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5162
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5162/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5162/comments
https://api.github.com/repos/streamlit/streamlit/issues/5162/events
https://github.com/streamlit/streamlit/pull/5162
1,338,669,229
PR_kwDODCoeTs49KgYF
5,162
Fix wordwrap for Alert elements
{ "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
2
2022-08-15T08:03:05
2022-08-17T21:38:50
2022-08-17T21:38:50
MEMBER
null
## πŸ“š Context When a long string with no break words is passed to Alert elements (`st.error`, `st.info`, `st.success`, `st.warning`) the rendered text overflows the bounds of the container in the x-axis. - What kind of change does this PR introduce? - [x] Bugfix ## 🧠 Description of Changes - Replaces...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5162/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5162/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5162", "html_url": "https://github.com/streamlit/streamlit/pull/5162", "diff_url": "https://github.com/streamlit/streamlit/pull/5162.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5162.patch", "merged_at": "2022-08-17T21:38:50"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5161
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5161/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5161/comments
https://api.github.com/repos/streamlit/streamlit/issues/5161/events
https://github.com/streamlit/streamlit/pull/5161
1,338,639,173
PR_kwDODCoeTs49KaJT
5,161
Migrate to GH Actions - Part 4: Cypress Tests
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
1
2022-08-15T07:25:09
2022-09-07T01:42:04
2022-09-07T01:42:01
COLLABORATOR
null
## πŸ“š Context As a part of integrating with Snowflake, we are transitioning our CI/CD process/workflows from CircleCI to Github Actions. We will be doing this through multiple PRs into a feature branch to break the review process into several pieces. Folder `.github/actions` holds `action.yml` files that allow f...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5161/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/5161/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5161", "html_url": "https://github.com/streamlit/streamlit/pull/5161", "diff_url": "https://github.com/streamlit/streamlit/pull/5161.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5161.patch", "merged_at": "2022-09-07T01:42:01"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5160
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5160/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5160/comments
https://api.github.com/repos/streamlit/streamlit/issues/5160/events
https://github.com/streamlit/streamlit/pull/5160
1,338,607,166
PR_kwDODCoeTs49KTTh
5,160
Migrate to GH Actions - Part 3: Python Tests
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-08-15T06:46:34
2022-08-23T05:16:19
2022-08-23T05:16:14
COLLABORATOR
null
## πŸ“š Context **NOTE**: This should be reviewed after https://github.com/streamlit/streamlit/pull/5158 As a part of integrating with Snowflake, we are transitioning our CI/CD process/workflows from CircleCI to Github Actions. We will be doing this through multiple PRs into a feature branch to break the review pro...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5160/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/5160/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5160", "html_url": "https://github.com/streamlit/streamlit/pull/5160", "diff_url": "https://github.com/streamlit/streamlit/pull/5160.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5160.patch", "merged_at": "2022-08-23T05:16:14"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5159
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5159/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5159/comments
https://api.github.com/repos/streamlit/streamlit/issues/5159/events
https://github.com/streamlit/streamlit/pull/5159
1,338,593,985
PR_kwDODCoeTs49KQh4
5,159
Migrate to GH Actions - Part 2: JS Tests
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-08-15T06:27:12
2022-08-19T08:05:42
2022-08-19T08:05:37
COLLABORATOR
null
## πŸ“š Context **NOTE**: This should be reviewed after https://github.com/streamlit/streamlit/pull/5158 As a part of integrating with Snowflake, we are transitioning our CI/CD process/workflows from CircleCI to Github Actions. We will be doing this through multiple PRs into a feature branch to break the review pro...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5159/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/5159/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5159", "html_url": "https://github.com/streamlit/streamlit/pull/5159", "diff_url": "https://github.com/streamlit/streamlit/pull/5159.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5159.patch", "merged_at": "2022-08-19T08:05:37"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5158
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5158/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5158/comments
https://api.github.com/repos/streamlit/streamlit/issues/5158/events
https://github.com/streamlit/streamlit/pull/5158
1,338,553,896
PR_kwDODCoeTs49KH_W
5,158
Migrate to GH Actions - Part 1: Shared Action Files
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-08-15T05:21:44
2022-08-19T07:28:14
2022-08-19T07:28:07
COLLABORATOR
null
## πŸ“š Context As a part of integrating with Snowflake, we are transitioning our CI/CD process/workflows from CircleCI to Github Actions. We will be doing this through multiple PRs into a feature branch to break the review process into several pieces. Folder `.github/actions` holds `action.yml` files that allow f...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5158/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/5158/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5158", "html_url": "https://github.com/streamlit/streamlit/pull/5158", "diff_url": "https://github.com/streamlit/streamlit/pull/5158.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5158.patch", "merged_at": "2022-08-19T07:28:07"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5157
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5157/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5157/comments
https://api.github.com/repos/streamlit/streamlit/issues/5157/events
https://github.com/streamlit/streamlit/pull/5157
1,338,446,637
PR_kwDODCoeTs49Jwta
5,157
fixing sidebar styling to support overlay scrollbar when contents ove…
{ "login": "bwhitesell", "id": 8042258, "node_id": "MDQ6VXNlcjgwNDIyNTg=", "avatar_url": "https://avatars.githubusercontent.com/u/8042258?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bwhitesell", "html_url": "https://github.com/bwhitesell", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[ { "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "htt...
null
2
2022-08-15T02:09:23
2022-08-30T18:48:05
2022-08-30T18:48:05
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5157/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/5157/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5157", "html_url": "https://github.com/streamlit/streamlit/pull/5157", "diff_url": "https://github.com/streamlit/streamlit/pull/5157.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5157.patch", "merged_at": "2022-08-30T18:48:05"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5156
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5156/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5156/comments
https://api.github.com/repos/streamlit/streamlit/issues/5156/events
https://github.com/streamlit/streamlit/issues/5156
1,338,402,522
I_kwDODCoeTs5Pxmba
5,156
Value of selectbox reverts to first option whenever list of options changes
{ "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": 3904104045, "node_id": "LA_kwDODCoeTs7os-Zt", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:st.selectbox", "name": "feature:st.selectbox", "color": "C5DEF5", "default": false, "description": "" } ]
closed
false
null
[]
null
2
2022-08-15T00:53:14
2022-09-14T19:25:56
2022-09-14T19:25:30
NONE
null
### Summary If the list of options for a selectbox is changed, the selected value reverts to the first option even if the previously selected value is still in the list of options. This makes things difficult for dashboard users because they have to repeatedly select the same option whenever they change some othe...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5156/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/5156/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5155
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5155/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5155/comments
https://api.github.com/repos/streamlit/streamlit/issues/5155/events
https://github.com/streamlit/streamlit/issues/5155
1,338,309,301
I_kwDODCoeTs5PxPq1
5,155
Pytube Streamlit works locally but dot work when hosted on streamlit cloud
{ "login": "naashonomics", "id": 16366834, "node_id": "MDQ6VXNlcjE2MzY2ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/16366834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/naashonomics", "html_url": "https://github.com/naashonomics", "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
2022-08-14T17:40:33
2022-08-16T16:20:43
2022-08-16T16:20:43
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 Following code works when i run in my local host but download file is missing when hosted on streamlit cloud . Does path rela...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5155/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/5155/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5153
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5153/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5153/comments
https://api.github.com/repos/streamlit/streamlit/issues/5153/events
https://github.com/streamlit/streamlit/issues/5153
1,338,237,464
I_kwDODCoeTs5Pw-IY
5,153
Improvement ideas for `st.dataframe`
{ "login": "marduk2", "id": 12582729, "node_id": "MDQ6VXNlcjEyNTgyNzI5", "avatar_url": "https://avatars.githubusercontent.com/u/12582729?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marduk2", "html_url": "https://github.com/marduk2", "followers_url": "https://api.github.com/users/marduk...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
0
2022-08-14T12:53:20
2022-11-15T17:00:36
null
NONE
null
### Context Streamlit plans to make improvements to `st.dataframe` during Q4 2022, according to the [roadmap](https://share.streamlit.io/streamlit/roadmap/). Therefore decided to list a few ideas below for the Streamlit dev team. Hope this helps! ### Improvement ideas - **Boolean arguments to enable/disable cu...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5153/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/5153/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5152
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5152/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5152/comments
https://api.github.com/repos/streamlit/streamlit/issues/5152/events
https://github.com/streamlit/streamlit/issues/5152
1,338,112,358
I_kwDODCoeTs5Pwflm
5,152
Cannot run streamlit - "Protocols cannot be instantiated" in typing.py
{ "login": "knightalv", "id": 71338102, "node_id": "MDQ6VXNlcjcxMzM4MTAy", "avatar_url": "https://avatars.githubusercontent.com/u/71338102?v=4", "gravatar_id": "", "url": "https://api.github.com/users/knightalv", "html_url": "https://github.com/knightalv", "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
3
2022-08-14T02:20:28
2022-08-15T20:41:49
2022-08-15T20:41:49
NONE
null
### Summary After following the installation guide via Anaconda Navigator, cannot initiate the "streamlit hello" command. The web browser stops at "localhost" page with "Please wait...." I checked all prerequisites are met.. Ref: https://docs.streamlit.io/library/get-started/installation ### Error message...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5152/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/5152/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5151
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5151/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5151/comments
https://api.github.com/repos/streamlit/streamlit/issues/5151/events
https://github.com/streamlit/streamlit/issues/5151
1,338,104,576
I_kwDODCoeTs5PwdsA
5,151
Set_page_config function
{ "login": "Khaled11111111", "id": 109798654, "node_id": "U_kgDOBotk_g", "avatar_url": "https://avatars.githubusercontent.com/u/109798654?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Khaled11111111", "html_url": "https://github.com/Khaled11111111", "followers_url": "https://api.github.c...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
3
2022-08-14T01:32:17
2023-01-20T04:13:49
2022-08-15T20:51:42
NONE
null
In a multi-page web app, we need to set the configuration for each page. Why we can use this function only on time in an app?
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5151/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/5151/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5150
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5150/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5150/comments
https://api.github.com/repos/streamlit/streamlit/issues/5150/events
https://github.com/streamlit/streamlit/issues/5150
1,338,041,337
I_kwDODCoeTs5PwOP5
5,150
Icon files in Streamlit commands
{ "login": "shakamoushie", "id": 88389632, "node_id": "MDQ6VXNlcjg4Mzg5NjMy", "avatar_url": "https://avatars.githubusercontent.com/u/88389632?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shakamoushie", "html_url": "https://github.com/shakamoushie", "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" } ]
open
false
null
[]
null
1
2022-08-13T19:43:02
2022-11-15T17:00:36
null
NONE
null
### Allow the use of icon / small picture files instead or additional to emojis in Streamlit commands #### The need: Emojis can be used in st.info... etc., but usable emojis are not exhaustive enough to cover all user requirements. (Suppose I have 2 options and only 1 of these 2 options has an emoji available - I w...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5150/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/5150/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5149
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5149/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5149/comments
https://api.github.com/repos/streamlit/streamlit/issues/5149/events
https://github.com/streamlit/streamlit/issues/5149
1,338,026,138
I_kwDODCoeTs5PwKia
5,149
General colorband command instead of `st.warning` etc.
{ "login": "shakamoushie", "id": 88389632, "node_id": "MDQ6VXNlcjg4Mzg5NjMy", "avatar_url": "https://avatars.githubusercontent.com/u/88389632?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shakamoushie", "html_url": "https://github.com/shakamoushie", "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" } ]
open
false
null
[]
null
1
2022-08-13T18:27:06
2022-11-15T17:00:37
null
NONE
null
### Problem Can we have st.colourband(Label=, HexColourCode=) instead of st.info, st.error, st.warning and st.success ? The advantages: 1. Four separate widgets (st.info, st.error, st.warning and st.success) can be reduced to 1 widget 2. One can have the flexibility to define the colour --- Community voti...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5149/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/5149/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5148
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5148/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5148/comments
https://api.github.com/repos/streamlit/streamlit/issues/5148/events
https://github.com/streamlit/streamlit/issues/5148
1,338,024,895
I_kwDODCoeTs5PwKO_
5,148
Combobox
{ "login": "shakamoushie", "id": 88389632, "node_id": "MDQ6VXNlcjg4Mzg5NjMy", "avatar_url": "https://avatars.githubusercontent.com/u/88389632?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shakamoushie", "html_url": "https://github.com/shakamoushie", "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
3
2022-08-13T18:20:30
2022-11-10T18:40:53
2022-11-10T18:40:39
NONE
null
### Problem #### Combobox: Can the selectbox widget be revised to a combo box widget (much like the VBA control)? It can have the current selectbox functionality (of the dictionary-search-as-you-type) as well as the functionality of a text_input in case the typed text no longer exists within the search elements....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5148/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/5148/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5147
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5147/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5147/comments
https://api.github.com/repos/streamlit/streamlit/issues/5147/events
https://github.com/streamlit/streamlit/issues/5147
1,337,914,223
I_kwDODCoeTs5PvvNv
5,147
InternalHashError: No module named 'main'
{ "login": "ashev87", "id": 51875965, "node_id": "MDQ6VXNlcjUxODc1OTY1", "avatar_url": "https://avatars.githubusercontent.com/u/51875965?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashev87", "html_url": "https://github.com/ashev87", "followers_url": "https://api.github.com/users/ashev8...
[ { "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
2022-08-13T09:31:03
2022-08-19T18:44:51
2022-08-19T18:44:51
NONE
null
### Summary Streamlit error where the caching of a function was interrupted because streamlit doesn't know how to hash builtins.function ### Steps to reproduce Code snippet: @st.cache def convert_df(df): return df.to_csv().encode('utf-8') csv = convert_df(df) **Expected behavior:** expected ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5147/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/5147/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5146
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5146/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5146/comments
https://api.github.com/repos/streamlit/streamlit/issues/5146/events
https://github.com/streamlit/streamlit/issues/5146
1,337,908,050
I_kwDODCoeTs5PvttS
5,146
AttributeError: module 'streamlit' has no attribute 'cli'
{ "login": "hana9090", "id": 2920520, "node_id": "MDQ6VXNlcjI5MjA1MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/2920520?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hana9090", "html_url": "https://github.com/hana9090", "followers_url": "https://api.github.com/users/hana9...
[ { "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-08-13T08:58:49
2022-08-22T23:15:31
2022-08-13T12:59:35
NONE
null
### Summary For the new release, Streamlit, version 1.12.0, I got **AttributeError: module 'streamlit' has no attribute 'cli'** ### Steps to reproduce Code snippet: ``` from streamlit.cli import main ``` Error: `ModuleNotFoundError: No module named 'streamlit.cli'` That was working with **Streamlit...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5146/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/5146/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5145
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5145/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5145/comments
https://api.github.com/repos/streamlit/streamlit/issues/5145/events
https://github.com/streamlit/streamlit/issues/5145
1,337,796,616
I_kwDODCoeTs5PvSgI
5,145
Sidebar not functioning properly in Firefox when using Streamlit v1.12.0
{ "login": "yeetswa", "id": 110794007, "node_id": "U_kgDOBpqVFw", "avatar_url": "https://avatars.githubusercontent.com/u/110794007?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yeetswa", "html_url": "https://github.com/yeetswa", "followers_url": "https://api.github.com/users/yeetswa/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": 4452125322, "node_id": "LA_kwDODC...
closed
false
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[ { "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "htt...
null
3
2022-08-13T00:16:30
2022-09-17T21:37:39
2022-08-30T18:48:06
NONE
null
### Summary I have web app with a series of buttons and checkboxes in a sidebar. When I access the app on Firefox (via a localhost) the scrollbar that automatically appears on the sidebar is not present. This means that the content at the bottom of the sidebar (Run button) is only partially visible. Furthermore, wh...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5145/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/5145/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5144
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5144/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5144/comments
https://api.github.com/repos/streamlit/streamlit/issues/5144/events
https://github.com/streamlit/streamlit/issues/5144
1,337,630,619
I_kwDODCoeTs5Pup-b
5,144
Show elements on or before every page in a multipage app (e.g. for login screen)
{ "login": "totalhack", "id": 43683140, "node_id": "MDQ6VXNlcjQzNjgzMTQw", "avatar_url": "https://avatars.githubusercontent.com/u/43683140?v=4", "gravatar_id": "", "url": "https://api.github.com/users/totalhack", "html_url": "https://github.com/totalhack", "followers_url": "https://api.github.com/users/...
[ { "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
4
2022-08-12T19:27:10
2022-11-15T17:00:38
null
NONE
null
### Problem There are a variety of auth examples out there including simple approaches like [this one](https://docs.streamlit.io/knowledge-base/deploy/authentication-without-sso) in the streamlit docs. The problem is with multipage apps I don't see a way to do a single auth page that every user needs to hit before a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5144/reactions", "total_count": 3, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 2 }
https://api.github.com/repos/streamlit/streamlit/issues/5144/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5143
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5143/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5143/comments
https://api.github.com/repos/streamlit/streamlit/issues/5143/events
https://github.com/streamlit/streamlit/pull/5143
1,337,383,370
PR_kwDODCoeTs49GcX9
5,143
Update license headers
{ "login": "sfc-gh-kbregula", "id": 78743291, "node_id": "MDQ6VXNlcjc4NzQzMjkx", "avatar_url": "https://avatars.githubusercontent.com/u/78743291?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-kbregula", "html_url": "https://github.com/sfc-gh-kbregula", "followers_url": "https://api...
[]
closed
false
null
[]
null
13
2022-08-12T15:57:19
2022-09-21T21:51:31
2022-09-21T21:51:31
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5143/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/5143/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5143", "html_url": "https://github.com/streamlit/streamlit/pull/5143", "diff_url": "https://github.com/streamlit/streamlit/pull/5143.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5143.patch", "merged_at": "2022-09-21T21:51:31"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5142
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5142/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5142/comments
https://api.github.com/repos/streamlit/streamlit/issues/5142/events
https://github.com/streamlit/streamlit/issues/5142
1,337,354,602
I_kwDODCoeTs5Ptmlq
5,142
Sidebar scrollbar is not clickable
{ "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...
[ { "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": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[ { "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "htt...
null
0
2022-08-12T15:34:34
2022-09-08T08:08:04
2022-09-08T08:08:04
COLLABORATOR
null
### Summary Just realized that with 1.12.0, the scrollbar in the sidebar is not clickable anymore. For user-resizable sidebar, @mayagbarnes added a bit of margin to the sidebar edge, so that hovering over the edge doesn't always bring up the scrollbar (which was annoying). But I didn't realize back then that thi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5142/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/5142/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5141
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5141/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5141/comments
https://api.github.com/repos/streamlit/streamlit/issues/5141/events
https://github.com/streamlit/streamlit/issues/5141
1,337,202,754
I_kwDODCoeTs5PtBhC
5,141
Add more options to `[ui]` in `.streamlit/config.toml`
{ "login": "marduk2", "id": 12582729, "node_id": "MDQ6VXNlcjEyNTgyNzI5", "avatar_url": "https://avatars.githubusercontent.com/u/12582729?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marduk2", "html_url": "https://github.com/marduk2", "followers_url": "https://api.github.com/users/marduk...
[ { "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
4
2022-08-12T13:22:42
2022-11-15T17:00:38
null
NONE
null
### Problem Many, many users are already using CSS markdown trick to hide Hamburger Menu and Footer. The problems with this are (1) that it is an unofficial "trick", **and (2) that the Hamburger Menu and Footer can still be seen for a brief moment during initial app loading.** ### Solution **Preferred solution...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5141/reactions", "total_count": 7, "+1": 5, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 2 }
https://api.github.com/repos/streamlit/streamlit/issues/5141/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5140
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5140/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5140/comments
https://api.github.com/repos/streamlit/streamlit/issues/5140/events
https://github.com/streamlit/streamlit/issues/5140
1,336,953,726
I_kwDODCoeTs5PsEt-
5,140
Uncaught exception: TypeError: Protocols cannot be instantiated
{ "login": "DerinChiu", "id": 17707910, "node_id": "MDQ6VXNlcjE3NzA3OTEw", "avatar_url": "https://avatars.githubusercontent.com/u/17707910?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DerinChiu", "html_url": "https://github.com/DerinChiu", "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": 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
10
2022-08-12T09:11:12
2022-09-18T05:42:50
2022-08-18T23:59:10
NONE
null
### Summary TypeError: Protocols cannot be instantiated in 1.12.0 After upgrading from 1.11.1 to 1.12.0, streamlit server keeps raising exceptions and clients get stuck at loading page 'please wait...' ### Steps to reproduce server error snippet: ``` Traceback (most recent call last): File "/home/xx/.l...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5140/reactions", "total_count": 5, "+1": 5, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5140/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5139
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5139/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5139/comments
https://api.github.com/repos/streamlit/streamlit/issues/5139/events
https://github.com/streamlit/streamlit/issues/5139
1,336,801,256
I_kwDODCoeTs5Prffo
5,139
wordwrap not working properly in v1.12.0
{ "login": "Siddhesh-Agarwal", "id": 68057995, "node_id": "MDQ6VXNlcjY4MDU3OTk1", "avatar_url": "https://avatars.githubusercontent.com/u/68057995?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Siddhesh-Agarwal", "html_url": "https://github.com/Siddhesh-Agarwal", "followers_url": "https://...
[ { "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
0
2022-08-12T06:21:25
2022-08-17T21:38:51
2022-08-17T21:38:51
NONE
null
### Summary Word wrap is not working with the `st.info()` function. ### Steps to reproduce Code snippet: ```py import streamlit as st st.title(f"v{st.__version__}") cols = st.columns(2) with cols[0]: st.info("a" * 100) ``` **Expected behavior:** The expected behavior is seen in version `1....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5139/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/5139/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5138
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5138/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5138/comments
https://api.github.com/repos/streamlit/streamlit/issues/5138/events
https://github.com/streamlit/streamlit/issues/5138
1,336,794,303
I_kwDODCoeTs5Prdy_
5,138
ModuleNotFoundError: No module named 'streamlit.server'
{ "login": "ampx-mg", "id": 105651351, "node_id": "U_kgDOBkwclw", "avatar_url": "https://avatars.githubusercontent.com/u/105651351?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ampx-mg", "html_url": "https://github.com/ampx-mg", "followers_url": "https://api.github.com/users/ampx-mg/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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-08-12T06:11:32
2022-08-12T07:57:50
2022-08-12T07:57:50
NONE
null
### Summary With the latest release of `streamlit` our pipeline is failing on `ModuleNotFoundError: No module named 'streamlit.server'`. The code below was working fine with `streamlit=1.11.1` ### Steps to reproduce Code snippet: ``` from streamlit.server.server import Server ``` **Expected behavior:**...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5138/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/5138/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5137
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5137/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5137/comments
https://api.github.com/repos/streamlit/streamlit/issues/5137/events
https://github.com/streamlit/streamlit/pull/5137
1,336,342,107
PR_kwDODCoeTs49C_Su
5,137
example of width, height 0 with tabs issue couse scrolling up with youtube videos
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "id": 2282122192, "node_id": "MDU6TGFiZWwyMjgyMTIyMTky", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:experimental", "name": "area:experimental", "color": "C2E0C6", "default": false, "description": "Related to experimental features" } ]
closed
false
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "follo...
null
0
2022-08-11T18:33:11
2022-08-12T07:21:35
2022-08-12T07:21:35
CONTRIBUTOR
null
This is an example of Video IFrame element having width 0 (and thus height also 0, since it's width 0*0.75). To test it out: * Checkout to this branch * Rebuild and run the following app ``` import streamlit as st for i in range(20): st.markdown("dummy text") tab1, tab2 = st.tabs(["tab1", "tab2"]) ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5137/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/5137/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5137", "html_url": "https://github.com/streamlit/streamlit/pull/5137", "diff_url": "https://github.com/streamlit/streamlit/pull/5137.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5137.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5136
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5136/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5136/comments
https://api.github.com/repos/streamlit/streamlit/issues/5136/events
https://github.com/streamlit/streamlit/pull/5136
1,336,177,619
PR_kwDODCoeTs49CdnJ
5,136
streamlit.Runtime
{ "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
2022-08-11T16:05:50
2022-08-12T00:51:53
2022-08-12T00:51:37
COLLABORATOR
null
Implementation of the Streamlit `Runtime` object: - Our `Server` class is now split in two - There's `Runtime`, a low-level class which implements everything related to AppSession creation and management, and does not directly or indirectly import anything Tornado-related - And `Server`, which contains a `Runtime`...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5136/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/5136/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5136", "html_url": "https://github.com/streamlit/streamlit/pull/5136", "diff_url": "https://github.com/streamlit/streamlit/pull/5136.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5136.patch", "merged_at": "2022-08-12T00:51:37"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5135
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5135/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5135/comments
https://api.github.com/repos/streamlit/streamlit/issues/5135/events
https://github.com/streamlit/streamlit/pull/5135
1,335,977,467
PR_kwDODCoeTs49ByJp
5,135
Fix tabs switching couse scrolling up with YouTube's videos
{ "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "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": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "followers_url": "https://...
[ { "login": "sfc-gh-tszerszen", "id": 78742618, "node_id": "MDQ6VXNlcjc4NzQyNjE4", "avatar_url": "https://avatars.githubusercontent.com/u/78742618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-tszerszen", "html_url": "https://github.com/sfc-gh-tszerszen", "follo...
null
4
2022-08-11T13:39:40
2022-08-17T07:39:50
2022-08-17T07:39:50
CONTRIBUTOR
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5135/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/5135/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5135", "html_url": "https://github.com/streamlit/streamlit/pull/5135", "diff_url": "https://github.com/streamlit/streamlit/pull/5135.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5135.patch", "merged_at": "2022-08-17T07:39:50"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5134
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5134/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5134/comments
https://api.github.com/repos/streamlit/streamlit/issues/5134/events
https://github.com/streamlit/streamlit/issues/5134
1,335,875,574
I_kwDODCoeTs5Pn9f2
5,134
Change in `[theme]` in `.streamlit/config.toml`
{ "login": "Siddhesh-Agarwal", "id": 68057995, "node_id": "MDQ6VXNlcjY4MDU3OTk1", "avatar_url": "https://avatars.githubusercontent.com/u/68057995?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Siddhesh-Agarwal", "html_url": "https://github.com/Siddhesh-Agarwal", "followers_url": "https://...
[ { "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
4
2022-08-11T12:15:05
2022-11-15T17:00:39
null
NONE
null
### Problem I would like a way to declare custom light AND custom dark theme in the same app. I have been unable to find a solution for this. So here is a solution I came up with. ### Solution Along with the already existing `[theme]` option, please create a `[theme.light]` and `[theme.dark]` option for the `c...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5134/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/5134/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5133
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5133/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5133/comments
https://api.github.com/repos/streamlit/streamlit/issues/5133/events
https://github.com/streamlit/streamlit/issues/5133
1,335,639,351
I_kwDODCoeTs5PnD03
5,133
showing opencv image into streamit pyplot function
{ "login": "khawar-islam", "id": 11488932, "node_id": "MDQ6VXNlcjExNDg4OTMy", "avatar_url": "https://avatars.githubusercontent.com/u/11488932?v=4", "gravatar_id": "", "url": "https://api.github.com/users/khawar-islam", "html_url": "https://github.com/khawar-islam", "followers_url": "https://api.github.c...
[ { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:needs-triage", "name": "status:needs-triage", "color": "FEF2C0", "default": false, "description": "This issue hasn't yet been triaged by the Streamlit team" ...
closed
false
null
[]
null
1
2022-08-11T08:31:51
2022-08-12T08:12:11
2022-08-12T08:12:11
NONE
null
### Summary My model detects the important part in document and now i just want visualize it by in dashboard. For image purpose, i am using opencv because i have to draw the rectangle boxes. I cannot visualize my image in dashboard. ### Steps to reproduce Code snippet: ``` import os os.environ['USE_TORC...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5133/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/5133/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5132
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5132/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5132/comments
https://api.github.com/repos/streamlit/streamlit/issues/5132/events
https://github.com/streamlit/streamlit/issues/5132
1,335,379,320
I_kwDODCoeTs5PmEV4
5,132
Can not switch pages when page is running
{ "login": "PaleNeutron", "id": 8296331, "node_id": "MDQ6VXNlcjgyOTYzMzE=", "avatar_url": "https://avatars.githubusercontent.com/u/8296331?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PaleNeutron", "html_url": "https://github.com/PaleNeutron", "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" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-08-11T01:54:23
2022-08-12T00:30:19
2022-08-11T22:40:38
NONE
null
### Summary When page is running/calculating, user can not switch to another page, the entire stream site is hanging. ### Steps to reproduce Just create two pages and put these code into it ``` import time import streamlit as st time.sleep(100) st.title("slooooooow") ``` **Expected behavior:** ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5132/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/5132/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5131
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5131/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5131/comments
https://api.github.com/repos/streamlit/streamlit/issues/5131/events
https://github.com/streamlit/streamlit/pull/5131
1,335,323,278
PR_kwDODCoeTs48_nqS
5,131
Test git actions
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-08-10T23:55:40
2022-08-10T23:57:12
2022-08-10T23:57:12
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 ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5131/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/5131/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5131", "html_url": "https://github.com/streamlit/streamlit/pull/5131", "diff_url": "https://github.com/streamlit/streamlit/pull/5131.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5131.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/5130
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5130/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5130/comments
https://api.github.com/repos/streamlit/streamlit/issues/5130/events
https://github.com/streamlit/streamlit/pull/5130
1,335,201,391
PR_kwDODCoeTs48_OW8
5,130
Runtime: BackMsg deserialization error handling
{ "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
2022-08-10T21:06:08
2022-08-10T21:40:51
2022-08-10T21:40:49
COLLABORATOR
null
Adds `Runtime.handle_backmsg_deserialization_exception`. BrowserWebSocketHandler calls this if it... gets a deserialization exception. This resolves the last remaining TODO in the Runtime code. (Previously, BrowserWebSocketHandler just raised a "TODO" exception in this case.)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5130/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/5130/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5130", "html_url": "https://github.com/streamlit/streamlit/pull/5130", "diff_url": "https://github.com/streamlit/streamlit/pull/5130.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5130.patch", "merged_at": "2022-08-10T21:40:49"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5129
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5129/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5129/comments
https://api.github.com/repos/streamlit/streamlit/issues/5129/events
https://github.com/streamlit/streamlit/pull/5129
1,335,199,595
PR_kwDODCoeTs48_N-Y
5,129
Runtime: dont pass coroutines to async wait
{ "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
2022-08-10T21:04:04
2022-08-10T21:23:27
2022-08-10T21:23:25
COLLABORATOR
null
Passing coroutines directly `asyncio.wait` [is deprecated](https://docs.python.org/3/library/asyncio-task.html#asyncio.wait) and will raise an error in Python 3.11. The proper thing to do here is to wrap coroutines in Tasks (which `asyncio.wait` does under the hood). This PR does that (and also passes the tasks as a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5129/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/5129/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5129", "html_url": "https://github.com/streamlit/streamlit/pull/5129", "diff_url": "https://github.com/streamlit/streamlit/pull/5129.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5129.patch", "merged_at": "2022-08-10T21:23:24"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5128
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5128/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5128/comments
https://api.github.com/repos/streamlit/streamlit/issues/5128/events
https://github.com/streamlit/streamlit/pull/5128
1,335,102,924
PR_kwDODCoeTs48-5W0
5,128
Runtime tests: part 3
{ "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
2022-08-10T19:31:52
2022-08-10T21:07:08
2022-08-10T21:07:02
COLLABORATOR
null
Final (?) round of tests: - `test_shutdown_appsessions_on_stop` - `test_get_eventloop` (moved from server_test) - Removed `server_test.test_is_active_session` (it's redundant: we have essentially the same test in RuntimeTest now.)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5128/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/5128/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5128", "html_url": "https://github.com/streamlit/streamlit/pull/5128", "diff_url": "https://github.com/streamlit/streamlit/pull/5128.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5128.patch", "merged_at": "2022-08-10T21:07:02"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5127
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5127/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5127/comments
https://api.github.com/repos/streamlit/streamlit/issues/5127/events
https://github.com/streamlit/streamlit/issues/5127
1,334,612,439
I_kwDODCoeTs5PjJHX
5,127
Support for pydeck custom tile layer
{ "login": "giswqs", "id": 5016453, "node_id": "MDQ6VXNlcjUwMTY0NTM=", "avatar_url": "https://avatars.githubusercontent.com/u/5016453?v=4", "gravatar_id": "", "url": "https://api.github.com/users/giswqs", "html_url": "https://github.com/giswqs", "followers_url": "https://api.github.com/users/giswqs/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" }, { "...
open
false
null
[]
null
3
2022-08-10T13:16:13
2022-11-15T17:00:39
null
NONE
null
It would be great if streamlit can support [pydeck custom tile layer](https://github.com/agressin/pydeck_myTileLayer). It will open many more opportunities. For example, accessing Google Earth Engine data layers or any web map service layers. The following custom tile layer can render properly in Jupyter notebook, ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5127/reactions", "total_count": 7, "+1": 5, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 2 }
https://api.github.com/repos/streamlit/streamlit/issues/5127/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5126
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5126/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5126/comments
https://api.github.com/repos/streamlit/streamlit/issues/5126/events
https://github.com/streamlit/streamlit/pull/5126
1,334,607,826
PR_kwDODCoeTs489RU0
5,126
Allow the 'Get help' and 'Report a bug' buttons to link to email addresses
{ "login": "sfc-gh-kbregula", "id": 78743291, "node_id": "MDQ6VXNlcjc4NzQzMjkx", "avatar_url": "https://avatars.githubusercontent.com/u/78743291?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sfc-gh-kbregula", "html_url": "https://github.com/sfc-gh-kbregula", "followers_url": "https://api...
[]
closed
false
null
[]
null
0
2022-08-10T13:12:52
2022-08-11T03:47:23
2022-08-11T03:47:23
CONTRIBUTOR
null
Close: https://github.com/streamlit/streamlit/issues/5030 Some apps only support via email, so I think it's worth giving the option to open the email client right from the app. <!-- Before contributing (PLEASE READ!) ⚠️ If your contribution is more than a few lines of code, then prior to starting to code on i...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5126/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/5126/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/5126", "html_url": "https://github.com/streamlit/streamlit/pull/5126", "diff_url": "https://github.com/streamlit/streamlit/pull/5126.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/5126.patch", "merged_at": "2022-08-11T03:47:23"...
true
https://api.github.com/repos/streamlit/streamlit/issues/5125
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5125/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5125/comments
https://api.github.com/repos/streamlit/streamlit/issues/5125/events
https://github.com/streamlit/streamlit/issues/5125
1,334,468,377
I_kwDODCoeTs5Pil8Z
5,125
Input widgets refresh bug
{ "login": "DavideFerri", "id": 48728071, "node_id": "MDQ6VXNlcjQ4NzI4MDcx", "avatar_url": "https://avatars.githubusercontent.com/u/48728071?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DavideFerri", "html_url": "https://github.com/DavideFerri", "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" }, { "id": 1846373998, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
4
2022-08-10T11:17:01
2022-10-14T22:50:41
2022-10-14T22:50:16
NONE
null
### Summary The user needs to input a value to the input widget twice because the first time it does not update / resets to the default value. ### Steps to reproduce [![Open in Streamlit Cloud](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://issues.streamlitapp.com/?issue=gh-5125) ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5125/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/5125/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/5124
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/5124/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/5124/comments
https://api.github.com/repos/streamlit/streamlit/issues/5124/events
https://github.com/streamlit/streamlit/issues/5124
1,334,375,780
I_kwDODCoeTs5PiPVk
5,124
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
{ "login": "jiqibuaixuexi", "id": 102913931, "node_id": "U_kgDOBiJXiw", "avatar_url": "https://avatars.githubusercontent.com/u/102913931?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jiqibuaixuexi", "html_url": "https://github.com/jiqibuaixuexi", "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" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
6
2022-08-10T09:58:27
2022-08-16T22:31:09
2022-08-11T13:08:26
NONE
null
### Summary I want to import cv2, but get bug "ImportError: libGL.so.1: cannot open shared object file: No such file or directory". My requirements are: numpy paddlepaddle==2.3.0 paddlex==1.3.10 Pillow streamlit opencv-python opencv-contrib-python I have tried to add some code to fix the bug: os.system("a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/5124/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/5124/timeline
null
completed
null
null
false