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/4519
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4519/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4519/comments
https://api.github.com/repos/streamlit/streamlit/issues/4519/events
https://github.com/streamlit/streamlit/issues/4519
1,172,432,218
I_kwDODCoeTs5F4eVa
4,519
Unexpected behaviour of showErrorDetails = false
{ "login": "GregVial", "id": 15802765, "node_id": "MDQ6VXNlcjE1ODAyNzY1", "avatar_url": "https://avatars.githubusercontent.com/u/15802765?v=4", "gravatar_id": "", "url": "https://api.github.com/users/GregVial", "html_url": "https://github.com/GregVial", "followers_url": "https://api.github.com/users/Gre...
[ { "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": 2726424640, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
9
2022-03-17T14:19:59
2022-12-10T13:33:02
null
NONE
null
### Summary When setting showErrorDetails to false, the stack is displayed. ### Steps to reproduce Code snippet: **main.py** ``` import streamlit as st import databases import sqlalchemy DATABASE_URL = 'postgresql://user:pwd@server.postgres.azurr.com:5432/dbname?sslmode=prefer' database = databases....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4519/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/4519/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4518
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4518/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4518/comments
https://api.github.com/repos/streamlit/streamlit/issues/4518/events
https://github.com/streamlit/streamlit/pull/4518
1,171,852,225
PR_kwDODCoeTs40km9_
4,518
Improve UX of MPAs
{ "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-03-17T02:21:39
2022-03-22T16:23:31
2022-03-21T22:58:49
COLLABORATOR
null
## πŸ“š Context Improve UX of MPAs work. The commits in this PR were mostly taken from #4504. We made this PR by cherry-picking most of the commits in #4504 onto a new branch checked out from the `HEAD` of `feature/multipage-apps`. The main feature branch was recently rebased onto `develop`, so cherry-picking a few...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4518/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/4518/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4518", "html_url": "https://github.com/streamlit/streamlit/pull/4518", "diff_url": "https://github.com/streamlit/streamlit/pull/4518.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4518.patch", "merged_at": "2022-03-21T22:58:49"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4517
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4517/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4517/comments
https://api.github.com/repos/streamlit/streamlit/issues/4517/events
https://github.com/streamlit/streamlit/pull/4517
1,171,550,175
PR_kwDODCoeTs40jztU
4,517
Clear the screen when switching between pages of an app
{ "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-03-16T21:02:31
2022-03-16T21:19:47
2022-03-16T21:19:45
COLLABORATOR
null
## πŸ“š Context When a script run takes a long time to complete, we currently fade out elements from the previous script run instead of removing them entirely as doing so normally provides a less jumpy user experience (more often than not, we'll redraw updated versions of the same elements to the screen once a long...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4517/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/4517/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4517", "html_url": "https://github.com/streamlit/streamlit/pull/4517", "diff_url": "https://github.com/streamlit/streamlit/pull/4517.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4517.patch", "merged_at": "2022-03-16T21:19:45"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4516
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4516/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4516/comments
https://api.github.com/repos/streamlit/streamlit/issues/4516/events
https://github.com/streamlit/streamlit/issues/4516
1,171,089,830
I_kwDODCoeTs5FzWmm
4,516
Your app is in the oven / booting
{ "login": "js-d", "id": 43207175, "node_id": "MDQ6VXNlcjQzMjA3MTc1", "avatar_url": "https://avatars.githubusercontent.com/u/43207175?v=4", "gravatar_id": "", "url": "https://api.github.com/users/js-d", "html_url": "https://github.com/js-d", "followers_url": "https://api.github.com/users/js-d/followers"...
[ { "id": 2603950938, "node_id": "MDU6TGFiZWwyNjAzOTUwOTM4", "url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:community-cloud", "name": "feature:community-cloud", "color": "C5DEF5", "default": false, "description": "Related to Streamlit Community Cloud" } ]
closed
false
null
[]
null
2
2022-03-16T14:18:52
2022-03-17T16:48:25
2022-03-17T16:48:25
NONE
null
### Summary This issue seems similar to #4510, but it hasn't been fixed for me. One possible difference is that my repo is private? ### Steps to reproduce Go to https://share.streamlit.io/js-d/leaderboard/main **Expected behavior:** The app starts and works. **Actual behavior:** Since an hour ago,...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4516/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/4516/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4515
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4515/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4515/comments
https://api.github.com/repos/streamlit/streamlit/issues/4515/events
https://github.com/streamlit/streamlit/pull/4515
1,170,344,418
PR_kwDODCoeTs40f4bC
4,515
Add a prepForElementSnapshots cypress command and use it
{ "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-03-15T22:54:42
2022-03-16T01:08:54
2022-03-16T01:08:52
COLLABORATOR
null
## πŸ“š Context In https://github.com/streamlit/streamlit/pull/4496, we saw a bunch of seemingly unrelated snapshot tests fail. It turns out the cause of the test failures was that the gradient being added to the bottom of the header was being picked up when taking snapshots of larger elements. We've seen somethi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4515/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/4515/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4515", "html_url": "https://github.com/streamlit/streamlit/pull/4515", "diff_url": "https://github.com/streamlit/streamlit/pull/4515.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4515.patch", "merged_at": "2022-03-16T01:08:52"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4514
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4514/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4514/comments
https://api.github.com/repos/streamlit/streamlit/issues/4514/events
https://github.com/streamlit/streamlit/pull/4514
1,170,318,496
PR_kwDODCoeTs40fzCM
4,514
Bump lodash-es from 4.17.20 to 4.17.21 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2022-03-15T22:14:26
2022-03-16T19:07:38
2022-03-16T19:07:32
CONTRIBUTOR
null
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/f299b52f39486275a9e6483b60a410e06520c538"><code>f299b52</code></a> Bump to v4.17.21</li> <li><a href="https://github.com/lodash/lodash/commit/c4847e...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4514/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/4514/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4514", "html_url": "https://github.com/streamlit/streamlit/pull/4514", "diff_url": "https://github.com/streamlit/streamlit/pull/4514.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4514.patch", "merged_at": "2022-03-16T19:07:32"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4513
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4513/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4513/comments
https://api.github.com/repos/streamlit/streamlit/issues/4513/events
https://github.com/streamlit/streamlit/pull/4513
1,170,280,057
PR_kwDODCoeTs40fq5K
4,513
Update CI jobs to current-gen docker images
{ "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-03-15T21:20:03
2022-03-30T19:55:06
2022-03-30T19:55:06
COLLABORATOR
null
There is now a deprecation notice in circleci, so this seems worth doing to stay up to date and get whatever improvements these have. ## πŸ“š Context - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Refactoring - [x] Other, please describe: CI image update ## 🧠 Desc...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4513/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/4513/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4513", "html_url": "https://github.com/streamlit/streamlit/pull/4513", "diff_url": "https://github.com/streamlit/streamlit/pull/4513.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4513.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4512
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4512/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4512/comments
https://api.github.com/repos/streamlit/streamlit/issues/4512/events
https://github.com/streamlit/streamlit/pull/4512
1,170,142,914
PR_kwDODCoeTs40fLup
4,512
Add exponential backoff w/ jitter to healthz ping
{ "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-03-15T19:55:56
2022-03-28T22:04:02
2022-03-28T22:03:57
COLLABORATOR
null
Inludes a 60s max. Doubles each time, with 20% jitter. ## πŸ“š Context Every web client pinging every 500ms is significant load during incidents in streamlit cloud. - What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactoring - [ ] Other, please describe: ## 🧠 De...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4512/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/4512/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4512", "html_url": "https://github.com/streamlit/streamlit/pull/4512", "diff_url": "https://github.com/streamlit/streamlit/pull/4512.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4512.patch", "merged_at": "2022-03-28T22:03:57"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4511
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4511/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4511/comments
https://api.github.com/repos/streamlit/streamlit/issues/4511/events
https://github.com/streamlit/streamlit/pull/4511
1,170,136,820
PR_kwDODCoeTs40fKVb
4,511
Run git diff in a subshell to ensure correct parsing
{ "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-03-15T19:52:39
2022-03-15T20:10:22
2022-03-15T20:10:19
COLLABORATOR
null
Also drop unneeded xargs invocation ## πŸ“š Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Refactoring - [ ] Other, please describe: ## 🧠 Description of Changes - Fix pre-commit hook formatting s...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4511/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/4511/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4511", "html_url": "https://github.com/streamlit/streamlit/pull/4511", "diff_url": "https://github.com/streamlit/streamlit/pull/4511.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4511.patch", "merged_at": "2022-03-15T20:10:19"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4510
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4510/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4510/comments
https://api.github.com/repos/streamlit/streamlit/issues/4510/events
https://github.com/streamlit/streamlit/issues/4510
1,170,026,957
I_kwDODCoeTs5FvTHN
4,510
Your app is in the oven, forever!
{ "login": "NandouLopes", "id": 74074593, "node_id": "MDQ6VXNlcjc0MDc0NTkz", "avatar_url": "https://avatars.githubusercontent.com/u/74074593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/NandouLopes", "html_url": "https://github.com/NandouLopes", "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
2
2022-03-15T18:20:36
2022-03-16T12:51:40
2022-03-16T12:25:16
NONE
null
### Summary App name: nandoulopes/ypoemas/main/ypo.py App is not deploying ### Steps to reproduce ### Is this a regression? no ### Debug info [manager] Python dependencies were installed from /app/ypoemas/requirements.txt using pip. [manager] Processed dependencies! Stopping... [manager] Updated app! [...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4510/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/4510/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4509
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4509/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4509/comments
https://api.github.com/repos/streamlit/streamlit/issues/4509/events
https://github.com/streamlit/streamlit/pull/4509
1,170,006,783
PR_kwDODCoeTs40euLM
4,509
Add frontend skeleton for the new interactive table component
{ "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-03-15T18:00:16
2022-03-17T16:55:45
2022-03-17T16:55:43
COLLABORATOR
null
## πŸ“š Context This PR adds a rough frontend foundation for the new interactive tables based on glide-data-grid. Most of the actual features and the Python implementation will come with subsequent PRs. - What kind of change does this PR introduce? - [x] Feature ## 🧠 Description of Changes - Add new fro...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4509/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/4509/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4509", "html_url": "https://github.com/streamlit/streamlit/pull/4509", "diff_url": "https://github.com/streamlit/streamlit/pull/4509.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4509.patch", "merged_at": "2022-03-17T16:55:43"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4508
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4508/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4508/comments
https://api.github.com/repos/streamlit/streamlit/issues/4508/events
https://github.com/streamlit/streamlit/issues/4508
1,169,742,037
I_kwDODCoeTs5FuNjV
4,508
Does not refresh github code even if i made a push. Seems laggy
{ "login": "Tasour", "id": 36992573, "node_id": "MDQ6VXNlcjM2OTkyNTcz", "avatar_url": "https://avatars.githubusercontent.com/u/36992573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Tasour", "html_url": "https://github.com/Tasour", "followers_url": "https://api.github.com/users/Tasour/fo...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-03-15T14:21:34
2022-03-15T21:04:20
2022-03-15T21:04:20
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 bug: 1. Go to...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4508/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/4508/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4507
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4507/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4507/comments
https://api.github.com/repos/streamlit/streamlit/issues/4507/events
https://github.com/streamlit/streamlit/pull/4507
1,169,070,142
PR_kwDODCoeTs40bpaW
4,507
Upgrade emotion so we can upgrade emotion-icons to get latest icons.
{ "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-03-15T01:10:54
2022-03-15T22:13:27
2022-03-15T22:13:25
COLLABORATOR
null
## πŸ“š Context This PR was originally a commit in #4504, but we might as well merge it straight into `develop` instead of `feature/multipage-apps` as there's no reason we can't upgrade these packages now. - What kind of change does this PR introduce? - [x] Other, please describe: package upgrades ## 🧠 Description...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4507/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/4507/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4507", "html_url": "https://github.com/streamlit/streamlit/pull/4507", "diff_url": "https://github.com/streamlit/streamlit/pull/4507.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4507.patch", "merged_at": "2022-03-15T22:13:25"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4506
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4506/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4506/comments
https://api.github.com/repos/streamlit/streamlit/issues/4506/events
https://github.com/streamlit/streamlit/pull/4506
1,169,010,944
PR_kwDODCoeTs40bdKN
4,506
Clear the screen when switching between pages of an app
{ "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-03-14T23:18:15
2022-03-16T21:16:16
2022-03-16T21:03:38
COLLABORATOR
null
## πŸ“š Context When a script run takes a long time to complete, we currently fade out elements from the previous script run instead of removing them entirely as doing so normally provides a less jumpy user experience (more often than not, we'll redraw updated versions of the same elements to the screen once a long...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4506/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/4506/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4506", "html_url": "https://github.com/streamlit/streamlit/pull/4506", "diff_url": "https://github.com/streamlit/streamlit/pull/4506.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4506.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4505
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4505/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4505/comments
https://api.github.com/repos/streamlit/streamlit/issues/4505/events
https://github.com/streamlit/streamlit/pull/4505
1,168,986,643
PR_kwDODCoeTs40bX3Y
4,505
Remove ConnectionState.STATIC and associated code
{ "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-03-14T22:41:27
2022-03-14T23:26:05
2022-03-14T23:26:02
COLLABORATOR
null
## πŸ“š Context This PR removes a bit more essentially-dead code left behind from the static sharing feature. The first thing that we remove is `ConnectionState.STATIC` itself, and we also get rid of the `showStaleElementIndicator` prop since it's no longer useful -- ConnectionState.STATIC is no longer used, so the valu...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4505/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/4505/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4505", "html_url": "https://github.com/streamlit/streamlit/pull/4505", "diff_url": "https://github.com/streamlit/streamlit/pull/4505.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4505.patch", "merged_at": "2022-03-14T23:26:02"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4504
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4504/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4504/comments
https://api.github.com/repos/streamlit/streamlit/issues/4504/events
https://github.com/streamlit/streamlit/pull/4504
1,168,962,495
PR_kwDODCoeTs40bSm5
4,504
Improve UX of MPAs
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", ...
[]
closed
false
null
[]
null
1
2022-03-14T22:07:45
2022-03-17T02:24:39
2022-03-17T02:24:16
CONTRIBUTOR
null
## πŸ“š Context Improve UX of MPAs work. - What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactoring - [ ] Other, please describe: ## 🧠 Description of Changes - Upgrade Emotion, so we can upgrade Emotion Icons, so we can get latest icons. - Style the navigation e...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4504/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/4504/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4504", "html_url": "https://github.com/streamlit/streamlit/pull/4504", "diff_url": "https://github.com/streamlit/streamlit/pull/4504.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4504.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4503
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4503/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4503/comments
https://api.github.com/repos/streamlit/streamlit/issues/4503/events
https://github.com/streamlit/streamlit/pull/4503
1,168,917,588
PR_kwDODCoeTs40bI5I
4,503
streamlit.scriptrunner package
{ "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-03-14T21:19:37
2022-03-15T17:37:05
2022-03-15T17:37:03
COLLABORATOR
null
Simple reorg: move `scriptrunner.py`, `script_request_queue.py`, and `script_run_context.py` into a new `scriptrunner` package. These modules are all components of the ScriptRunner machinery, and are all tightly connected
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4503/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/4503/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4503", "html_url": "https://github.com/streamlit/streamlit/pull/4503", "diff_url": "https://github.com/streamlit/streamlit/pull/4503.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4503.patch", "merged_at": "2022-03-15T17:37:02"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4502
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4502/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4502/comments
https://api.github.com/repos/streamlit/streamlit/issues/4502/events
https://github.com/streamlit/streamlit/issues/4502
1,167,650,985
I_kwDODCoeTs5FmPCp
4,502
Additional parameters for st.map (i.e. tooltips, customization for the markers)
{ "login": "datadu-de", "id": 49077745, "node_id": "MDQ6VXNlcjQ5MDc3NzQ1", "avatar_url": "https://avatars.githubusercontent.com/u/49077745?v=4", "gravatar_id": "", "url": "https://api.github.com/users/datadu-de", "html_url": "https://github.com/datadu-de", "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" }, { "...
closed
false
null
[]
null
1
2022-03-13T18:01:58
2022-03-14T20:13:14
2022-03-14T20:13:14
NONE
null
### Problem Plotting points with st.map is great, but tooltips would make it more useful - I'm plotting individual items, e.g. planes/vessels that are being tracked ### Solution **MVP:** allow to specify a tooltip column in the dataframe, that will be displayed on hovering a point on the map **Possible addi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4502/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/4502/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4501
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4501/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4501/comments
https://api.github.com/repos/streamlit/streamlit/issues/4501/events
https://github.com/streamlit/streamlit/issues/4501
1,167,650,282
I_kwDODCoeTs5FmO3q
4,501
SAYS "You have view-only acess to this application"
{ "login": "angousana", "id": 70525707, "node_id": "MDQ6VXNlcjcwNTI1NzA3", "avatar_url": "https://avatars.githubusercontent.com/u/70525707?v=4", "gravatar_id": "", "url": "https://api.github.com/users/angousana", "html_url": "https://github.com/angousana", "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
1
2022-03-13T17:59:13
2022-03-14T02:14:20
2022-03-14T02:14:20
NONE
null
I deleted my repo in GitHub and now I can't delete or edit or do anything to the app I created on streamlit
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4501/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/4501/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4500
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4500/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4500/comments
https://api.github.com/repos/streamlit/streamlit/issues/4500/events
https://github.com/streamlit/streamlit/issues/4500
1,167,609,661
I_kwDODCoeTs5FmE89
4,500
ValueError: list.remove(x): x not in list
{ "login": "RishabhSahil", "id": 91429171, "node_id": "MDQ6VXNlcjkxNDI5MTcx", "avatar_url": "https://avatars.githubusercontent.com/u/91429171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RishabhSahil", "html_url": "https://github.com/RishabhSahil", "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
2
2022-03-13T15:17:42
2022-11-08T12:59:09
2022-03-14T20:16:55
NONE
null
### Summary ValueError: list.remove(x): x not in list Traceback: ### Steps to reproduce File "/app/.heroku/python/lib/python3.9/site-packages/streamlit/script_runner.py", line 349, in _run_script exec(code, module.__dict__) File "/app/app.py", line 16, in <module> user_list.remove('group_notification')...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4500/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/4500/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4499
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4499/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4499/comments
https://api.github.com/repos/streamlit/streamlit/issues/4499/events
https://github.com/streamlit/streamlit/issues/4499
1,167,400,359
I_kwDODCoeTs5FlR2n
4,499
Unable to import cv2
{ "login": "mohammadameenbarech", "id": 44905426, "node_id": "MDQ6VXNlcjQ0OTA1NDI2", "avatar_url": "https://avatars.githubusercontent.com/u/44905426?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mohammadameenbarech", "html_url": "https://github.com/mohammadameenbarech", "followers_url": ...
[ { "id": 4771944522, "node_id": "LA_kwDODCoeTs8AAAABHG4YSg", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:redirect-forum", "name": "status:redirect-forum", "color": "FEF2C0", "default": false, "description": "This question belongs in the forum" }, { "id":...
closed
false
null
[]
null
3
2022-03-12T21:05:16
2022-11-07T17:23:04
2022-03-12T21:13:26
NONE
null
###Error This app has encountered an error. The original error message is redacted to prevent data leaks. ##Tried I have tried using opencv-python headless too, but still getting this error `File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/script_runner.py", line 430, in _run_script e...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4499/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/4499/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4498
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4498/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4498/comments
https://api.github.com/repos/streamlit/streamlit/issues/4498/events
https://github.com/streamlit/streamlit/issues/4498
1,167,198,572
I_kwDODCoeTs5Fkgls
4,498
Streamlit IP not accessible from intranet
{ "login": "bhagesh-codebeast", "id": 59648429, "node_id": "MDQ6VXNlcjU5NjQ4NDI5", "avatar_url": "https://avatars.githubusercontent.com/u/59648429?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bhagesh-codebeast", "html_url": "https://github.com/bhagesh-codebeast", "followers_url": "https...
[ { "id": 4771992204, "node_id": "LA_kwDODCoeTs8AAAABHG7SjA", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:not-issue", "name": "type:not-issue", "color": "262730", "default": false, "description": "This issue is not valid (e.g. debugging question, question unrelated...
closed
false
null
[]
null
1
2022-03-12T06:33:19
2022-11-07T17:21:49
2022-03-14T20:18:41
NONE
null
### Summary Hi, I am unable to access the app running locally on the intranet, I tried changing ServerAddress options! but could not get it working! I am using MobaXterm to run the app on a server and trying to access it using local browser, both, my local system and the server are on the intranet. ### Steps t...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4498/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/4498/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4497
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4497/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4497/comments
https://api.github.com/repos/streamlit/streamlit/issues/4497/events
https://github.com/streamlit/streamlit/issues/4497
1,166,741,104
I_kwDODCoeTs5Fiw5w
4,497
Typo tolerance in select/multiselect
{ "login": "tkmamidi", "id": 41593805, "node_id": "MDQ6VXNlcjQxNTkzODA1", "avatar_url": "https://avatars.githubusercontent.com/u/41593805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tkmamidi", "html_url": "https://github.com/tkmamidi", "followers_url": "https://api.github.com/users/tkm...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
2
2022-03-11T18:41:00
2022-11-15T17:00:14
null
NONE
null
### Problem Can't find options when there are typos in select, multiselect. ### Solution Is it possible to integrate [thefuzz](https://github.com/seatgeek/thefuzz) to select, multiselect and anywhere this can apply? --- Community voting on feature requests enables the Streamlit team to understand which f...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4497/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/4497/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4496
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4496/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4496/comments
https://api.github.com/repos/streamlit/streamlit/issues/4496/events
https://github.com/streamlit/streamlit/pull/4496
1,166,666,111
PR_kwDODCoeTs40T-2Y
4,496
Header updates
{ "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
15
2022-03-11T17:16:39
2022-04-20T10:58:33
2022-03-17T17:11:21
COLLABORATOR
null
## πŸ“š Context This PR introduces a handful of design adjustments on the app header, that were requested internally by some folks (see Notion pages linked below). - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Refactoring - [x] Other, please describe: Design adjustment...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4496/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/4496/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4496", "html_url": "https://github.com/streamlit/streamlit/pull/4496", "diff_url": "https://github.com/streamlit/streamlit/pull/4496.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4496.patch", "merged_at": "2022-03-17T17:11:21"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4495
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4495/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4495/comments
https://api.github.com/repos/streamlit/streamlit/issues/4495/events
https://github.com/streamlit/streamlit/issues/4495
1,166,648,748
I_kwDODCoeTs5FiaWs
4,495
testapp
{ "login": "LifsaDev", "id": 97560444, "node_id": "U_kgDOBdCnfA", "avatar_url": "https://avatars.githubusercontent.com/u/97560444?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LifsaDev", "html_url": "https://github.com/LifsaDev", "followers_url": "https://api.github.com/users/LifsaDev/fo...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
0
2022-03-11T16:58:09
2022-03-11T22:43:55
2022-03-11T22:43:55
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/4495/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/4495/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4494
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4494/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4494/comments
https://api.github.com/repos/streamlit/streamlit/issues/4494/events
https://github.com/streamlit/streamlit/issues/4494
1,166,204,571
I_kwDODCoeTs5Fgt6b
4,494
My app doesnΒ΄t show anything
{ "login": "santiagoferrandolopez", "id": 50645104, "node_id": "MDQ6VXNlcjUwNjQ1MTA0", "avatar_url": "https://avatars.githubusercontent.com/u/50645104?v=4", "gravatar_id": "", "url": "https://api.github.com/users/santiagoferrandolopez", "html_url": "https://github.com/santiagoferrandolopez", "followers_...
[ { "id": 4771944522, "node_id": "LA_kwDODCoeTs8AAAABHG4YSg", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:redirect-forum", "name": "status:redirect-forum", "color": "FEF2C0", "default": false, "description": "This question belongs in the forum" }, { "id":...
closed
false
null
[]
null
1
2022-03-11T09:41:43
2022-11-07T17:22:39
2022-03-11T22:52:58
NONE
null
### Summary ![imagen](https://user-images.githubusercontent.com/50645104/157842023-49a8fa82-86e2-4b21-b654-fd755cfe38b2.png) ### 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 st...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4494/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/4494/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4493
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4493/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4493/comments
https://api.github.com/repos/streamlit/streamlit/issues/4493/events
https://github.com/streamlit/streamlit/issues/4493
1,165,963,399
I_kwDODCoeTs5FfzCH
4,493
Increased customizability of st.input_text()
{ "login": "cameron-jack", "id": 6147537, "node_id": "MDQ6VXNlcjYxNDc1Mzc=", "avatar_url": "https://avatars.githubusercontent.com/u/6147537?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cameron-jack", "html_url": "https://github.com/cameron-jack", "followers_url": "https://api.github.com...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
0
2022-03-11T03:40:37
2022-11-15T17:00:15
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 st.input_text() is a fundamental component any interactive web site and is seriously lacking in customisation. Currently labe...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4493/reactions", "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 3, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4493/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4492
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4492/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4492/comments
https://api.github.com/repos/streamlit/streamlit/issues/4492/events
https://github.com/streamlit/streamlit/issues/4492
1,165,769,136
I_kwDODCoeTs5FfDmw
4,492
WTF Streamlit
{ "login": "tchaton", "id": 12861981, "node_id": "MDQ6VXNlcjEyODYxOTgx", "avatar_url": "https://avatars.githubusercontent.com/u/12861981?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tchaton", "html_url": "https://github.com/tchaton", "followers_url": "https://api.github.com/users/tchato...
[ { "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-03-10T22:00:19
2022-03-10T22:52:30
2022-03-10T22:52:29
NONE
null
### Summary Dear Streamlit Team, How the wtf the most common thing doesn't work properly ???? ```py has_clicked = st.button("Running in local" if toggle else "Start Training", key="toto") ``` has_clicked doesn't return True when the toggle is switching. And this doesn't work either... This seems like ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4492/reactions", "total_count": 3, "+1": 0, "-1": 0, "laugh": 1, "hooray": 0, "confused": 0, "heart": 1, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4492/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4491
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4491/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4491/comments
https://api.github.com/repos/streamlit/streamlit/issues/4491/events
https://github.com/streamlit/streamlit/issues/4491
1,165,559,533
I_kwDODCoeTs5FeQbt
4,491
Bottleneck in LocalSourcesWatcher
{ "login": "ramedina86", "id": 64783088, "node_id": "MDQ6VXNlcjY0NzgzMDg4", "avatar_url": "https://avatars.githubusercontent.com/u/64783088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ramedina86", "html_url": "https://github.com/ramedina86", "followers_url": "https://api.github.com/use...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
closed
false
null
[]
null
4
2022-03-10T18:12:47
2022-11-09T14:43:57
2022-11-09T14:43:51
NONE
null
### Problem I'm not convinced by Streamlit's reaction times, north of 150ms for even the simplest interactions (according to my tests in my own systems). ### Solution I've been profiling the code and found a big bottleneck in the method `update_watched_modules` in the class `LocalSourcesWatcher`. More spe...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4491/reactions", "total_count": 6, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 3, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4491/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4490
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4490/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4490/comments
https://api.github.com/repos/streamlit/streamlit/issues/4490/events
https://github.com/streamlit/streamlit/issues/4490
1,165,552,664
I_kwDODCoeTs5FeOwY
4,490
Multiple user using the app at the same time crashes the app
{ "login": "Shraman-jain", "id": 60072287, "node_id": "MDQ6VXNlcjYwMDcyMjg3", "avatar_url": "https://avatars.githubusercontent.com/u/60072287?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Shraman-jain", "html_url": "https://github.com/Shraman-jain", "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": 2803641782, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-03-10T18:06:15
2022-11-07T17:27:31
2022-04-19T23:38:16
NONE
null
### Summary I have made an app and deployed on streamlit share whenever I run the app from multiple devices simultaneously it report error. ### Steps to reproduce Code snippet: ``` this is my file link https://github.com/Shraman-jain/stock_screener/blob/main/main.py ``` (Please provide a code snippet!...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4490/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/4490/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4489
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4489/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4489/comments
https://api.github.com/repos/streamlit/streamlit/issues/4489/events
https://github.com/streamlit/streamlit/issues/4489
1,165,329,977
I_kwDODCoeTs5FdYY5
4,489
Error: Unrecognized type: "Duration" (18)
{ "login": "felp99", "id": 76445505, "node_id": "MDQ6VXNlcjc2NDQ1NTA1", "avatar_url": "https://avatars.githubusercontent.com/u/76445505?v=4", "gravatar_id": "", "url": "https://api.github.com/users/felp99", "html_url": "https://github.com/felp99", "followers_url": "https://api.github.com/users/felp99/fo...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1846291968, "node_id": "MDU6TGFiZ...
open
false
{ "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...
[ { "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", "follower...
null
14
2022-03-10T14:53:58
2023-01-12T14:41:30
null
NONE
null
### Summary The dataframe shows an error on the frontend if a duration type (timedelta) is used. ### Steps to reproduce [![Open in Streamlit Cloud](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://issues.streamlitapp.com/?issue=gh-4489) ```python import pandas as pd import stre...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4489/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/4489/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4488
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4488/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4488/comments
https://api.github.com/repos/streamlit/streamlit/issues/4488/events
https://github.com/streamlit/streamlit/issues/4488
1,164,816,175
I_kwDODCoeTs5Fba8v
4,488
Overs passed in the app is showing 21 as maximum and also the decimals are wrong
{ "login": "karantaware531", "id": 71117304, "node_id": "MDQ6VXNlcjcxMTE3MzA0", "avatar_url": "https://avatars.githubusercontent.com/u/71117304?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karantaware531", "html_url": "https://github.com/karantaware531", "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-03-10T06:39:39
2022-03-10T13:40:51
2022-03-10T13:40:51
NONE
null
### Summary You should limit the overs to 20 and also make the over as a 6 balls array and define 20 different arrays so we could add one detail of what was the run in last over as we can know the increase in RR and also we can define the decimals in the overs ranging 0.0 to 0.6 ### Steps to reproduce Code snipp...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4488/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/4488/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4487
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4487/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4487/comments
https://api.github.com/repos/streamlit/streamlit/issues/4487/events
https://github.com/streamlit/streamlit/pull/4487
1,164,650,376
PR_kwDODCoeTs40NWB4
4,487
Implement page not found behavior
{ "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-03-10T02:04:11
2022-03-11T22:43:43
2022-03-11T22:43:35
COLLABORATOR
null
## πŸ“š Context When the user tries to navigate to a page that doesn't exist (which should only be possible when they directly type in an invalid page URL as a nonexistent page can't possibly end up in the Nav UI), we want to display an error modal while redirecting to the app's main page. This PR implements this b...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4487/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/4487/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4487", "html_url": "https://github.com/streamlit/streamlit/pull/4487", "diff_url": "https://github.com/streamlit/streamlit/pull/4487.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4487.patch", "merged_at": "2022-03-11T22:43:35"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4486
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4486/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4486/comments
https://api.github.com/repos/streamlit/streamlit/issues/4486/events
https://github.com/streamlit/streamlit/issues/4486
1,163,946,864
I_kwDODCoeTs5FYGtw
4,486
PermissionError by watcher on a script update with a proposal easy solution
{ "login": "lisrael1", "id": 13962031, "node_id": "MDQ6VXNlcjEzOTYyMDMx", "avatar_url": "https://avatars.githubusercontent.com/u/13962031?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lisrael1", "html_url": "https://github.com/lisrael1", "followers_url": "https://api.github.com/users/lis...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2258739424, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
3
2022-03-09T13:33:35
2022-03-29T00:19:58
2022-03-29T00:19:58
NONE
null
### Summary get permission error when saving the script file. always happens but only on a specific PC (tried at least 3 other PCs and they don't have this issue as probably most users don't have this error...) ### Steps to reproduce streamlit run my_app.py then update my_app.py and get the next error: File ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4486/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/4486/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4485
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4485/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4485/comments
https://api.github.com/repos/streamlit/streamlit/issues/4485/events
https://github.com/streamlit/streamlit/pull/4485
1,163,351,074
PR_kwDODCoeTs40JFui
4,485
Remove legacy "`add_rows` coalescing" from ForwardMsgQueue
{ "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-03-09T00:22:38
2022-03-10T17:49:10
2022-03-10T17:49:07
COLLABORATOR
null
Removes the `add_rows` legacy DataFrame concatenation implementation _from Python_. (To be clear: `add_rows` still works for legacy DataFrames, but the logic is frontend-only now. This is already how Arrow DataFrame concatenation is implemented.) ### Background - An app's script sends `Delta` messages to the fron...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4485/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/4485/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4485", "html_url": "https://github.com/streamlit/streamlit/pull/4485", "diff_url": "https://github.com/streamlit/streamlit/pull/4485.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4485.patch", "merged_at": "2022-03-10T17:49:07"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4484
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4484/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4484/comments
https://api.github.com/repos/streamlit/streamlit/issues/4484/events
https://github.com/streamlit/streamlit/pull/4484
1,163,116,717
PR_kwDODCoeTs40IR0l
4,484
Tim and Amanda are now officially dependency approvers
{ "login": "jroes", "id": 27847, "node_id": "MDQ6VXNlcjI3ODQ3", "avatar_url": "https://avatars.githubusercontent.com/u/27847?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jroes", "html_url": "https://github.com/jroes", "followers_url": "https://api.github.com/users/jroes/followers", "f...
[]
closed
false
null
[]
null
0
2022-03-08T21:03:02
2022-03-08T21:36:04
2022-03-08T21:35:59
CONTRIBUTOR
null
## πŸ“š Context Tim and Amanda have agreed to take on responsibility for approving new dependencies and are aware of our license obligations. - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Refactoring - [x] Other, please describe: ## 🧠 Description of Changes - ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4484/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/4484/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4484", "html_url": "https://github.com/streamlit/streamlit/pull/4484", "diff_url": "https://github.com/streamlit/streamlit/pull/4484.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4484.patch", "merged_at": "2022-03-08T21:35:59"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4483
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4483/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4483/comments
https://api.github.com/repos/streamlit/streamlit/issues/4483/events
https://github.com/streamlit/streamlit/issues/4483
1,162,177,915
I_kwDODCoeTs5FRW17
4,483
Programmatically collapse the sidebar
{ "login": "anirudhmn", "id": 17346968, "node_id": "MDQ6VXNlcjE3MzQ2OTY4", "avatar_url": "https://avatars.githubusercontent.com/u/17346968?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anirudhmn", "html_url": "https://github.com/anirudhmn", "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
8
2022-03-08T03:33:31
2022-11-15T17:00:15
null
NONE
null
I've been searching through Google and can't find a way to programmatically collapse the sidebar. Currently, the only way to do so is to have the user physically press the x in the corner of the sidebar. If we could programmatically close it that would be nice. --- Community voting on feature requests enables the...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4483/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/4483/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4482
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4482/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4482/comments
https://api.github.com/repos/streamlit/streamlit/issues/4482/events
https://github.com/streamlit/streamlit/pull/4482
1,162,114,351
PR_kwDODCoeTs40E_ZK
4,482
Actually use the MPA Nav UI to switch pages
{ "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-03-08T01:31:28
2022-03-09T23:16:08
2022-03-09T23:16:05
COLLABORATOR
null
## πŸ“š Context Until now, many of our PRs into the multipage apps feature branch have said something like "this doesn't actually work end-to-end yet". This PR finally ties everything together so that clicking on a link actually changes the page displayed on an app! There's still a ton of stuff to do (see an incomp...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4482/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/4482/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4482", "html_url": "https://github.com/streamlit/streamlit/pull/4482", "diff_url": "https://github.com/streamlit/streamlit/pull/4482.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4482.patch", "merged_at": "2022-03-09T23:16:05"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4481
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4481/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4481/comments
https://api.github.com/repos/streamlit/streamlit/issues/4481/events
https://github.com/streamlit/streamlit/pull/4481
1,162,016,889
PR_kwDODCoeTs40Eq3x
4,481
Watch all page scripts when installing local_source_watchers
{ "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-03-07T22:52:20
2022-03-09T00:05:16
2022-03-09T00:05:13
COLLABORATOR
null
## πŸ“š Context In the multipage apps world, we will often have >1 "root" script to keep track of. This PR simply changes `local_sources_watcher` to watch the script file for each page returned by `get_pages`. - What kind of change does this PR introduce? - [x] Feature ## 🧠 Description of Changes - ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4481/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/4481/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4481", "html_url": "https://github.com/streamlit/streamlit/pull/4481", "diff_url": "https://github.com/streamlit/streamlit/pull/4481.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4481.patch", "merged_at": "2022-03-09T00:05:13"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4480
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4480/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4480/comments
https://api.github.com/repos/streamlit/streamlit/issues/4480/events
https://github.com/streamlit/streamlit/pull/4480
1,161,999,747
PR_kwDODCoeTs40EnLU
4,480
Only run black in commit hook when there are python file changes
{ "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-03-07T22:33:41
2022-03-07T22:49:12
2022-03-07T22:49:08
COLLABORATOR
null
Otherwise `black` will return an error, blocking commit. This doesn't happen for versions of xargs which violate the POSIX requirement to always run the command at least once, but does happen for current GNU xargs. ## πŸ“š Context - What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4480/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/4480/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4480", "html_url": "https://github.com/streamlit/streamlit/pull/4480", "diff_url": "https://github.com/streamlit/streamlit/pull/4480.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4480.patch", "merged_at": "2022-03-07T22:49:08"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4479
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4479/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4479/comments
https://api.github.com/repos/streamlit/streamlit/issues/4479/events
https://github.com/streamlit/streamlit/pull/4479
1,161,888,588
PR_kwDODCoeTs40EPbK
4,479
error_util/exception.py cleanup
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-03-07T20:28:42
2022-03-07T22:42:04
2022-03-07T22:42:01
COLLABORATOR
null
`error_util.py` contains a number of symbols that are used _only_ by `exception.py`. This PR: - Moves exception.py-exclusive code into exception.py - Adds types to exception.py - Fixes a few minor type errors in exception.py
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4479/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/4479/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4479", "html_url": "https://github.com/streamlit/streamlit/pull/4479", "diff_url": "https://github.com/streamlit/streamlit/pull/4479.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4479.patch", "merged_at": "2022-03-07T22:42:01"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4478
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4478/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4478/comments
https://api.github.com/repos/streamlit/streamlit/issues/4478/events
https://github.com/streamlit/streamlit/issues/4478
1,160,902,244
I_kwDODCoeTs5FMfZk
4,478
Streamlit emoji icons not displayed in google chrome
{ "login": "codebraker", "id": 4585584, "node_id": "MDQ6VXNlcjQ1ODU1ODQ=", "avatar_url": "https://avatars.githubusercontent.com/u/4585584?v=4", "gravatar_id": "", "url": "https://api.github.com/users/codebraker", "html_url": "https://github.com/codebraker", "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": 2258739424, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-03-07T04:43:59
2022-04-19T23:38:18
2022-04-19T23:38:18
NONE
null
### Summary The emoji icons are not displayed correctly in google chrome. > [Edited] This issue happens when I am accessing the link from behind my organisation's proxy server using Basic authentication. It works fine when I use it outside organisation. ### Steps to reproduce Open the link (https://share...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4478/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/4478/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4477
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4477/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4477/comments
https://api.github.com/repos/streamlit/streamlit/issues/4477/events
https://github.com/streamlit/streamlit/issues/4477
1,160,624,545
I_kwDODCoeTs5FLbmh
4,477
Red Screen on start
{ "login": "KrzysztofSzpetmanski", "id": 98668982, "node_id": "U_kgDOBeGRtg", "avatar_url": "https://avatars.githubusercontent.com/u/98668982?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KrzysztofSzpetmanski", "html_url": "https://github.com/KrzysztofSzpetmanski", "followers_url": "http...
[ { "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-03-06T14:26:44
2022-03-10T14:17:39
2022-03-10T13:43:31
NONE
null
HI, got something like this on start: <img width="910" alt="Screenshot 2022-03-06 at 15 24 08" src="https://user-images.githubusercontent.com/98668982/156927438-5d73c0ef-37df-41d8-927b-36dd634ea4e6.png"> Any help? Chris
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4477/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/4477/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4476
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4476/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4476/comments
https://api.github.com/repos/streamlit/streamlit/issues/4476/events
https://github.com/streamlit/streamlit/issues/4476
1,159,731,288
I_kwDODCoeTs5FIBhY
4,476
@st.cache bug
{ "login": "SoleneFt", "id": 100950724, "node_id": "U_kgDOBgRixA", "avatar_url": "https://avatars.githubusercontent.com/u/100950724?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SoleneFt", "html_url": "https://github.com/SoleneFt", "followers_url": "https://api.github.com/users/SoleneFt/...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1607719438, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-03-04T14:53:10
2022-03-21T23:45:32
2022-03-21T23:45:24
NONE
null
### Summary ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all(). Streamlit encountered an error while caching the body of loaddata(). This is likely due to a bug in /Users/APP/app.py near line 68: ` data = streamdt return data ` Please modify the cod...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4476/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/4476/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4475
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4475/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4475/comments
https://api.github.com/repos/streamlit/streamlit/issues/4475/events
https://github.com/streamlit/streamlit/issues/4475
1,159,282,327
I_kwDODCoeTs5FGT6X
4,475
sidebar not appearing
{ "login": "rishikesh-6path", "id": 84024150, "node_id": "MDQ6VXNlcjg0MDI0MTUw", "avatar_url": "https://avatars.githubusercontent.com/u/84024150?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rishikesh-6path", "html_url": "https://github.com/rishikesh-6path", "followers_url": "https://api...
[ { "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-03-04T06:06:55
2022-03-21T23:44:06
2022-03-21T23:44:06
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/4475/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/4475/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4473
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4473/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4473/comments
https://api.github.com/repos/streamlit/streamlit/issues/4473/events
https://github.com/streamlit/streamlit/pull/4473
1,157,636,371
PR_kwDODCoeTs4z2hDi
4,473
Release/1.7.0
{ "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-03-02T20:07:33
2022-03-02T20:42:25
2022-03-02T20:42:24
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4473/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/4473/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4473", "html_url": "https://github.com/streamlit/streamlit/pull/4473", "diff_url": "https://github.com/streamlit/streamlit/pull/4473.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4473.patch", "merged_at": "2022-03-02T20:42:24"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4472
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4472/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4472/comments
https://api.github.com/repos/streamlit/streamlit/issues/4472/events
https://github.com/streamlit/streamlit/pull/4472
1,157,627,576
PR_kwDODCoeTs4z2fON
4,472
Let it snow, let it snow, let it snow! (i.e. st.snow!)
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[]
closed
false
null
[]
null
1
2022-03-02T19:56:47
2022-03-03T11:26:29
2022-03-02T20:06:13
COLLABORATOR
null
## πŸ“š Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactoring - [ ] Other, please describe: ## 🧠 Description of Changes - Pull apart part of the `<Balloons>` component into a new component called...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4472/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/4472/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4472", "html_url": "https://github.com/streamlit/streamlit/pull/4472", "diff_url": "https://github.com/streamlit/streamlit/pull/4472.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4472.patch", "merged_at": "2022-03-02T20:06:13"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4471
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4471/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4471/comments
https://api.github.com/repos/streamlit/streamlit/issues/4471/events
https://github.com/streamlit/streamlit/pull/4471
1,157,578,463
PR_kwDODCoeTs4z2UsI
4,471
Let it snow, let it snow, let it snow! (i.e. st.snow!)
{ "login": "tvst", "id": 690814, "node_id": "MDQ6VXNlcjY5MDgxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tvst", "html_url": "https://github.com/tvst", "followers_url": "https://api.github.com/users/tvst/followers", ...
[]
closed
false
null
[]
null
1
2022-03-02T19:04:52
2022-03-02T19:58:46
2022-03-02T19:58:46
CONTRIBUTOR
null
## πŸ“š Context Add st.snow(), similar to st.balloons() but with snow and falling from the top rather than floating up. - What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactoring - [ ] Other, please describe: ## 🧠 Description of Changes - Pull apart part of the `<B...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4471/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/4471/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4471", "html_url": "https://github.com/streamlit/streamlit/pull/4471", "diff_url": "https://github.com/streamlit/streamlit/pull/4471.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4471.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4470
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4470/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4470/comments
https://api.github.com/repos/streamlit/streamlit/issues/4470/events
https://github.com/streamlit/streamlit/pull/4470
1,156,984,782
PR_kwDODCoeTs4z0WHS
4,470
add GitHub URL for PyPi
{ "login": "andriyor", "id": 11459840, "node_id": "MDQ6VXNlcjExNDU5ODQw", "avatar_url": "https://avatars.githubusercontent.com/u/11459840?v=4", "gravatar_id": "", "url": "https://api.github.com/users/andriyor", "html_url": "https://github.com/andriyor", "followers_url": "https://api.github.com/users/and...
[]
closed
false
null
[]
null
3
2022-03-02T10:19:27
2022-03-02T23:54:23
2022-03-02T23:54:23
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/4470/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/4470/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4470", "html_url": "https://github.com/streamlit/streamlit/pull/4470", "diff_url": "https://github.com/streamlit/streamlit/pull/4470.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4470.patch", "merged_at": "2022-03-02T23:54:23"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4469
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4469/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4469/comments
https://api.github.com/repos/streamlit/streamlit/issues/4469/events
https://github.com/streamlit/streamlit/pull/4469
1,156,598,313
PR_kwDODCoeTs4zy-1u
4,469
Add (very) rough skeleton of the SidebarNav component
{ "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-03-02T06:57:19
2022-03-04T04:26:20
2022-03-04T04:26:17
COLLABORATOR
null
## πŸ“š Context This PR adds a (very) rough skeleton of the `SidebarNav` component. It's missing a ton of stuff: * things are essentially completely unstyled. `styled-components` were added so that the structure is already there, though, and only CSS work needs to be done for styling (more or less) * each o...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4469/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/4469/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4469", "html_url": "https://github.com/streamlit/streamlit/pull/4469", "diff_url": "https://github.com/streamlit/streamlit/pull/4469.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4469.patch", "merged_at": "2022-03-04T04:26:17"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4468
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4468/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4468/comments
https://api.github.com/repos/streamlit/streamlit/issues/4468/events
https://github.com/streamlit/streamlit/pull/4468
1,156,200,393
PR_kwDODCoeTs4zxkLX
4,468
Simplify app_session_test.py and script_runner_test.py a bit
{ "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-03-02T02:11:39
2022-03-04T04:26:10
2022-03-04T04:26:08
COLLABORATOR
null
## πŸ“š Context One of Tim's test cleanup PRs made me realize that some of the tests that I wrote can be cleaned up a bit. This PR does just this. - What kind of change does this PR introduce? - [x] Refactoring
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4468/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/4468/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4468", "html_url": "https://github.com/streamlit/streamlit/pull/4468", "diff_url": "https://github.com/streamlit/streamlit/pull/4468.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4468.patch", "merged_at": "2022-03-04T04:26:08"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4467
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4467/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4467/comments
https://api.github.com/repos/streamlit/streamlit/issues/4467/events
https://github.com/streamlit/streamlit/pull/4467
1,156,109,811
PR_kwDODCoeTs4zxPiR
4,467
AppSession: handle script events on the main 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-03-02T01:14:09
2022-03-14T23:49:09
2022-03-14T23:49:04
COLLABORATOR
null
Refactors AppSession to handle all ScriptRunner events on the main thread. - ScriptRunner no longer takes an `enqueue` callback param. Instead, it signals that it wants to enqueue a new ForwardMsg via the `ScriptRunnerEvent.ENQUEUE_FORWARD_MSG` event. (This means that there's now only one channel that ScriptRunner u...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4467/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/4467/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4467", "html_url": "https://github.com/streamlit/streamlit/pull/4467", "diff_url": "https://github.com/streamlit/streamlit/pull/4467.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4467.patch", "merged_at": "2022-03-14T23:49:04"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4466
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4466/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4466/comments
https://api.github.com/repos/streamlit/streamlit/issues/4466/events
https://github.com/streamlit/streamlit/pull/4466
1,156,010,735
PR_kwDODCoeTs4zw46W
4,466
Bump plist from 3.0.1 to 3.0.4 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2022-03-02T00:11:52
2022-03-08T18:01:39
2022-03-08T18:01:30
CONTRIBUTOR
null
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/plist.js/blob/master/History.md">plist's changelog</a>.</em></p> <blockquote> <h1>3.0.4 / 2021-08-27</h1> <ul> <li>inline xmldom@0.6.0 to elimi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4466/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/4466/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4466", "html_url": "https://github.com/streamlit/streamlit/pull/4466", "diff_url": "https://github.com/streamlit/streamlit/pull/4466.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4466.patch", "merged_at": "2022-03-08T18:01:30"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4465
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4465/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4465/comments
https://api.github.com/repos/streamlit/streamlit/issues/4465/events
https://github.com/streamlit/streamlit/pull/4465
1,155,891,412
PR_kwDODCoeTs4zweLZ
4,465
Clean up session_data_test.py
{ "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-03-01T22:34:39
2022-03-02T01:44:29
2022-03-02T01:44:27
COLLABORATOR
null
session_data_test.py has a bunch of junk that isn't used anywhere - this PR just removes it
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4465/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/4465/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4465", "html_url": "https://github.com/streamlit/streamlit/pull/4465", "diff_url": "https://github.com/streamlit/streamlit/pull/4465.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4465.patch", "merged_at": "2022-03-02T01:44:27"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4464
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4464/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4464/comments
https://api.github.com/repos/streamlit/streamlit/issues/4464/events
https://github.com/streamlit/streamlit/issues/4464
1,155,614,472
I_kwDODCoeTs5E4UcI
4,464
Streamlit share cannot detect the image files in the github repo..!
{ "login": "Rohan-Thoma", "id": 98249384, "node_id": "U_kgDOBdsqqA", "avatar_url": "https://avatars.githubusercontent.com/u/98249384?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rohan-Thoma", "html_url": "https://github.com/Rohan-Thoma", "followers_url": "https://api.github.com/users/Ro...
[ { "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-03-01T17:30:51
2022-03-21T23:43:07
2022-03-21T23:43:07
NONE
null
### Summary Here if we want to display any image to the screen, we need to 1st load it to the app right. Suppose there is a text file and there is an image file, both are having the same folder location. The problem is that for images it is giving an error: File not found, but for other file types, they can be acces...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4464/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/4464/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4463
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4463/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4463/comments
https://api.github.com/repos/streamlit/streamlit/issues/4463/events
https://github.com/streamlit/streamlit/pull/4463
1,155,578,023
PR_kwDODCoeTs4zvblA
4,463
[Perf] Massively reduce time spent parsing dataframes by Quiver
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[]
closed
false
null
[]
null
1
2022-03-01T16:58:01
2022-03-25T15:26:33
2022-03-10T18:12:36
COLLABORATOR
null
## πŸ“š Context - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [x] Refactoring - [x] Other, please describe: performance improvement ## 🧠 Description of Changes - [ ] This is a breaking API change - [ ] This is a visible (user-facing) change ## πŸ§ͺ Testing D...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4463/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/4463/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4463", "html_url": "https://github.com/streamlit/streamlit/pull/4463", "diff_url": "https://github.com/streamlit/streamlit/pull/4463.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4463.patch", "merged_at": "2022-03-10T18:12:36"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4462
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4462/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4462/comments
https://api.github.com/repos/streamlit/streamlit/issues/4462/events
https://github.com/streamlit/streamlit/issues/4462
1,155,277,735
I_kwDODCoeTs5E3COn
4,462
The 1.5.1 tag is orphan
{ "login": "whitphx", "id": 3135397, "node_id": "MDQ6VXNlcjMxMzUzOTc=", "avatar_url": "https://avatars.githubusercontent.com/u/3135397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/whitphx", "html_url": "https://github.com/whitphx", "followers_url": "https://api.github.com/users/whitphx/...
[ { "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
null
[]
null
2
2022-03-01T12:24:10
2022-09-13T15:23:44
2022-09-13T15:23:44
CONTRIBUTOR
null
### Summary The `1.5.1` tag page (https://github.com/streamlit/streamlit/tree/1.5.1) says > This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. <img width="1255" alt="γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2022-03-01 21 18 10" src="https://user-images.githubusercontent.com/3135397/...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4462/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/4462/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4461
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4461/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4461/comments
https://api.github.com/repos/streamlit/streamlit/issues/4461/events
https://github.com/streamlit/streamlit/pull/4461
1,154,751,590
PR_kwDODCoeTs4zsuL8
4,461
Plumb appPages to the Sidebar and show the sidebar when there is >1 page
{ "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-03-01T01:48:55
2022-03-01T21:27:22
2022-03-01T21:27:14
COLLABORATOR
null
## πŸ“š Context The first step of rendering our MPA app nav UI is to plumb app page data to the Sidebar. This PR does this and also changes the logic to display the sidebar to also do so if there's >1 page but no other sidebar content. We intentionally don't do anything else with this data as we'll be building the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4461/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/4461/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4461", "html_url": "https://github.com/streamlit/streamlit/pull/4461", "diff_url": "https://github.com/streamlit/streamlit/pull/4461.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4461.patch", "merged_at": "2022-03-01T21:27:14"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4460
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4460/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4460/comments
https://api.github.com/repos/streamlit/streamlit/issues/4460/events
https://github.com/streamlit/streamlit/pull/4460
1,154,589,333
PR_kwDODCoeTs4zsLyq
4,460
Prune some Python dependencies
{ "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-02-28T21:53:50
2022-02-28T22:26:11
2022-02-28T22:26:08
COLLABORATOR
null
- Remove boto3 + botocore (these were part of the static sharing feature that's now gone) - Remove "astor" (it's used for AST manipulation - but `magic.py` (which is our only AST-manipulating source file) does not actually use astor) - Remove "base58" (was formerly used for random ID generation, but we don't use it a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4460/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/4460/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4460", "html_url": "https://github.com/streamlit/streamlit/pull/4460", "diff_url": "https://github.com/streamlit/streamlit/pull/4460.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4460.patch", "merged_at": "2022-02-28T22:26:07"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4459
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4459/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4459/comments
https://api.github.com/repos/streamlit/streamlit/issues/4459/events
https://github.com/streamlit/streamlit/pull/4459
1,154,582,726
PR_kwDODCoeTs4zsKa5
4,459
app_session_test cleanup
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-28T21:44:41
2022-03-01T17:10:28
2022-03-01T17:10:25
COLLABORATOR
null
(This builds on #4436, so that PR should be reviewed and merged first) Some cleanup to `app_session_test.py`: - remove unnecessary patches + mocks - don't refer to AppSession instances as "rs" - `_create_test_session()` method for basic AppSession creation - use parameter names for constructors with many params ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4459/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/4459/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4459", "html_url": "https://github.com/streamlit/streamlit/pull/4459", "diff_url": "https://github.com/streamlit/streamlit/pull/4459.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4459.patch", "merged_at": "2022-03-01T17:10:25"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4458
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4458/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4458/comments
https://api.github.com/repos/streamlit/streamlit/issues/4458/events
https://github.com/streamlit/streamlit/issues/4458
1,154,272,972
I_kwDODCoeTs5EzM7M
4,458
An option to keep component values in the session state
{ "login": "whitphx", "id": 3135397, "node_id": "MDQ6VXNlcjMxMzUzOTc=", "avatar_url": "https://avatars.githubusercontent.com/u/3135397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/whitphx", "html_url": "https://github.com/whitphx", "followers_url": "https://api.github.com/users/whitphx/...
[ { "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-02-28T16:07:51
2023-02-07T16:28:03
null
CONTRIBUTOR
null
### Problem Component values are automatically saved into the session state, but they are removed if they do not appear in the next run. However, I sometimes want the component values to be kept in the session state if they appear at least once in some run. For example, with the code below, ```python import st...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4458/reactions", "total_count": 11, "+1": 11, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4458/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4457
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4457/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4457/comments
https://api.github.com/repos/streamlit/streamlit/issues/4457/events
https://github.com/streamlit/streamlit/issues/4457
1,154,100,078
I_kwDODCoeTs5Eyitu
4,457
Checkbox state in form
{ "login": "thiemoToadi", "id": 81234092, "node_id": "MDQ6VXNlcjgxMjM0MDky", "avatar_url": "https://avatars.githubusercontent.com/u/81234092?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thiemoToadi", "html_url": "https://github.com/thiemoToadi", "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...
open
false
null
[]
null
9
2022-02-28T13:34:04
2022-11-21T11:16:46
null
NONE
null
### Summary When using checkboxes in a streamlit form, the value of the checkbox does not always match it visual state. ### Steps to reproduce Code snippet: ``` import streamlit as st default_checkbox_value = False if st.button('Select All'): default_checkbox_value = True if st.button('Deselect...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4457/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/4457/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4456
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4456/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4456/comments
https://api.github.com/repos/streamlit/streamlit/issues/4456/events
https://github.com/streamlit/streamlit/issues/4456
1,154,029,402
I_kwDODCoeTs5EyRda
4,456
Make it possible to control the HTML "type" attr via st.text_input
{ "login": "whitphx", "id": 3135397, "node_id": "MDQ6VXNlcjMxMzUzOTc=", "avatar_url": "https://avatars.githubusercontent.com/u/3135397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/whitphx", "html_url": "https://github.com/whitphx", "followers_url": "https://api.github.com/users/whitphx/...
[ { "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-02-28T12:23:29
2022-11-15T17:00:16
null
CONTRIBUTOR
null
### Problem I want to set `type=email` on the HTML generated from `st.text_input`. I think other types such as `type=number` should also be available. Setting an appropriate `type` is important because it improves user experiences. For example, browsers provide client-side validations according to the `type`, a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4456/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/4456/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4455
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4455/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4455/comments
https://api.github.com/repos/streamlit/streamlit/issues/4455/events
https://github.com/streamlit/streamlit/pull/4455
1,153,645,952
PR_kwDODCoeTs4zpEPU
4,455
Bump url-parse from 1.5.7 to 1.5.10 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2022-02-28T04:47:11
2022-02-28T18:29:20
2022-02-28T18:29:18
CONTRIBUTOR
null
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unshiftio/url-parse/commit/8cd4c6c6435c1ea32243ec20c9cfe535251ec524"><code>8cd4c6c</code></a> 1.5.10</li> <li><a href="https://github.com/unshiftio/url-parse/commit/c...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4455/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/4455/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4455", "html_url": "https://github.com/streamlit/streamlit/pull/4455", "diff_url": "https://github.com/streamlit/streamlit/pull/4455.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4455.patch", "merged_at": "2022-02-28T18:29:18"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4454
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4454/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4454/comments
https://api.github.com/repos/streamlit/streamlit/issues/4454/events
https://github.com/streamlit/streamlit/issues/4454
1,151,977,373
I_kwDODCoeTs5Eqced
4,454
Altair bindings do not work with numerical data types on Streamlit
{ "login": "venkatesh-sivaraman", "id": 13065028, "node_id": "MDQ6VXNlcjEzMDY1MDI4", "avatar_url": "https://avatars.githubusercontent.com/u/13065028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/venkatesh-sivaraman", "html_url": "https://github.com/venkatesh-sivaraman", "followers_url": ...
[ { "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
null
[]
null
1
2022-02-26T16:44:45
2022-10-04T22:45:39
2022-10-04T22:45:39
NONE
null
### Summary When using Altair binding select/range controls to filter columns with **integer** data types, no data matches the `transform_filter`. The binding controls work in Jupyter Notebook but not in Streamlit, which leads me to believe there might be an issue casting the data received from the Streamlit fronten...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4454/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/4454/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4453
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4453/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4453/comments
https://api.github.com/repos/streamlit/streamlit/issues/4453/events
https://github.com/streamlit/streamlit/pull/4453
1,151,031,839
PR_kwDODCoeTs4zfonN
4,453
Bump prismjs from 1.25.0 to 1.27.0 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2022-02-26T01:42:22
2022-03-08T21:36:43
2022-03-08T21:36:39
CONTRIBUTOR
null
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PrismJS/prism/releases">prismjs's releases</a>.</em></p> <blockquote> <h2>v1.27.0</h2> <p>Release 1.27.0</p> <h2>v1.26.0</h2> <p>Release 1.26.0</p> </blockq...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4453/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/4453/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4453", "html_url": "https://github.com/streamlit/streamlit/pull/4453", "diff_url": "https://github.com/streamlit/streamlit/pull/4453.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4453.patch", "merged_at": "2022-03-08T21:36:39"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4452
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4452/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4452/comments
https://api.github.com/repos/streamlit/streamlit/issues/4452/events
https://github.com/streamlit/streamlit/pull/4452
1,150,731,263
PR_kwDODCoeTs4zeu2y
4,452
Update demos.py
{ "login": "randyzwitch", "id": 2762787, "node_id": "MDQ6VXNlcjI3NjI3ODc=", "avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4", "gravatar_id": "", "url": "https://api.github.com/users/randyzwitch", "html_url": "https://github.com/randyzwitch", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
0
2022-02-25T18:23:39
2022-03-04T18:07:01
2022-03-04T18:06:59
CONTRIBUTOR
null
Fixes #4434 by removing the spacing between the brackets and the parentheses.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4452/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/4452/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4452", "html_url": "https://github.com/streamlit/streamlit/pull/4452", "diff_url": "https://github.com/streamlit/streamlit/pull/4452.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4452.patch", "merged_at": "2022-03-04T18:06:59"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4451
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4451/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4451/comments
https://api.github.com/repos/streamlit/streamlit/issues/4451/events
https://github.com/streamlit/streamlit/pull/4451
1,150,703,428
PR_kwDODCoeTs4zeo_7
4,451
[STLT-13] πŸš‘ (Scripts - Update Version) Allow PEP-440 version to be used as the version arg as well as semver
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
0
2022-02-25T17:46:26
2022-02-28T17:47:32
2022-02-28T17:47:32
CONTRIBUTOR
null
## πŸ“š Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [X] Bugfix ## 🧠 Description of Changes - Allow PEP-440 version to be supplied as the argument to `scripts/update_version.py` as well as semver. Essentially, you can now run either `pyth...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4451/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/4451/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4451", "html_url": "https://github.com/streamlit/streamlit/pull/4451", "diff_url": "https://github.com/streamlit/streamlit/pull/4451.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4451.patch", "merged_at": "2022-02-28T17:47:32"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4450
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4450/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4450/comments
https://api.github.com/repos/streamlit/streamlit/issues/4450/events
https://github.com/streamlit/streamlit/pull/4450
1,150,087,591
PR_kwDODCoeTs4zclpK
4,450
[STLT-25] πŸ”„ (CircleCI Test Pipeline) Add cli-regression to default CI runs
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
1
2022-02-25T06:20:42
2022-03-01T18:13:04
2022-03-01T18:13:04
CONTRIBUTOR
null
## πŸ“š Context - What kind of change does this PR introduce? - [X] Other, please describe: Add cli-regression to default CI runs ## 🧠 Description of Changes - Add step for making the package and running CLI regression tests. Only run on branches that are not the release branch or are tagged with a dev rel...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4450/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/4450/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4450", "html_url": "https://github.com/streamlit/streamlit/pull/4450", "diff_url": "https://github.com/streamlit/streamlit/pull/4450.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4450.patch", "merged_at": "2022-03-01T18:13:04"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4449
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4449/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4449/comments
https://api.github.com/repos/streamlit/streamlit/issues/4449/events
https://github.com/streamlit/streamlit/issues/4449
1,150,046,994
I_kwDODCoeTs5EjFMS
4,449
Ability to flip st.camera_input preview horizontally
{ "login": "comlhj1114", "id": 33407038, "node_id": "MDQ6VXNlcjMzNDA3MDM4", "avatar_url": "https://avatars.githubusercontent.com/u/33407038?v=4", "gravatar_id": "", "url": "https://api.github.com/users/comlhj1114", "html_url": "https://github.com/comlhj1114", "followers_url": "https://api.github.com/use...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
1
2022-02-25T05:04:58
2022-11-15T17:00: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 When I take a picture with st.camera_input with webcam or selfie, the preview is not mirrored version of myself. This is quit...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4449/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/4449/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4448
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4448/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4448/comments
https://api.github.com/repos/streamlit/streamlit/issues/4448/events
https://github.com/streamlit/streamlit/pull/4448
1,149,996,114
PR_kwDODCoeTs4zcSyE
4,448
Teach the StaticFileHandler how to deal with page names
{ "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-02-25T03:19:03
2022-03-01T22:43:24
2022-03-01T22:43:21
COLLABORATOR
null
## πŸ“š Context In the multipage apps world, we may get a request for `page1/index.html` (or some other static asset) and want to serve the normal `index.html` page (since our `index.html` page really only sends over the react app, which is then dynamically populated by the output of a script run). This PR makes so...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4448/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/4448/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4448", "html_url": "https://github.com/streamlit/streamlit/pull/4448", "diff_url": "https://github.com/streamlit/streamlit/pull/4448.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4448.patch", "merged_at": "2022-03-01T22:43:21"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4447
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4447/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4447/comments
https://api.github.com/repos/streamlit/streamlit/issues/4447/events
https://github.com/streamlit/streamlit/pull/4447
1,149,928,871
PR_kwDODCoeTs4zcFI1
4,447
Hide `ui.hideTopBar` and the entire `ui` section
{ "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-02-25T01:02:00
2022-02-28T22:49:29
2022-02-28T22:49:27
COLLABORATOR
null
## πŸ“š Context We accidentally left the (currently unused and just for future-proofing) `ui.hideTopBar` config option visible. This PR changes it to hidden, and it also hides the entire `ui` config section for now since there are no visible options in the section. - What kind of change does this PR introduce? ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4447/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/4447/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4447", "html_url": "https://github.com/streamlit/streamlit/pull/4447", "diff_url": "https://github.com/streamlit/streamlit/pull/4447.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4447.patch", "merged_at": "2022-02-28T22:49:27"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4446
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4446/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4446/comments
https://api.github.com/repos/streamlit/streamlit/issues/4446/events
https://github.com/streamlit/streamlit/pull/4446
1,149,789,338
PR_kwDODCoeTs4zbmpF
4,446
Release/1.6.0
{ "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-02-24T21:57:24
2022-02-24T23:05:36
2022-02-24T23:05:31
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4446/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/4446/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4446", "html_url": "https://github.com/streamlit/streamlit/pull/4446", "diff_url": "https://github.com/streamlit/streamlit/pull/4446.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4446.patch", "merged_at": "2022-02-24T23:05:31"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4445
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4445/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4445/comments
https://api.github.com/repos/streamlit/streamlit/issues/4445/events
https://github.com/streamlit/streamlit/pull/4445
1,149,757,920
PR_kwDODCoeTs4zbgGi
4,445
[STLT-28] πŸ”„ (CircleCI Release/RC Pipelines) Various improvements from release trial runs
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
0
2022-02-24T21:16:48
2022-03-01T16:53:00
2022-03-01T16:53:00
CONTRIBUTOR
null
## πŸ“š Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [X] Other, please describe: Improvements from RC/release test runs ## 🧠 Description of Changes - Do not commit version upgrades unless the release is successful - Improve readability b...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4445/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/4445/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4445", "html_url": "https://github.com/streamlit/streamlit/pull/4445", "diff_url": "https://github.com/streamlit/streamlit/pull/4445.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4445.patch", "merged_at": "2022-03-01T16:53:00"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4444
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4444/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4444/comments
https://api.github.com/repos/streamlit/streamlit/issues/4444/events
https://github.com/streamlit/streamlit/pull/4444
1,149,654,233
PR_kwDODCoeTs4zbKI_
4,444
Learn more about main menu usage
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[]
closed
false
null
[]
null
1
2022-02-24T19:13:24
2022-02-28T22:19:09
2022-02-28T22:19:06
COLLABORATOR
null
## πŸ“š Context We provide context on what menu items were clicked and whether they were overridden. - What kind of change does this PR introduce? - [x] Other, please describe: chore --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4444/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/4444/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4444", "html_url": "https://github.com/streamlit/streamlit/pull/4444", "diff_url": "https://github.com/streamlit/streamlit/pull/4444.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4444.patch", "merged_at": "2022-02-28T22:19:06"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4443
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4443/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4443/comments
https://api.github.com/repos/streamlit/streamlit/issues/4443/events
https://github.com/streamlit/streamlit/pull/4443
1,149,572,295
PR_kwDODCoeTs4za4uo
4,443
TEST
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
0
2022-02-24T17:46:40
2022-02-24T17:46:44
2022-02-24T17:46:44
CONTRIBUTOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4443/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/4443/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4443", "html_url": "https://github.com/streamlit/streamlit/pull/4443", "diff_url": "https://github.com/streamlit/streamlit/pull/4443.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4443.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4442
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4442/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4442/comments
https://api.github.com/repos/streamlit/streamlit/issues/4442/events
https://github.com/streamlit/streamlit/pull/4442
1,149,526,987
PR_kwDODCoeTs4zavLv
4,442
[STLT-22] πŸ”„ (CircleCI Release Pipeline) Add release pipeline
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
2
2022-02-24T16:59:38
2022-02-24T23:15:23
2022-02-24T20:07:09
CONTRIBUTOR
null
## πŸ“š Context - What kind of change does this PR introduce? - [X] Other, please describe: Add release pipeline ## 🧠 Description of Changes - Add release pipeline. This is very similar to the rc pipeline with the following differences: - Use version directly from tag and validate against corresponding ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4442/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/4442/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4442", "html_url": "https://github.com/streamlit/streamlit/pull/4442", "diff_url": "https://github.com/streamlit/streamlit/pull/4442.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4442.patch", "merged_at": "2022-02-24T20:07:09"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4441
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4441/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4441/comments
https://api.github.com/repos/streamlit/streamlit/issues/4441/events
https://github.com/streamlit/streamlit/pull/4441
1,148,817,120
PR_kwDODCoeTs4zYZSf
4,441
Ability to clear selectbox
{ "login": "jzcruiser", "id": 3120325, "node_id": "MDQ6VXNlcjMxMjAzMjU=", "avatar_url": "https://avatars.githubusercontent.com/u/3120325?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jzcruiser", "html_url": "https://github.com/jzcruiser", "followers_url": "https://api.github.com/users/jz...
[]
closed
false
null
[]
null
2
2022-02-24T03:26:43
2022-03-19T04:21:42
2022-03-19T04:21:42
NONE
null
This PR is related to #4440. It adds a clearable parameter to selectbox widget, to enable users to clear existing input, especially for cases when a selectbox has a huge list of options.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4441/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/4441/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4441", "html_url": "https://github.com/streamlit/streamlit/pull/4441", "diff_url": "https://github.com/streamlit/streamlit/pull/4441.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4441.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4440
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4440/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4440/comments
https://api.github.com/repos/streamlit/streamlit/issues/4440/events
https://github.com/streamlit/streamlit/issues/4440
1,148,813,738
I_kwDODCoeTs5EeYGq
4,440
Ability to clear selectbox with long list of options
{ "login": "jzcruiser", "id": 3120325, "node_id": "MDQ6VXNlcjMxMjAzMjU=", "avatar_url": "https://avatars.githubusercontent.com/u/3120325?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jzcruiser", "html_url": "https://github.com/jzcruiser", "followers_url": "https://api.github.com/users/jz...
[ { "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-02-24T03:20:18
2022-11-15T17:00:17
null
NONE
null
### Problem I'm working on a stock analysis dashboard and there's a selectbox with a long list of tickers for users to choose from. However, filtering and switching from one ticker to another is quite inconvenient to the user, as deleting existing characters is time consuming. So I am proposing an enhancement...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4440/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/4440/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4439
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4439/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4439/comments
https://api.github.com/repos/streamlit/streamlit/issues/4439/events
https://github.com/streamlit/streamlit/pull/4439
1,148,788,243
PR_kwDODCoeTs4zYTWD
4,439
[STLT-26] πŸ”„ (CircleCI RC Pipeline) Fix CLI regression test deadlock and run before release; add version for Node and ensure version is only incremented once
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
0
2022-02-24T02:28:14
2022-02-24T23:15:20
2022-02-24T20:06:40
CONTRIBUTOR
null
## πŸ“š Context - What kind of change does this PR introduce? - [X] Other, please describe: Fixes/updates from RC test run ## 🧠 Description of Changes - Refactor CLI regression tests to avoid deadlocks in CircleCI; run CLI regression tests before releasing - Update package.json with semver version ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4439/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/4439/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4439", "html_url": "https://github.com/streamlit/streamlit/pull/4439", "diff_url": "https://github.com/streamlit/streamlit/pull/4439.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4439.patch", "merged_at": "2022-02-24T20:06:40"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4438
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4438/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4438/comments
https://api.github.com/repos/streamlit/streamlit/issues/4438/events
https://github.com/streamlit/streamlit/pull/4438
1,148,760,083
PR_kwDODCoeTs4zYNmm
4,438
Comment out config options in `streamlit config show` unless explicitly set
{ "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-02-24T01:31:31
2022-02-24T23:47:57
2022-02-24T23:47:54
COLLABORATOR
null
## πŸ“š Context https://github.com/streamlit/streamlit/issues/2953 describes some edge-case scenarios where populating a config file using `streamlit config show > ~/.streamlit/config.toml` can result in confusing behavior. One fix for this is to comment out any config options not explicitly set by the user when...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4438/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/4438/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4438", "html_url": "https://github.com/streamlit/streamlit/pull/4438", "diff_url": "https://github.com/streamlit/streamlit/pull/4438.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4438.patch", "merged_at": "2022-02-24T23:47:54"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4437
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4437/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4437/comments
https://api.github.com/repos/streamlit/streamlit/issues/4437/events
https://github.com/streamlit/streamlit/pull/4437
1,148,696,349
PR_kwDODCoeTs4zYAeT
4,437
AppSession: process script events on main 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
1
2022-02-23T23:39:05
2022-03-01T01:47:27
2022-02-28T21:41:42
COLLABORATOR
null
(This builds on #4436, so that PR should be reviewed and merged first) Simplifies AppSession's ScriptRunnerEvent handling to happen *only* on the main thread. Currently, AppSession handles only the "SHUTDOWN" ScriptRunner event on the main thread, and all other events are handled in the thread that dispatched the...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4437/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/4437/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4437", "html_url": "https://github.com/streamlit/streamlit/pull/4437", "diff_url": "https://github.com/streamlit/streamlit/pull/4437.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4437.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4436
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4436/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4436/comments
https://api.github.com/repos/streamlit/streamlit/issues/4436/events
https://github.com/streamlit/streamlit/pull/4436
1,148,545,021
PR_kwDODCoeTs4zXgMD
4,436
ScriptRunner.on_event: include 'sender' param
{ "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-02-23T20:29:46
2022-03-01T00:54:39
2022-03-01T00:54:37
COLLABORATOR
null
Modify `ScriptRunner.on_event` to include the sender of the event in the call. (This is actually the way that signals are intended to be used - we'd been sending the event data in the signal's "sender" param.) This will become important when there can be multiple ScriptRunners executing inside a single AppSession.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4436/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/4436/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4436", "html_url": "https://github.com/streamlit/streamlit/pull/4436", "diff_url": "https://github.com/streamlit/streamlit/pull/4436.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4436.patch", "merged_at": "2022-03-01T00:54:37"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4435
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4435/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4435/comments
https://api.github.com/repos/streamlit/streamlit/issues/4435/events
https://github.com/streamlit/streamlit/pull/4435
1,148,504,375
PR_kwDODCoeTs4zXX00
4,435
session_data cleanup (types, fstrings)
{ "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-02-23T19:43:40
2022-03-01T00:40:06
2022-03-01T00:40:03
COLLABORATOR
null
A few drive-by cleanups in `session_data.py`: - type annotations - `SessionData.clear` is confusing - rename to `clear_browser_queue`, which is what it does
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4435/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/4435/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4435", "html_url": "https://github.com/streamlit/streamlit/pull/4435", "diff_url": "https://github.com/streamlit/streamlit/pull/4435.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4435.patch", "merged_at": "2022-03-01T00:40:03"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4434
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4434/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4434/comments
https://api.github.com/repos/streamlit/streamlit/issues/4434/events
https://github.com/streamlit/streamlit/issues/4434
1,148,361,403
I_kwDODCoeTs5Ecpq7
4,434
Unnecessary space symbol in markdown in lib/streamlit/hello/demos.py
{ "login": "siarheishpak", "id": 23180059, "node_id": "MDQ6VXNlcjIzMTgwMDU5", "avatar_url": "https://avatars.githubusercontent.com/u/23180059?v=4", "gravatar_id": "", "url": "https://api.github.com/users/siarheishpak", "html_url": "https://github.com/siarheishpak", "followers_url": "https://api.github.c...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
closed
false
null
[]
null
0
2022-02-23T17:15:04
2022-03-23T19:15:01
2022-03-04T18:06:59
NONE
null
### Summary There are unnecessary space symbols in markdown in lib/streamlit/hello/demos.py ### Steps to reproduce Code snippet (https://github.com/streamlit/streamlit/blob/develop/lib/streamlit/hello/demos.py): ``` st.markdown( """ Streamlit is an open-source app framework built speci...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4434/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/4434/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4433
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4433/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4433/comments
https://api.github.com/repos/streamlit/streamlit/issues/4433/events
https://github.com/streamlit/streamlit/issues/4433
1,147,793,146
I_kwDODCoeTs5Eae76
4,433
st.slider using variables for min_value and max_value
{ "login": "RaphaVoltair", "id": 80526685, "node_id": "MDQ6VXNlcjgwNTI2Njg1", "avatar_url": "https://avatars.githubusercontent.com/u/80526685?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RaphaVoltair", "html_url": "https://github.com/RaphaVoltair", "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
2
2022-02-23T08:24:17
2022-11-03T15:22:55
2022-02-23T13:53:37
NONE
null
I want to create a slider and set the min, max values using variables instead of entering them manually. The reason is, that with any change imposed on the dataset the range differs. So I don't know the required range in advance. Code snippet: #---- SLIDER ---- import pandas as pd import numpy as np import str...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4433/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/4433/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4432
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4432/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4432/comments
https://api.github.com/repos/streamlit/streamlit/issues/4432/events
https://github.com/streamlit/streamlit/pull/4432
1,147,530,259
PR_kwDODCoeTs4zUUKX
4,432
SessionState widget registration refactor
{ "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-02-23T01:12:52
2022-02-28T18:28:21
2022-02-28T18:28:18
COLLABORATOR
null
Widget registration currently involves calls to multiple SessionState functions: - `set_keyed_widget_metadata` - `set_unkeyed_widget_metadata` - `should_set_frontend_state_value` - `get_value_for_registration` This PR collapses that down to a single public API, `SessionState.register_widget`. The idea is to redu...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4432/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/4432/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4432", "html_url": "https://github.com/streamlit/streamlit/pull/4432", "diff_url": "https://github.com/streamlit/streamlit/pull/4432.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4432.patch", "merged_at": "2022-02-28T18:28:18"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4431
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4431/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4431/comments
https://api.github.com/repos/streamlit/streamlit/issues/4431/events
https://github.com/streamlit/streamlit/pull/4431
1,147,517,727
PR_kwDODCoeTs4zURay
4,431
Convert from page_name to script_path when rerunning a script
{ "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-02-23T00:54:23
2022-02-24T01:38:51
2022-02-24T01:38:43
COLLABORATOR
null
## πŸ“š Context When we get a rerun_script request from the frontend, we need to find the script path corresponding to the page that the user wants to run and run that script. Note that there are a few things that we do sloppily for now for sake of time (to unblock us from working on the Nav UI faster since prod...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4431/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/4431/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4431", "html_url": "https://github.com/streamlit/streamlit/pull/4431", "diff_url": "https://github.com/streamlit/streamlit/pull/4431.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4431.patch", "merged_at": "2022-02-24T01:38:43"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4430
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4430/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4430/comments
https://api.github.com/repos/streamlit/streamlit/issues/4430/events
https://github.com/streamlit/streamlit/pull/4430
1,147,452,344
PR_kwDODCoeTs4zUDnu
4,430
Plumb page_name around and save it after a script run completes
{ "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-02-22T22:59:03
2022-02-24T00:07:34
2022-02-24T00:07:31
COLLABORATOR
null
## πŸ“š Context This PR implements lots of the server/app session/script runner internals of plumbing a `page_name` that we get from the client around and saving it between script runs. Note that most of these changes are effectively no-ops for now as we don't actually send the page the user is currently viewing...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4430/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/4430/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4430", "html_url": "https://github.com/streamlit/streamlit/pull/4430", "diff_url": "https://github.com/streamlit/streamlit/pull/4430.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4430.patch", "merged_at": "2022-02-24T00:07:31"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4429
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4429/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4429/comments
https://api.github.com/repos/streamlit/streamlit/issues/4429/events
https://github.com/streamlit/streamlit/pull/4429
1,147,450,041
PR_kwDODCoeTs4zUDI2
4,429
streamlit.state package cleanup
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-22T22:55:12
2022-02-23T19:24:21
2022-02-23T19:24:19
COLLABORATOR
null
A minor reorg of the `streamlit.state` package. No new functionality. - `AutoSessionState` now has its own module (because `session_state.py` is huuuuge) - public session_state and widgets symbols are now exported from the package's `__init__.py` (This is in service of upcoming changes in the `feature/faster-rer...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4429/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/4429/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4429", "html_url": "https://github.com/streamlit/streamlit/pull/4429", "diff_url": "https://github.com/streamlit/streamlit/pull/4429.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4429.patch", "merged_at": "2022-02-23T19:24:19"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4428
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4428/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4428/comments
https://api.github.com/repos/streamlit/streamlit/issues/4428/events
https://github.com/streamlit/streamlit/issues/4428
1,147,436,998
I_kwDODCoeTs5EZH_G
4,428
Bold in H1, H2, etc, renders wrong
{ "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": 1846473688, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
0
2022-02-22T22:34:19
2022-07-15T14:29:53
null
COLLABORATOR
null
### Summary Bold text in headers renders wrong. ### Steps to reproduce Copying bug report from @tvst: This is `st.write("# Hello **world**")`: ![image](https://user-images.githubusercontent.com/5103165/155230637-d65711e4-2b72-4505-b867-24544ae23971.png) Notice how: - β€œworld” is thinner than β€œHell...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4428/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/4428/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4427
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4427/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4427/comments
https://api.github.com/repos/streamlit/streamlit/issues/4427/events
https://github.com/streamlit/streamlit/issues/4427
1,147,422,993
I_kwDODCoeTs5EZEkR
4,427
Too many "Report a bug" options in hamburger menu
{ "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
null
[]
null
6
2022-02-22T22:14:53
2023-02-10T02:53:27
2023-02-10T02:53:27
COLLABORATOR
null
### Summary Hamburger menu on Cloud shows "Report a bug" 3 times and I think at least one of them is a bug. ### Steps to reproduce 1. Go to this app as developer (@shamis15 / Jess Shamis from the design team can give access): https://share.streamlit.io/shamis15/apps/main/nflapp.py 2. Click on hamburger menu...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4427/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/4427/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4426
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4426/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4426/comments
https://api.github.com/repos/streamlit/streamlit/issues/4426/events
https://github.com/streamlit/streamlit/pull/4426
1,147,396,141
PR_kwDODCoeTs4zT3wZ
4,426
[STLT-24] πŸ”„ (CircleCI RC Pipeline) Attempt to fix CLI tests by forcing version to match PyPI
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
1
2022-02-22T21:42:23
2022-02-22T22:13:02
2022-02-22T22:13:02
CONTRIBUTOR
null
## πŸ“š Context - [X] Other, please describe: Add tests to RC pipeline flow ## 🧠 Description of Changes * Add tests to RC pipeline flow ## πŸ§ͺ Testing Done - [ ] WIP ## 🌐 References N/A
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4426/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/4426/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4426", "html_url": "https://github.com/streamlit/streamlit/pull/4426", "diff_url": "https://github.com/streamlit/streamlit/pull/4426.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4426.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4425
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4425/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4425/comments
https://api.github.com/repos/streamlit/streamlit/issues/4425/events
https://github.com/streamlit/streamlit/pull/4425
1,147,365,965
PR_kwDODCoeTs4zTxZn
4,425
[STLT-24] πŸ”„ (CircleCI RC Pipeline) Add release candidate pipeline
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
0
2022-02-22T21:04:26
2022-02-24T23:15:18
2022-02-22T22:03:28
CONTRIBUTOR
null
## πŸ“š Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [X] Other, please describe: Add RC build/deploy pipeline ## 🧠 Description of Changes - Add `get_prerelease_version` script to calculate the appropriate version - Move configuration...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4425/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/4425/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4425", "html_url": "https://github.com/streamlit/streamlit/pull/4425", "diff_url": "https://github.com/streamlit/streamlit/pull/4425.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4425.patch", "merged_at": "2022-02-22T22:03:28"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4424
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4424/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4424/comments
https://api.github.com/repos/streamlit/streamlit/issues/4424/events
https://github.com/streamlit/streamlit/pull/4424
1,147,325,250
PR_kwDODCoeTs4zTo62
4,424
[STLT-24] πŸ”„ (CircleCI RC Pipeline) Add release candidate pipeline
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
0
2022-02-22T20:13:30
2022-02-22T21:00:47
2022-02-22T21:00:47
CONTRIBUTOR
null
## πŸ“š Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [X] Other, please describe: Add RC build/deploy pipeline ## 🧠 Description of Changes - Add `get_prerelease_version` script to calculate the appropriate version - Move configuration...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4424/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/4424/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4424", "html_url": "https://github.com/streamlit/streamlit/pull/4424", "diff_url": "https://github.com/streamlit/streamlit/pull/4424.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4424.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4423
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4423/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4423/comments
https://api.github.com/repos/streamlit/streamlit/issues/4423/events
https://github.com/streamlit/streamlit/issues/4423
1,146,865,871
I_kwDODCoeTs5EW8jP
4,423
Unnecessary horizontal scrollbars in Firefox
{ "login": "scribu", "id": 225715, "node_id": "MDQ6VXNlcjIyNTcxNQ==", "avatar_url": "https://avatars.githubusercontent.com/u/225715?v=4", "gravatar_id": "", "url": "https://api.github.com/users/scribu", "html_url": "https://github.com/scribu", "followers_url": "https://api.github.com/users/scribu/follow...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1964011103, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-02-22T12:44:05
2022-06-01T01:47:56
2022-06-01T01:47:56
NONE
null
### Summary When rendering a series or a dataframe, some values look like they're missing. ### Steps to reproduce Code snippet: ``` import streamlit as st import pandas as pd st.write(pd.Series([ 16, 13, 26, 6, 10, 1, 27, 49, 66, 47, 8, ], name="c...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4423/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/4423/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4422
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4422/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4422/comments
https://api.github.com/repos/streamlit/streamlit/issues/4422/events
https://github.com/streamlit/streamlit/issues/4422
1,146,525,798
I_kwDODCoeTs5EVphm
4,422
Facing this "Communication Link Failure (SQLExecDirectW) Unable to rollback" error regularly when my SQL server restarts
{ "login": "MickyMinnie", "id": 11172000, "node_id": "MDQ6VXNlcjExMTcyMDAw", "avatar_url": "https://avatars.githubusercontent.com/u/11172000?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MickyMinnie", "html_url": "https://github.com/MickyMinnie", "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
2
2022-02-22T06:57:56
2022-02-23T09:35:49
2022-02-22T18:51:56
NONE
null
### Summary Whenever my SQL server restarts, Streamlit is down and it shows the Communication Link Failure error. Streamlit fails to reconnect to DB. <img width="484" alt="image" src="https://user-images.githubusercontent.com/11172000/155078779-75abf7a8-3b8b-4495-b81e-e00460e8e436.png"> Streamlit Webapp goes ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4422/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/4422/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4421
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4421/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4421/comments
https://api.github.com/repos/streamlit/streamlit/issues/4421/events
https://github.com/streamlit/streamlit/issues/4421
1,145,956,120
I_kwDODCoeTs5ETecY
4,421
Adding latex input widget
{ "login": "Py-GNU-Unix", "id": 78305798, "node_id": "MDQ6VXNlcjc4MzA1Nzk4", "avatar_url": "https://avatars.githubusercontent.com/u/78305798?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Py-GNU-Unix", "html_url": "https://github.com/Py-GNU-Unix", "followers_url": "https://api.github.com/...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
closed
false
null
[]
null
2
2022-02-21T15:40:03
2022-11-09T14:46:37
2022-11-09T14:46:37
NONE
null
It would be great to have a latex input widget with a live preview. Yes, it's not very necessary (it's theoretically possible to use a text input box and st.latex but it would require time and it would be far from perfect) and there are more important things to do but i think it would be a great future improvement. Th...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4421/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/4421/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4420
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4420/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4420/comments
https://api.github.com/repos/streamlit/streamlit/issues/4420/events
https://github.com/streamlit/streamlit/issues/4420
1,144,817,348
I_kwDODCoeTs5EPIbE
4,420
No module named 'PIL'
{ "login": "romanRegmi", "id": 20965507, "node_id": "MDQ6VXNlcjIwOTY1NTA3", "avatar_url": "https://avatars.githubusercontent.com/u/20965507?v=4", "gravatar_id": "", "url": "https://api.github.com/users/romanRegmi", "html_url": "https://github.com/romanRegmi", "followers_url": "https://api.github.com/use...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-02-19T18:43:13
2022-02-20T14:01:27
2022-02-20T14:01:27
NONE
null
### Summary I had installed the Pillow Package in my pipenv Virtual Environment and had imported the same in my code. Later, I decided to not use it and uninstalled the package and removed the import statement from my code. However, now when I try to run my app, I get the No module named 'PIL' Error. I have n...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4420/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/4420/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4419
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4419/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4419/comments
https://api.github.com/repos/streamlit/streamlit/issues/4419/events
https://github.com/streamlit/streamlit/issues/4419
1,144,516,105
I_kwDODCoeTs5EN-4J
4,419
hi streamlit team I face the problem of title align center,left,right so I request to build this feature for every text in strealiit so we made more attractive webpage using this functionality.
{ "login": "jay2404", "id": 67576275, "node_id": "MDQ6VXNlcjY3NTc2Mjc1", "avatar_url": "https://avatars.githubusercontent.com/u/67576275?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jay2404", "html_url": "https://github.com/jay2404", "followers_url": "https://api.github.com/users/jay240...
[ { "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-02-19T06:48:02
2022-09-23T19:27:19
2022-09-23T19:27:19
NONE
null
_(Note, you don't have to fill out every section here. They're just here for guidance. That said, nicely detailed feature requests are more likely to get eng attention sooner)_ ### Problem Is your feature request related to a problem? Please describe the problem here. Ex. I'm always frustrated when [...] ### S...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4419/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/4419/timeline
null
completed
null
null
false