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/4622
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4622/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4622/comments
https://api.github.com/repos/streamlit/streamlit/issues/4622/events
https://github.com/streamlit/streamlit/issues/4622
1,208,532,811
I_kwDODCoeTs5ICL9L
4,622
Balloons show for a small time and disappear
{ "login": "RomeoDespres", "id": 39157756, "node_id": "MDQ6VXNlcjM5MTU3NzU2", "avatar_url": "https://avatars.githubusercontent.com/u/39157756?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RomeoDespres", "html_url": "https://github.com/RomeoDespres", "followers_url": "https://api.github.c...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 3022365121, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-04-19T15:34:39
2022-07-11T22:54:28
2022-07-11T22:54:27
NONE
null
### Summary I'm trying to show balloons depending on whether some condition is met in the app. However once they have showed once, bringing any update to the app makes them re-appear for a small and then abruptly disappear. ### Steps to reproduce With the app below, changing the value of the input raises the i...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4622/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4622/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4621
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4621/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4621/comments
https://api.github.com/repos/streamlit/streamlit/issues/4621/events
https://github.com/streamlit/streamlit/issues/4621
1,207,991,864
I_kwDODCoeTs5IAH44
4,621
Programmatically set index and/or value of input components
{ "login": "fabmeyer", "id": 24493253, "node_id": "MDQ6VXNlcjI0NDkzMjUz", "avatar_url": "https://avatars.githubusercontent.com/u/24493253?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fabmeyer", "html_url": "https://github.com/fabmeyer", "followers_url": "https://api.github.com/users/fab...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
closed
false
null
[]
null
3
2022-04-19T08:39:23
2022-04-27T23:28:35
2022-04-19T23:22:29
NONE
null
### Problem It would be a good addition if we could set the index and/or value of an input component programmatically. Example: I am having two input components that the user can choose from to input a string (a selectbox and a text_input in my case). Whenever one of the components gets fired I want to reset the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4621/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4621/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4620
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4620/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4620/comments
https://api.github.com/repos/streamlit/streamlit/issues/4620/events
https://github.com/streamlit/streamlit/pull/4620
1,207,798,935
PR_kwDODCoeTs42Zhng
4,620
Upgrade TypeScript and force run on jslint
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[]
closed
false
null
[]
null
0
2022-04-19T06:17:35
2022-04-19T22:41:06
2022-04-19T22:40:59
COLLABORATOR
null
## 📚 Context Upgraded TypeScript and ensure that the codebase is typechecked in CI. Note: The upgrade will be divided into chunks by excluding test files. Subsequent PRs will remove this exclusion and provide type fixes. In order to upgrade TypeScript, I had to upgrade eslint in special places. I focused on m...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4620/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4620/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4620", "html_url": "https://github.com/streamlit/streamlit/pull/4620", "diff_url": "https://github.com/streamlit/streamlit/pull/4620.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4620.patch", "merged_at": "2022-04-19T22:40:59"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4619
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4619/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4619/comments
https://api.github.com/repos/streamlit/streamlit/issues/4619/events
https://github.com/streamlit/streamlit/issues/4619
1,207,790,365
I_kwDODCoeTs5H_Wsd
4,619
InternalHashError
{ "login": "wuwenbin-hub", "id": 53857558, "node_id": "MDQ6VXNlcjUzODU3NTU4", "avatar_url": "https://avatars.githubusercontent.com/u/53857558?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wuwenbin-hub", "html_url": "https://github.com/wuwenbin-hub", "followers_url": "https://api.github.c...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-04-19T06:06:12
2022-04-21T18:42:31
2022-04-21T18:42:31
NONE
null
### Summary While caching the body of stft_save(), Streamlit encountered an object of type deco.conc.synchronized, which it does not know how to hash. ### Steps to reproduce Code snippet: ``` ``` (Please provide a code snippet! This will help expedite us finding and solving the problem.) If applica...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4619/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4619/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4618
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4618/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4618/comments
https://api.github.com/repos/streamlit/streamlit/issues/4618/events
https://github.com/streamlit/streamlit/pull/4618
1,207,272,883
PR_kwDODCoeTs42X5A1
4,618
Wait for first process to start up before running another process
{ "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
2
2022-04-18T17:37:49
2022-04-18T18:08:10
2022-04-18T18:08:07
COLLABORATOR
null
## 📚 Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [x] Refactoring ## 🧠 Description of Changes CLI tests rely on starting up two processes. This change ensures the first process starts up first by waiting for a certain amount of output...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4618/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4618/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4618", "html_url": "https://github.com/streamlit/streamlit/pull/4618", "diff_url": "https://github.com/streamlit/streamlit/pull/4618.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4618.patch", "merged_at": "2022-04-18T18:08:07"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4617
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4617/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4617/comments
https://api.github.com/repos/streamlit/streamlit/issues/4617/events
https://github.com/streamlit/streamlit/issues/4617
1,207,188,173
I_kwDODCoeTs5H9DrN
4,617
First Callback then Download
{ "login": "yesdeepakmittal", "id": 50262096, "node_id": "MDQ6VXNlcjUwMjYyMDk2", "avatar_url": "https://avatars.githubusercontent.com/u/50262096?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yesdeepakmittal", "html_url": "https://github.com/yesdeepakmittal", "followers_url": "https://api...
[ { "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-04-18T15:59:46
2022-04-19T00:48:17
2022-04-18T20:29:31
NONE
null
I am using `on_click` parameter in `st.download_button()`. When I click on the button it firstly downloads the content then it triggers the callback function. Is there any way it will first trigger the callback and then download the content?
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4617/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4617/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4616
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4616/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4616/comments
https://api.github.com/repos/streamlit/streamlit/issues/4616/events
https://github.com/streamlit/streamlit/pull/4616
1,207,091,907
PR_kwDODCoeTs42XSxp
4,616
Add st.user core functionality
{ "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.github.com/users/kajar...
[]
closed
false
null
[]
null
0
2022-04-18T14:13:58
2022-05-31T19:15:24
2022-05-31T19:15:24
COLLABORATOR
null
<!-- Before contributing (PLEASE READ!) ⚠️ If your contribution is more than a few lines of code, then prior to starting to code on it please post in the issue saying you want to volunteer, then wait for a positive response. And if there is no issue for it yet, create it first. This helps make sure: 1. Two ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4616/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4616/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4616", "html_url": "https://github.com/streamlit/streamlit/pull/4616", "diff_url": "https://github.com/streamlit/streamlit/pull/4616.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4616.patch", "merged_at": "2022-05-31T19:15:24"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4615
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4615/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4615/comments
https://api.github.com/repos/streamlit/streamlit/issues/4615/events
https://github.com/streamlit/streamlit/pull/4615
1,206,894,257
PR_kwDODCoeTs42WoTf
4,615
Bump moment from 2.29.1 to 2.29.3 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2022-04-18T10:08:33
2022-04-18T16:44:27
2022-04-18T16:44:25
CONTRIBUTOR
null
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md">moment's changelog</a>.</em></p> <blockquote> <h3>2.29.3 <a href="https://gist.github.com/ichernev/edebd440f49adcaec72e5e...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4615/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4615/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4615", "html_url": "https://github.com/streamlit/streamlit/pull/4615", "diff_url": "https://github.com/streamlit/streamlit/pull/4615.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4615.patch", "merged_at": "2022-04-18T16:44:25"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4613
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4613/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4613/comments
https://api.github.com/repos/streamlit/streamlit/issues/4613/events
https://github.com/streamlit/streamlit/issues/4613
1,206,097,985
I_kwDODCoeTs5H45hB
4,613
Watchdog error
{ "login": "Emekaborisama", "id": 24501919, "node_id": "MDQ6VXNlcjI0NTAxOTE5", "avatar_url": "https://avatars.githubusercontent.com/u/24501919?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Emekaborisama", "html_url": "https://github.com/Emekaborisama", "followers_url": "https://api.githu...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-04-16T12:09:02
2022-04-18T13:10:43
2022-04-18T13:10:43
NONE
null
I am running streamlit on DO droplet and i am getting this error. My manager said its a watchdog error ``` File "/root/tx_demo/tx-category-classifier/venv/lib/python3.8/site-packages/watchdog/observers/inotify_c.py", line 399, in _raise_error raise OSError(errno.EMFILE, "inotify instance limit reached...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4613/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4613/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4612
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4612/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4612/comments
https://api.github.com/repos/streamlit/streamlit/issues/4612/events
https://github.com/streamlit/streamlit/pull/4612
1,205,869,509
PR_kwDODCoeTs42TiKh
4,612
SessionState: no longer a MutableMapping
{ "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-04-15T20:29:01
2022-04-18T17:31:44
2022-04-18T17:31:41
COLLABORATOR
null
Further reduces the surface area of the internal SessionState API: - `SessionState` no longer extends `MutableMapping` (`AutoSessionState`, which is the public interface to SessionState, still does - so this doesn't change the public API at all) - Removed unused functions: `SessionState. _safe_widget_state`, `Sessi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4612/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4612/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4612", "html_url": "https://github.com/streamlit/streamlit/pull/4612", "diff_url": "https://github.com/streamlit/streamlit/pull/4612.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4612.patch", "merged_at": "2022-04-18T17:31:41"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4610
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4610/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4610/comments
https://api.github.com/repos/streamlit/streamlit/issues/4610/events
https://github.com/streamlit/streamlit/pull/4610
1,205,347,745
PR_kwDODCoeTs42R3FP
4,610
Implement a new watch_dir function
{ "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-04-15T07:30:03
2022-04-20T23:34:16
2022-04-20T23:34:13
COLLABORATOR
null
## 📚 Context NOTE: This PR builds on top of #4604, #4608, and #4609, which should all be reviewed first. Now that all of our `*PathWatcher` classes support watching directories, we need a way of actually registering directory watchers. This PR adds a new `watch_dir` function that is analogous to the existin...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4610/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4610/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4610", "html_url": "https://github.com/streamlit/streamlit/pull/4610", "diff_url": "https://github.com/streamlit/streamlit/pull/4610.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4610.patch", "merged_at": "2022-04-20T23:34:13"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4609
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4609/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4609/comments
https://api.github.com/repos/streamlit/streamlit/issues/4609/events
https://github.com/streamlit/streamlit/pull/4609
1,205,109,383
PR_kwDODCoeTs42RHZk
4,609
Teach EventBasedPathWatcher how to watch for directory changes
{ "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-04-14T23:42:57
2022-04-20T02:28:03
2022-04-20T02:27:56
COLLABORATOR
null
## 📚 Context NOTE: This PR builds on top of #4604 and #4608, which should both be reviewed first. `PollingPathWatcher` doesn't need any modification to allow it to watch a given directory for changes, but `EventBasedPathWatcher` explicitly ignores directory-related events. To enable `EventBasedPathWatcher` t...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4609/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4609/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4609", "html_url": "https://github.com/streamlit/streamlit/pull/4609", "diff_url": "https://github.com/streamlit/streamlit/pull/4609.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4609.patch", "merged_at": "2022-04-20T02:27:56"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4608
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4608/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4608/comments
https://api.github.com/repos/streamlit/streamlit/issues/4608/events
https://github.com/streamlit/streamlit/pull/4608
1,205,021,190
PR_kwDODCoeTs42Q0jg
4,608
Add helpers to compute hashes for directories
{ "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-04-14T21:35:03
2022-04-20T02:13:13
2022-04-20T02:13:10
COLLABORATOR
null
## 📚 Context NOTE: This PR builds off work done in https://github.com/streamlit/streamlit/pull/4604, which should be reviewed first. See the PR description of #4604 for a description of the feature this work is building toward. In this PR, we teach the `calc_md5_with_blocking_retries` functions to generate hash...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4608/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4608/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4608", "html_url": "https://github.com/streamlit/streamlit/pull/4608", "diff_url": "https://github.com/streamlit/streamlit/pull/4608.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4608.patch", "merged_at": "2022-04-20T02:13:10"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4607
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4607/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4607/comments
https://api.github.com/repos/streamlit/streamlit/issues/4607/events
https://github.com/streamlit/streamlit/pull/4607
1,204,981,357
PR_kwDODCoeTs42QsEO
4,607
Reduce SessionState API surface area
{ "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-04-14T21:08:20
2022-04-15T18:05:53
2022-04-15T18:05:51
COLLABORATOR
null
Simplifies SessionState's public API - `_compact_state`, `_cull_nonexistent`, `_reset_triggers`, `_call_callbacks`, `_set_key_widget_mapping` are now private - Added `ScriptRunner.on_script_will_rerun` and `on_script_finished` are new public APIs that call through to the appropriate internal behavior In our upco...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4607/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4607/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4607", "html_url": "https://github.com/streamlit/streamlit/pull/4607", "diff_url": "https://github.com/streamlit/streamlit/pull/4607.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4607.patch", "merged_at": "2022-04-15T18:05:51"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4606
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4606/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4606/comments
https://api.github.com/repos/streamlit/streamlit/issues/4606/events
https://github.com/streamlit/streamlit/pull/4606
1,204,673,546
PR_kwDODCoeTs42PsOm
4,606
Feature/mpa st user
{ "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.github.com/users/kajar...
[]
closed
false
null
[]
null
0
2022-04-14T15:26:18
2022-04-18T14:14:14
2022-04-18T14:14:14
COLLABORATOR
null
<!-- Before contributing (PLEASE READ!) ⚠️ If your contribution is more than a few lines of code, then prior to starting to code on it please post in the issue saying you want to volunteer, then wait for a positive response. And if there is no issue for it yet, create it first. This helps make sure: 1. Two ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4606/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4606/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4606", "html_url": "https://github.com/streamlit/streamlit/pull/4606", "diff_url": "https://github.com/streamlit/streamlit/pull/4606.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4606.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4605
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4605/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4605/comments
https://api.github.com/repos/streamlit/streamlit/issues/4605/events
https://github.com/streamlit/streamlit/issues/4605
1,204,512,615
I_kwDODCoeTs5Hy2dn
4,605
log in bug
{ "login": "yuxi06", "id": 55617420, "node_id": "MDQ6VXNlcjU1NjE3NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/55617420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yuxi06", "html_url": "https://github.com/yuxi06", "followers_url": "https://api.github.com/users/yuxi06/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-04-14T13:11:42
2022-04-18T18:19:30
2022-04-18T18:19:30
NONE
null
1.未注册情况下,点击PC登录/注册,选择中文,输入用户名和密码,报错说明内容为代码报错说明(The User not in database) 2.在小程序端已注册情况下,点击PC登录/注册,选择中文,输入用户名和密码,显示报错,报错说明内容为代码报错说明(The User not in database) 3.一点小建议: 3.1 PC端点击登录/注册按钮,用户信息输入框需注明为登录操作还是注册操作,最好再加一个注册按钮吧。
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4605/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4605/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4604
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4604/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4604/comments
https://api.github.com/repos/streamlit/streamlit/issues/4604/events
https://github.com/streamlit/streamlit/pull/4604
1,203,856,344
PR_kwDODCoeTs42NJiv
4,604
Change names from *FileWatcher to *PathWatcher
{ "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
5
2022-04-13T22:41:14
2022-04-27T23:40:03
2022-04-19T00:58:06
COLLABORATOR
null
## 📚 Context In the Multipage Apps world, we need to be able to watch not only files, but also directories. This is because we want to be able to update the Sidebar Page Nav UI when pages are added or removed from an app's `pages/` directory. As a first step towards doing this, we first rename lots of the clas...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4604/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4604/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4604", "html_url": "https://github.com/streamlit/streamlit/pull/4604", "diff_url": "https://github.com/streamlit/streamlit/pull/4604.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4604.patch", "merged_at": "2022-04-19T00:58:06"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4603
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4603/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4603/comments
https://api.github.com/repos/streamlit/streamlit/issues/4603/events
https://github.com/streamlit/streamlit/issues/4603
1,203,730,063
I_kwDODCoeTs5Hv3aP
4,603
remove this bug
{ "login": "vroy651", "id": 77454391, "node_id": "MDQ6VXNlcjc3NDU0Mzkx", "avatar_url": "https://avatars.githubusercontent.com/u/77454391?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vroy651", "html_url": "https://github.com/vroy651", "followers_url": "https://api.github.com/users/vroy65...
[ { "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-04-13T19:59:45
2022-04-13T21:07:39
2022-04-13T21:07:39
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/4603/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4603/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4602
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4602/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4602/comments
https://api.github.com/repos/streamlit/streamlit/issues/4602/events
https://github.com/streamlit/streamlit/pull/4602
1,202,449,642
PR_kwDODCoeTs42IjUB
4,602
Fix component-template e2e test failures
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[ { "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api...
null
0
2022-04-12T22:04:17
2022-04-12T22:26:31
2022-04-12T22:26:28
COLLABORATOR
null
This should - hopefully! - fix the Cypress failures on our component_template e2e tests. `component-template` failed to build, at least on my machine, due to a transitive dependency conflict. I updated the component-template project (see https://github.com/streamlit/component-template/commit/ef39eaaf30f3a5acd09340b4...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4602/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4602/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4602", "html_url": "https://github.com/streamlit/streamlit/pull/4602", "diff_url": "https://github.com/streamlit/streamlit/pull/4602.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4602.patch", "merged_at": "2022-04-12T22:26:28"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4601
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4601/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4601/comments
https://api.github.com/repos/streamlit/streamlit/issues/4601/events
https://github.com/streamlit/streamlit/issues/4601
1,202,320,431
I_kwDODCoeTs5HqfQv
4,601
hello from stream.hello
{ "login": "argandhi2324", "id": 73339609, "node_id": "MDQ6VXNlcjczMzM5NjA5", "avatar_url": "https://avatars.githubusercontent.com/u/73339609?v=4", "gravatar_id": "", "url": "https://api.github.com/users/argandhi2324", "html_url": "https://github.com/argandhi2324", "followers_url": "https://api.github.c...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2258739424, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-04-12T19:52:59
2022-04-19T14:09:07
2022-04-19T14:09:07
NONE
null
### Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. ### Steps to reproduce Code snippet: ``` @property def is_running_hello(self) -> bool: from streamlit.hello import hello return self._main_script_path == hello.__file__ File "C:\Us...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4601/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4601/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4600
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4600/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4600/comments
https://api.github.com/repos/streamlit/streamlit/issues/4600/events
https://github.com/streamlit/streamlit/pull/4600
1,200,806,705
PR_kwDODCoeTs42C48U
4,600
Tweak page "404" behavior to match spec
{ "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-04-12T01:56:21
2022-04-13T00:05:54
2022-04-13T00:05:51
COLLABORATOR
null
## 📚 Context I somehow misremembered what was specified in the spec for handling multipage app "404" behavior. This PR changes things from the behavior that I misremembered to what's actually defined. Note that I very slightly tweaked the error message to avoid specifying an actual corresponding file name as ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4600/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4600/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4600", "html_url": "https://github.com/streamlit/streamlit/pull/4600", "diff_url": "https://github.com/streamlit/streamlit/pull/4600.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4600.patch", "merged_at": "2022-04-13T00:05:51"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4599
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4599/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4599/comments
https://api.github.com/repos/streamlit/streamlit/issues/4599/events
https://github.com/streamlit/streamlit/issues/4599
1,200,714,441
I_kwDODCoeTs5HkXLJ
4,599
400 on uploaded when deployed on r studio connect
{ "login": "abigail-duncan", "id": 80639494, "node_id": "MDQ6VXNlcjgwNjM5NDk0", "avatar_url": "https://avatars.githubusercontent.com/u/80639494?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abigail-duncan", "html_url": "https://github.com/abigail-duncan", "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-04-12T00:27:39
2022-04-12T15:57:27
2022-04-12T15:57:27
NONE
null
### Summary As soon as file is uploaded, you get a 400 error. This only happens on my version hosted on connect but works locally. ### Steps to reproduce Code snippet: my_file = st.file_uploader(“Upload File”) ``` ``` **Expected behavior:** works the same as locally. **Actual behavior:** ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4599/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4599/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4598
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4598/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4598/comments
https://api.github.com/repos/streamlit/streamlit/issues/4598/events
https://github.com/streamlit/streamlit/pull/4598
1,200,527,250
PR_kwDODCoeTs42B7B8
4,598
setup.py: handle latest Pipenv (2022.4.8)
{ "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-04-11T21:00:35
2022-04-11T22:43:33
2022-04-11T22:30:28
COLLABORATOR
null
The latest Pipenv, 2022.4.8, changed the location of the `convert_deps_to_pip` function. If you have this new Pipenv installed, running Streamlit's `setup.py` results in a "pipenv is required to package Streamlit. Please install pipenv and try again" error. This PR changes `setup.py` to look for the function in ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4598/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4598/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4598", "html_url": "https://github.com/streamlit/streamlit/pull/4598", "diff_url": "https://github.com/streamlit/streamlit/pull/4598.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4598.patch", "merged_at": "2022-04-11T22:30:27"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4597
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4597/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4597/comments
https://api.github.com/repos/streamlit/streamlit/issues/4597/events
https://github.com/streamlit/streamlit/issues/4597
1,200,459,533
I_kwDODCoeTs5HjY8N
4,597
Occasional crash `dictionary changed size during iteration`
{ "login": "pcuenca", "id": 1177582, "node_id": "MDQ6VXNlcjExNzc1ODI=", "avatar_url": "https://avatars.githubusercontent.com/u/1177582?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pcuenca", "html_url": "https://github.com/pcuenca", "followers_url": "https://api.github.com/users/pcuenca/...
[ { "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": 2545855396, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
0
2022-04-11T19:50:54
2022-10-11T15:34:12
null
NONE
null
### Summary We run a streamlit app in [a popular Hugging Face space](https://huggingface.co/spaces/dalle-mini/dalle-mini). We are getting occasional crashes every few hours that initially seem network related. Stack trace below. ### Steps to reproduce We don't have any steps to reproduce, the crash seems to ha...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4597/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4597/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4596
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4596/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4596/comments
https://api.github.com/repos/streamlit/streamlit/issues/4596/events
https://github.com/streamlit/streamlit/pull/4596
1,199,852,613
PR_kwDODCoeTs41_uXD
4,596
Header and components UI adjustments
{ "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
1
2022-04-11T11:44:21
2022-04-20T10:57:07
2022-04-20T03:18:36
COLLABORATOR
null
## 📚 Context This PR fixes a handful of design inconsistencies, reported by some folks internally, mostly on the header and some components. - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Refactoring - [x] Other, please describe: UI adjustments ## 🧠 Description o...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4596/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4596/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4596", "html_url": "https://github.com/streamlit/streamlit/pull/4596", "diff_url": "https://github.com/streamlit/streamlit/pull/4596.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4596.patch", "merged_at": "2022-04-20T03:18:36"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4595
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4595/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4595/comments
https://api.github.com/repos/streamlit/streamlit/issues/4595/events
https://github.com/streamlit/streamlit/issues/4595
1,199,617,605
I_kwDODCoeTs5HgLZF
4,595
Button's on_click callback methods are fired on every re-run without click
{ "login": "imageschool", "id": 29969006, "node_id": "MDQ6VXNlcjI5OTY5MDA2", "avatar_url": "https://avatars.githubusercontent.com/u/29969006?v=4", "gravatar_id": "", "url": "https://api.github.com/users/imageschool", "html_url": "https://github.com/imageschool", "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": 2258739424, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
13
2022-04-11T08:39:12
2023-01-03T09:41:08
null
NONE
null
### Summary - st.button's on_click callback methods are fired on every re-run - help would be really appreciated thanks in advance! ### Steps to reproduce Code snippet: ``` import streamlit as st st.header('test streamlit bug') def handle_upsert(): st.balloons() print('clicked handle_upser...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4595/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4595/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4594
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4594/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4594/comments
https://api.github.com/repos/streamlit/streamlit/issues/4594/events
https://github.com/streamlit/streamlit/pull/4594
1,198,107,618
PR_kwDODCoeTs416O60
4,594
Bump moment from 2.29.1 to 2.29.2 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
2
2022-04-09T03:42:34
2022-04-18T10:08:38
2022-04-18T10:08:37
CONTRIBUTOR
null
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moment/moment/blob/develop/CHANGELOG.md">moment's changelog</a>.</em></p> <blockquote> <h3>2.29.2 <a href="https://gist.github.com/ichernev/1904b564f6679d9aac1ae...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4594/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4594/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4594", "html_url": "https://github.com/streamlit/streamlit/pull/4594", "diff_url": "https://github.com/streamlit/streamlit/pull/4594.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4594.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4593
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4593/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4593/comments
https://api.github.com/repos/streamlit/streamlit/issues/4593/events
https://github.com/streamlit/streamlit/issues/4593
1,197,066,296
I_kwDODCoeTs5HWcg4
4,593
Portfolio Optimization
{ "login": "Ostom4u", "id": 103250459, "node_id": "U_kgDOBid6Gw", "avatar_url": "https://avatars.githubusercontent.com/u/103250459?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Ostom4u", "html_url": "https://github.com/Ostom4u", "followers_url": "https://api.github.com/users/Ostom4u/foll...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-04-08T09:21:38
2022-04-08T16:19:10
2022-04-08T16:19:10
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/4593/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4593/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4592
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4592/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4592/comments
https://api.github.com/repos/streamlit/streamlit/issues/4592/events
https://github.com/streamlit/streamlit/issues/4592
1,196,620,551
I_kwDODCoeTs5HUvsH
4,592
Multiple pydeck charts do not display correctly.
{ "login": "rcutler-ursa", "id": 49208526, "node_id": "MDQ6VXNlcjQ5MjA4NTI2", "avatar_url": "https://avatars.githubusercontent.com/u/49208526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rcutler-ursa", "html_url": "https://github.com/rcutler-ursa", "followers_url": "https://api.github.c...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 3022365121, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
3
2022-04-07T22:12:57
2022-07-14T21:21:22
null
NONE
null
### Summary Multiple pydeck charts on one page do not display correctly. ### Steps to reproduce Code snippet: ``` import numpy as np import pandas as pd import pydeck as pdk import streamlit as st df = [] deck = [] hex_layer = [] scatter_layer = [] view_state = [] for k in range(10): df.a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4592/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4592/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4591
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4591/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4591/comments
https://api.github.com/repos/streamlit/streamlit/issues/4591/events
https://github.com/streamlit/streamlit/pull/4591
1,196,618,329
PR_kwDODCoeTs411nFw
4,591
Enable more maintainable frontend styling hacks
{ "login": "kung-foo", "id": 1357571, "node_id": "MDQ6VXNlcjEzNTc1NzE=", "avatar_url": "https://avatars.githubusercontent.com/u/1357571?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kung-foo", "html_url": "https://github.com/kung-foo", "followers_url": "https://api.github.com/users/kung-...
[]
closed
false
null
[]
null
6
2022-04-07T22:09:40
2022-08-02T12:51:19
2022-06-04T07:51:59
NONE
null
## 📚 Context This PRs enables **better and cleaner hacks™** by allowing the developer to pass-through additional CSS class names on `st.container`. A quick browse of StackOverflow and the Streamlit forums reveals many developers utilizing crazy, unmaintainable hacks to tweak and manipulate style and behavior in ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4591/reactions", "total_count": 9, "+1": 5, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 4, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4591/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4591", "html_url": "https://github.com/streamlit/streamlit/pull/4591", "diff_url": "https://github.com/streamlit/streamlit/pull/4591.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4591.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4590
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4590/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4590/comments
https://api.github.com/repos/streamlit/streamlit/issues/4590/events
https://github.com/streamlit/streamlit/issues/4590
1,195,548,775
I_kwDODCoeTs5HQqBn
4,590
429
{ "login": "BlockCustor", "id": 98067913, "node_id": "U_kgDOBdhlyQ", "avatar_url": "https://avatars.githubusercontent.com/u/98067913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BlockCustor", "html_url": "https://github.com/BlockCustor", "followers_url": "https://api.github.com/users/Bl...
[ { "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-04-07T05:46:21
2022-04-07T09:03:40
2022-04-07T09:03:40
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/4590/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4590/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4589
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4589/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4589/comments
https://api.github.com/repos/streamlit/streamlit/issues/4589/events
https://github.com/streamlit/streamlit/issues/4589
1,194,503,259
I_kwDODCoeTs5HMqxb
4,589
import matplotlib.pyplot as plt
{ "login": "dongjiabin1997", "id": 82010573, "node_id": "MDQ6VXNlcjgyMDEwNTcz", "avatar_url": "https://avatars.githubusercontent.com/u/82010573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dongjiabin1997", "html_url": "https://github.com/dongjiabin1997", "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
0
2022-04-06T11:52:09
2022-04-06T16:34:45
2022-04-06T16:34:45
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/4589/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4589/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4588
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4588/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4588/comments
https://api.github.com/repos/streamlit/streamlit/issues/4588/events
https://github.com/streamlit/streamlit/pull/4588
1,192,855,496
PR_kwDODCoeTs41pDzu
4,588
Fixed issue #4000
{ "login": "F1nnM", "id": 12767947, "node_id": "MDQ6VXNlcjEyNzY3OTQ3", "avatar_url": "https://avatars.githubusercontent.com/u/12767947?v=4", "gravatar_id": "", "url": "https://api.github.com/users/F1nnM", "html_url": "https://github.com/F1nnM", "followers_url": "https://api.github.com/users/F1nnM/follow...
[ { "id": 2803641782, "node_id": "MDU6TGFiZWwyODAzNjQxNzgy", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:stale", "name": "status:stale", "color": "FEF2C0", "default": false, "description": "Submitter hasn't responded in 7+ days" } ]
closed
false
null
[]
null
1
2022-04-05T09:13:32
2022-04-20T12:46:06
2022-04-20T12:46:06
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/4588/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4588/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4588", "html_url": "https://github.com/streamlit/streamlit/pull/4588", "diff_url": "https://github.com/streamlit/streamlit/pull/4588.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4588.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4587
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4587/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4587/comments
https://api.github.com/repos/streamlit/streamlit/issues/4587/events
https://github.com/streamlit/streamlit/issues/4587
1,192,684,466
I_kwDODCoeTs5HFuuy
4,587
buggy bug
{ "login": "Vik13Rao", "id": 68029259, "node_id": "MDQ6VXNlcjY4MDI5MjU5", "avatar_url": "https://avatars.githubusercontent.com/u/68029259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Vik13Rao", "html_url": "https://github.com/Vik13Rao", "followers_url": "https://api.github.com/users/Vik...
[ { "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-04-05T06:34:52
2022-04-05T06:35:19
2022-04-05T06:35:19
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/4587/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4587/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4586
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4586/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4586/comments
https://api.github.com/repos/streamlit/streamlit/issues/4586/events
https://github.com/streamlit/streamlit/issues/4586
1,191,008,788
I_kwDODCoeTs5G_VoU
4,586
Couldn't spawn debugee: [WinError 87] The parameter is incorrect
{ "login": "betaigeuze", "id": 60041959, "node_id": "MDQ6VXNlcjYwMDQxOTU5", "avatar_url": "https://avatars.githubusercontent.com/u/60041959?v=4", "gravatar_id": "", "url": "https://api.github.com/users/betaigeuze", "html_url": "https://github.com/betaigeuze", "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": 1846417434, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-04-03T18:31:38
2022-05-17T07:52:16
2022-05-17T07:52:16
NONE
null
### Summary When running the streamlit example code on windows 10 through the VS Code debugger, using an Anaconda environment with a fresh streamlit installation, the debug process cancels with the message "Couldn't spawn debugee: [WinError 87] The parameter is incorrect [...]". I set up a fresh environment with onl...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4586/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4586/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4585
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4585/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4585/comments
https://api.github.com/repos/streamlit/streamlit/issues/4585/events
https://github.com/streamlit/streamlit/issues/4585
1,190,956,975
I_kwDODCoeTs5G_I-v
4,585
Calling Julia from Streamlit App using PyJulia
{ "login": "mercicle", "id": 1062253, "node_id": "MDQ6VXNlcjEwNjIyNTM=", "avatar_url": "https://avatars.githubusercontent.com/u/1062253?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mercicle", "html_url": "https://github.com/mercicle", "followers_url": "https://api.github.com/users/merci...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" } ]
open
false
null
[]
null
4
2022-04-03T15:07:32
2022-12-16T13:59:22
null
NONE
null
### Summary I'm trying to use a julia function from a streamlit app. Created a toy example to test the interaction, simply returning a matrix from a julia functions based on a single parameter to specify the value of the diagonal elements. Will also note at the outset that both `julia_import_method = "api_compil...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4585/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4585/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4584
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4584/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4584/comments
https://api.github.com/repos/streamlit/streamlit/issues/4584/events
https://github.com/streamlit/streamlit/issues/4584
1,190,897,424
I_kwDODCoeTs5G-6cQ
4,584
No "Clear cache" button in UI
{ "login": "przecze", "id": 25085890, "node_id": "MDQ6VXNlcjI1MDg1ODkw", "avatar_url": "https://avatars.githubusercontent.com/u/25085890?v=4", "gravatar_id": "", "url": "https://api.github.com/users/przecze", "html_url": "https://github.com/przecze", "followers_url": "https://api.github.com/users/przecz...
[ { "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-04-03T11:07:13
2022-04-06T21:05:15
2022-04-06T21:05:15
NONE
null
### Summary "Clean cache" option is not available in hamburger menu. Shortcut 'c' seems to have no effect. ### Steps to reproduce Save following `Dockerfile` ``` FROM python:3.9 RUN pip install ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4584/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4584/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4582
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4582/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4582/comments
https://api.github.com/repos/streamlit/streamlit/issues/4582/events
https://github.com/streamlit/streamlit/pull/4582
1,190,470,003
PR_kwDODCoeTs41hVQA
4,582
Extract the first character from the page name if it is an emoji
{ "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
4
2022-04-02T02:37:56
2022-10-11T09:02:14
2022-04-12T01:05:30
COLLABORATOR
null
## 📚 Context We want to support a lightweight way for users to be able to set page icons that doesn't require edits to a separate config file. There are some drawbacks to this approach, but we decided to initially do this by allowing a user to include an emoji as part of the filename of a page. This notably m...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4582/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4582/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4582", "html_url": "https://github.com/streamlit/streamlit/pull/4582", "diff_url": "https://github.com/streamlit/streamlit/pull/4582.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4582.patch", "merged_at": "2022-04-12T01:05:30"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4581
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4581/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4581/comments
https://api.github.com/repos/streamlit/streamlit/issues/4581/events
https://github.com/streamlit/streamlit/issues/4581
1,189,414,029
I_kwDODCoeTs5G5QSN
4,581
Streamlit app blank as I add import seaborn as sns or matplotlib.pyplot as plt
{ "login": "EliseDemierbe", "id": 79078593, "node_id": "MDQ6VXNlcjc5MDc4NTkz", "avatar_url": "https://avatars.githubusercontent.com/u/79078593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EliseDemierbe", "html_url": "https://github.com/EliseDemierbe", "followers_url": "https://api.githu...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2258739424, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
3
2022-04-01T08:01:38
2022-05-23T23:36:08
2022-05-23T23:36:07
NONE
null
Mac streamlit 3.9 I have an issue using seaborn import seaborn as sns nb_currentprovider=plt.figure(figsize=(10,6)) sns.countplot(x="current_provider",data=df_ventes) plt.title("Répartition des ventes selon l'opérateur actuel du client",fontsize=14) plt.xlabel("Volume de ventes",fontsize=12) ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4581/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4581/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4580
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4580/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4580/comments
https://api.github.com/repos/streamlit/streamlit/issues/4580/events
https://github.com/streamlit/streamlit/issues/4580
1,189,274,151
I_kwDODCoeTs5G4uIn
4,580
Streamlit assuming sudo available in docker
{ "login": "mAch17", "id": 11150802, "node_id": "MDQ6VXNlcjExMTUwODAy", "avatar_url": "https://avatars.githubusercontent.com/u/11150802?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mAch17", "html_url": "https://github.com/mAch17", "followers_url": "https://api.github.com/users/mAch17/fo...
[]
closed
false
null
[]
null
11
2022-04-01T05:51:11
2022-04-01T15:46:42
2022-04-01T14:22:56
NONE
null
Hi, This [problem] ( https://github.com/streamlit/streamlit/issues/1584 ) emerged for me in production today. The same codebase has been running for over 6 months and the streamlit version has been constant. The deployment runs streamlit within docker. library version : streamlit==0.87.0 Error log : F...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4580/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/4580/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4579
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4579/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4579/comments
https://api.github.com/repos/streamlit/streamlit/issues/4579/events
https://github.com/streamlit/streamlit/issues/4579
1,188,902,816
I_kwDODCoeTs5G3Teg
4,579
st.write and st.markdown showing up in red and italics
{ "login": "bloukanov", "id": 62404463, "node_id": "MDQ6VXNlcjYyNDA0NDYz", "avatar_url": "https://avatars.githubusercontent.com/u/62404463?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bloukanov", "html_url": "https://github.com/bloukanov", "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
2
2022-03-31T22:14:19
2022-04-01T14:32:33
2022-04-01T14:32:32
NONE
null
### Summary Whenever I have 2 '$' characters in a line of text, unexpected things begin to happen. ### Steps to reproduce Code snippet: ``` import streamlit as st '$This text is italicized $' st.markdown('$this text __ is red$') ``` **Expected behavior:** '$' characters should not affect the dis...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4579/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4579/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4578
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4578/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4578/comments
https://api.github.com/repos/streamlit/streamlit/issues/4578/events
https://github.com/streamlit/streamlit/pull/4578
1,188,580,932
PR_kwDODCoeTs41bM_q
4,578
Cache LocalSourcesWatcher modules
{ "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
2
2022-03-31T19:25:54
2022-04-25T15:52:28
2022-04-21T18:26:58
COLLABORATOR
null
The modules that have been imported by the python interpreter will usually not change between script runs, and the filesystem lookups to get the modules' paths are expensive, so we want to skip this when possible. We use the set of module names (the keys of sys.modules) to determine if we need to regenerate the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4578/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4578/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4578", "html_url": "https://github.com/streamlit/streamlit/pull/4578", "diff_url": "https://github.com/streamlit/streamlit/pull/4578.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4578.patch", "merged_at": "2022-04-21T18:26:58"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4577
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4577/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4577/comments
https://api.github.com/repos/streamlit/streamlit/issues/4577/events
https://github.com/streamlit/streamlit/pull/4577
1,188,386,516
PR_kwDODCoeTs41ah0M
4,577
Add support for column sorting on header click
{ "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
0
2022-03-31T17:06:40
2022-04-01T11:29:15
2022-04-01T11:29:13
COLLABORATOR
null
## 📚 Context Add support for sorting columns by clicking on the column header. - What kind of change does this PR introduce? - [x] Feature ## 🧠 Description of Changes - Add the column sorting hook and activate sorting by clicking on a column header. ## 🧪 Testing Done - [x] Added/Updated unit ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4577/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4577/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4577", "html_url": "https://github.com/streamlit/streamlit/pull/4577", "diff_url": "https://github.com/streamlit/streamlit/pull/4577.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4577.patch", "merged_at": "2022-04-01T11:29:13"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4576
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4576/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4576/comments
https://api.github.com/repos/streamlit/streamlit/issues/4576/events
https://github.com/streamlit/streamlit/issues/4576
1,187,759,716
I_kwDODCoeTs5Gy8Zk
4,576
streamlit's webserver not working when using BAZEL for installation bug
{ "login": "rubenverhack", "id": 28840027, "node_id": "MDQ6VXNlcjI4ODQwMDI3", "avatar_url": "https://avatars.githubusercontent.com/u/28840027?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rubenverhack", "html_url": "https://github.com/rubenverhack", "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": 1516285329, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
4
2022-03-31T09:13:59
2022-10-21T08:44:38
null
NONE
null
### Summary Related to https://github.com/streamlit/streamlit/issues/3132 . An internal check to see if streamlit is running in development mode or not. This checks if some strings are present in the script's file path. This check is not valid for other installation types, e.g. bazel. The script path in a baze...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4576/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/4576/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4575
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4575/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4575/comments
https://api.github.com/repos/streamlit/streamlit/issues/4575/events
https://github.com/streamlit/streamlit/pull/4575
1,187,681,857
PR_kwDODCoeTs41YLN7
4,575
Fix `st.bokeh_chart` long description in docstring
{ "login": "snehankekre", "id": 20672874, "node_id": "MDQ6VXNlcjIwNjcyODc0", "avatar_url": "https://avatars.githubusercontent.com/u/20672874?v=4", "gravatar_id": "", "url": "https://api.github.com/users/snehankekre", "html_url": "https://github.com/snehankekre", "followers_url": "https://api.github.com/...
[ { "id": 1634956291, "node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs", "name": "type:docs", "color": "0052CC", "default": false, "description": "Requests for changes to docs (will be rerouted to docs repo)" } ]
closed
false
null
[]
null
0
2022-03-31T08:10:23
2022-04-01T01:00:17
2022-04-01T00:20:19
MEMBER
null
## 📚 Context Part of the long/extended description in the `st.bokeh_chart` docstring deviates from the numpydoc convention. Part of the long description is erroneously in the Parameters section. It should instead be above the Parameters section. This error causes the docstring to incorrectly render in our docs. ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4575/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4575/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4575", "html_url": "https://github.com/streamlit/streamlit/pull/4575", "diff_url": "https://github.com/streamlit/streamlit/pull/4575.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4575.patch", "merged_at": "2022-04-01T00:20:19"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4574
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4574/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4574/comments
https://api.github.com/repos/streamlit/streamlit/issues/4574/events
https://github.com/streamlit/streamlit/pull/4574
1,187,238,742
PR_kwDODCoeTs41Wqg5
4,574
Figure out the app's baseUrlPath when initially loading a non-main 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-31T00:26:01
2022-04-09T02:51:28
2022-04-09T02:51:26
COLLABORATOR
null
## 📚 Context (The following description is copy-pasted from an inline-PR comment that more or less exactly describes what's happening throughout the PR). In the multipage apps world, there is some ambiguity around whether a path like "foo/bar" means * the page "/" at baseUrlPath "foo/bar", or * the pag...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4574/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4574/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4574", "html_url": "https://github.com/streamlit/streamlit/pull/4574", "diff_url": "https://github.com/streamlit/streamlit/pull/4574.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4574.patch", "merged_at": "2022-04-09T02:51:26"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4573
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4573/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4573/comments
https://api.github.com/repos/streamlit/streamlit/issues/4573/events
https://github.com/streamlit/streamlit/issues/4573
1,187,228,891
I_kwDODCoeTs5Gw6zb
4,573
Seaborn plots
{ "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" }, { "...
closed
false
null
[]
null
2
2022-03-31T00:19:38
2022-03-31T23:26:14
2022-03-31T23:26:14
NONE
null
### Problem It would be great to support embedding Seaborn plots - this is a Python module that works with Pandas and emulates the capabilities of R's excellent ggplot2 library. It's a very high quality plotting library. ### Solution **MVP:** Some usable subset of Seaborn plots **Possible additions:** Sea...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4573/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4573/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4572
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4572/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4572/comments
https://api.github.com/repos/streamlit/streamlit/issues/4572/events
https://github.com/streamlit/streamlit/pull/4572
1,187,065,084
PR_kwDODCoeTs41WCyl
4,572
config.fastReruns + multiple ScriptRunners
{ "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-30T22:18:34
2022-03-31T20:14:02
2022-03-31T20:13:59
COLLABORATOR
null
(Finally) implement opt-in fast reruns - "config.fastReruns" is the new config option for controlling this feature. It's defaulted to `True` in this feature branch, but I think we'll probably default it to `False` when this is merged to develop? - When the option is enabled, a rerun request will cause an existing ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4572/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4572/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4572", "html_url": "https://github.com/streamlit/streamlit/pull/4572", "diff_url": "https://github.com/streamlit/streamlit/pull/4572.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4572.patch", "merged_at": "2022-03-31T20:13:59"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4571
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4571/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4571/comments
https://api.github.com/repos/streamlit/streamlit/issues/4571/events
https://github.com/streamlit/streamlit/pull/4571
1,186,883,277
PR_kwDODCoeTs41Vbt5
4,571
Add optimized support for specific data type cells
{ "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-30T19:16:39
2022-03-31T11:42:50
2022-03-31T11:42:48
COLLABORATOR
null
## 📚 Context Adds optimized cells for `boolean`, `number`, and `list` data types. This has an impact on the cell UI/UX, the cell overlay, and on features such as column sorting. - What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactoring - [ ] Other, please describe: ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4571/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4571/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4571", "html_url": "https://github.com/streamlit/streamlit/pull/4571", "diff_url": "https://github.com/streamlit/streamlit/pull/4571.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4571.patch", "merged_at": "2022-03-31T11:42:48"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4570
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4570/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4570/comments
https://api.github.com/repos/streamlit/streamlit/issues/4570/events
https://github.com/streamlit/streamlit/pull/4570
1,186,869,782
PR_kwDODCoeTs41VY2k
4,570
Add support for pandas styler background and font colors
{ "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
0
2022-03-30T19:02:41
2022-03-31T16:20:50
2022-03-31T16:20:48
COLLABORATOR
null
## 📚 Context Adds support for Pandas Styler background and font colors. _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 - Extracts ba...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4570/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4570/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4570", "html_url": "https://github.com/streamlit/streamlit/pull/4570", "diff_url": "https://github.com/streamlit/streamlit/pull/4570.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4570.patch", "merged_at": "2022-03-31T16:20:48"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4569
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4569/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4569/comments
https://api.github.com/repos/streamlit/streamlit/issues/4569/events
https://github.com/streamlit/streamlit/pull/4569
1,186,848,657
PR_kwDODCoeTs41VUTq
4,569
Add automatic table width adjustment
{ "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
0
2022-03-30T18:44:00
2022-03-31T11:40:37
2022-03-31T11:40:35
COLLABORATOR
null
## 📚 Context Adds a layout effect to adjust the table width based on the total size of the table canvas, so that only the minimum required width is used. The size of columns is already automatically determined based on the column content. This behavior is similar to how it's handled with the current `st.dataframe`....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4569/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4569/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4569", "html_url": "https://github.com/streamlit/streamlit/pull/4569", "diff_url": "https://github.com/streamlit/streamlit/pull/4569.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4569.patch", "merged_at": "2022-03-31T11:40:35"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4568
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4568/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4568/comments
https://api.github.com/repos/streamlit/streamlit/issues/4568/events
https://github.com/streamlit/streamlit/pull/4568
1,186,801,842
PR_kwDODCoeTs41VKmp
4,568
ForwardMsgQueue: no longer thread-safe
{ "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-30T17:59:31
2022-03-31T22:15:52
2022-03-31T22:15:50
COLLABORATOR
null
ForwardMsgQueue is only written and read from the main thread, so there's no need for thread safety.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4568/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4568/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4568", "html_url": "https://github.com/streamlit/streamlit/pull/4568", "diff_url": "https://github.com/streamlit/streamlit/pull/4568.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4568.patch", "merged_at": "2022-03-31T22:15:50"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4567
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4567/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4567/comments
https://api.github.com/repos/streamlit/streamlit/issues/4567/events
https://github.com/streamlit/streamlit/issues/4567
1,186,763,411
I_kwDODCoeTs5GvJKT
4,567
Integration with Flask - render simple Streamlit component on Flask or Fast API
{ "login": "vbabaria", "id": 8018134, "node_id": "MDQ6VXNlcjgwMTgxMzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8018134?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vbabaria", "html_url": "https://github.com/vbabaria", "followers_url": "https://api.github.com/users/vbaba...
[ { "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-03-30T17:20:07
2022-11-15T17:00:11
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 Streamlit is great library. However current version doesn't seem to be compatible with Flask since streamlit runs on tornad...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4567/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/4567/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4566
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4566/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4566/comments
https://api.github.com/repos/streamlit/streamlit/issues/4566/events
https://github.com/streamlit/streamlit/pull/4566
1,185,628,903
PR_kwDODCoeTs41RTUq
4,566
Rename PageLayoutContext to AppContext
{ "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-30T00:07:56
2022-04-01T23:39:28
2022-04-01T23:36:57
COLLABORATOR
null
## 📚 Context We want to add a few things to `PageLayoutContext` that don't have to do with page layout for multipage apps. When doing this, we realized there's already a good amount of stuff already stored in the context that isn't page layout related, so we might as well rename the whole thing to `AppContext`....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4566/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4566/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4566", "html_url": "https://github.com/streamlit/streamlit/pull/4566", "diff_url": "https://github.com/streamlit/streamlit/pull/4566.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4566.patch", "merged_at": "2022-04-01T23:36:57"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4565
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4565/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4565/comments
https://api.github.com/repos/streamlit/streamlit/issues/4565/events
https://github.com/streamlit/streamlit/pull/4565
1,185,274,456
PR_kwDODCoeTs41QFP9
4,565
Up version to 1.8.1
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[]
closed
false
null
[]
null
3
2022-03-29T18:48:16
2022-03-29T19:57:40
2022-03-29T19:57:40
COLLABORATOR
null
Patch fix for click version bounds
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4565/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4565/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4565", "html_url": "https://github.com/streamlit/streamlit/pull/4565", "diff_url": "https://github.com/streamlit/streamlit/pull/4565.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4565.patch", "merged_at": "2022-03-29T19:57:40"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4564
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4564/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4564/comments
https://api.github.com/repos/streamlit/streamlit/issues/4564/events
https://github.com/streamlit/streamlit/issues/4564
1,185,155,139
I_kwDODCoeTs5GpAhD
4,564
External URL does not work over the internet
{ "login": "IMG-5", "id": 102615078, "node_id": "U_kgDOBh3IJg", "avatar_url": "https://avatars.githubusercontent.com/u/102615078?v=4", "gravatar_id": "", "url": "https://api.github.com/users/IMG-5", "html_url": "https://github.com/IMG-5", "followers_url": "https://api.github.com/users/IMG-5/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
2
2022-03-29T16:57:46
2023-01-05T06:15:19
2022-03-29T22:44:31
NONE
null
My Streamlit app does work on the localhost and on other computers connected to the same network. However, I cannot access the app from another network using the external URL (see below), i.e., over the internet. I turned off the firewalls on both machine and it still does not work. I tried using both Windows lapto...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4564/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4564/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4563
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4563/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4563/comments
https://api.github.com/repos/streamlit/streamlit/issues/4563/events
https://github.com/streamlit/streamlit/pull/4563
1,184,889,268
PR_kwDODCoeTs41OzlC
4,563
Fix code example in experimental_show docstring
{ "login": "AntoineToubhans", "id": 861237, "node_id": "MDQ6VXNlcjg2MTIzNw==", "avatar_url": "https://avatars.githubusercontent.com/u/861237?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AntoineToubhans", "html_url": "https://github.com/AntoineToubhans", "followers_url": "https://api.git...
[]
closed
false
null
[]
null
0
2022-03-29T13:37:58
2022-03-30T06:26:42
2022-03-29T22:43:13
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/4563/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4563/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4563", "html_url": "https://github.com/streamlit/streamlit/pull/4563", "diff_url": "https://github.com/streamlit/streamlit/pull/4563.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4563.patch", "merged_at": "2022-03-29T22:43:13"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4562
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4562/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4562/comments
https://api.github.com/repos/streamlit/streamlit/issues/4562/events
https://github.com/streamlit/streamlit/issues/4562
1,184,678,265
I_kwDODCoeTs5GnMF5
4,562
ModuleNotFoundError: No module named 'streamlit.script_run_context' (backward compatibility issue in 1.8.0)
{ "login": "ahtokca", "id": 548741, "node_id": "MDQ6VXNlcjU0ODc0MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/548741?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ahtokca", "html_url": "https://github.com/ahtokca", "followers_url": "https://api.github.com/users/ahtokca/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
6
2022-03-29T10:53:20
2022-03-30T17:16:45
2022-03-29T17:49:57
NONE
null
### Summary After upgrading to 1.8.0 I got `ModuleNotFoundError: No module named 'streamlit.script_run_context' ` the module `streamlit.script_run_context` is renamed to `streamlit.scriptrunner`. The change is not marked as 'breaking change', migration path is missing ### Steps to reproduce Code snippet: ``...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4562/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4562/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4561
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4561/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4561/comments
https://api.github.com/repos/streamlit/streamlit/issues/4561/events
https://github.com/streamlit/streamlit/issues/4561
1,184,560,849
I_kwDODCoeTs5GmvbR
4,561
ImportError: DLL load failed while importing _arpack: The specified procedure could not be found.
{ "login": "YogeshRaje", "id": 16203222, "node_id": "MDQ6VXNlcjE2MjAzMjIy", "avatar_url": "https://avatars.githubusercontent.com/u/16203222?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YogeshRaje", "html_url": "https://github.com/YogeshRaje", "followers_url": "https://api.github.com/use...
[ { "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-29T09:17:12
2022-11-07T17:26:13
2022-03-29T22:48:01
NONE
null
ImportError: DLL load failed while importing _arpack: The specified procedure could not be found. Traceback: File "C:\Users\Hp\AppData\Roaming\Python\Python38\site-packages\streamlit\script_runner.py", line 430, in _run_script exec(code, module.__dict__) File "C:\Users\Hp\Desktop\sdemo\app.py", line 12, in <mod...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4561/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4561/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4560
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4560/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4560/comments
https://api.github.com/repos/streamlit/streamlit/issues/4560/events
https://github.com/streamlit/streamlit/pull/4560
1,184,057,291
PR_kwDODCoeTs41MDF4
4,560
Make pydeck an optional dependency
{ "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
5
2022-03-28T22:18:04
2022-04-19T22:04:08
2022-04-19T22:04:04
COLLABORATOR
null
## 📚 Context Pydeck is a very heavy dependency (due to transitive dependencies it pulls in), but we only use it for one of the demo pages and some tests, so it seems reasonable to make it an optional dependency and just display a nice error message in the demo if it isn't installed. - What kind of change does th...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4560/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4560/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4560", "html_url": "https://github.com/streamlit/streamlit/pull/4560", "diff_url": "https://github.com/streamlit/streamlit/pull/4560.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4560.patch", "merged_at": "2022-04-19T22:04:04"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4559
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4559/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4559/comments
https://api.github.com/repos/streamlit/streamlit/issues/4559/events
https://github.com/streamlit/streamlit/pull/4559
1,184,034,799
PR_kwDODCoeTs41L-HZ
4,559
Bump plist from 3.0.4 to 3.0.5 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-28T21:54:04
2022-03-29T01:49:29
2022-03-29T01:49:27
CONTRIBUTOR
null
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. <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.5 / 2022-03-23</h1> <ul> <li><a href="https://github.com/...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4559/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4559/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4559", "html_url": "https://github.com/streamlit/streamlit/pull/4559", "diff_url": "https://github.com/streamlit/streamlit/pull/4559.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4559.patch", "merged_at": "2022-03-29T01:49:27"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4558
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4558/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4558/comments
https://api.github.com/repos/streamlit/streamlit/issues/4558/events
https://github.com/streamlit/streamlit/pull/4558
1,184,033,994
PR_kwDODCoeTs41L97n
4,558
Bump ansi-regex from 4.1.0 to 4.1.1 in /component-lib
{ "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": 2026998410, "node_id": "MDU6TGFiZWwyMDI2OTk4NDEw", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:dependencies", "name": "area:dependencies", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
0
2022-03-28T21:53:21
2022-03-31T17:05:46
2022-03-31T17:05:42
CONTRIBUTOR
null
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chalk/ansi-regex/commit/64735d25eb839b55bc9fae3877edb702b4c92ca2"><code>64735d2</code></a> v4.1.1</li> <li><a href="https://github.com/chalk/ansi-regex/commit/75a657da7a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4558/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4558/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4558", "html_url": "https://github.com/streamlit/streamlit/pull/4558", "diff_url": "https://github.com/streamlit/streamlit/pull/4558.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4558.patch", "merged_at": "2022-03-31T17:05:42"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4557
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4557/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4557/comments
https://api.github.com/repos/streamlit/streamlit/issues/4557/events
https://github.com/streamlit/streamlit/pull/4557
1,184,024,459
PR_kwDODCoeTs41L74Y
4,557
Per-ScriptRunner script requests
{ "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-28T21:41:55
2022-03-30T21:41:44
2022-03-30T21:41:42
COLLABORATOR
null
Replaces `ScriptRequestQueue` with `ScriptRequests`, a simpler, per-ScriptRunner class. - Previously, `AppSession` had a single `ScriptRequestQueue` that was shared by all ScriptRunners. But this approach won't work in our multi-Scriptrunner future. - `ScriptRequests` is a (thread-safe) state machine instead of a q...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4557/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4557/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4557", "html_url": "https://github.com/streamlit/streamlit/pull/4557", "diff_url": "https://github.com/streamlit/streamlit/pull/4557.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4557.patch", "merged_at": "2022-03-30T21:41:42"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4556
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4556/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4556/comments
https://api.github.com/repos/streamlit/streamlit/issues/4556/events
https://github.com/streamlit/streamlit/pull/4556
1,184,007,996
PR_kwDODCoeTs41L4W9
4,556
Temporarily pin click to <8.1.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-28T21:22:30
2022-03-28T21:52:36
2022-03-28T21:52:32
COLLABORATOR
null
## 📚 Context - What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Refactoring - [ ] Other, please describe: ## 🧠 Description of Changes - Pin to click <8.1, until we deal with the breaking changes in it - [ ] This is a breaking API change - [x] This is a visibl...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4556/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4556/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4556", "html_url": "https://github.com/streamlit/streamlit/pull/4556", "diff_url": "https://github.com/streamlit/streamlit/pull/4556.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4556.patch", "merged_at": "2022-03-28T21:52:32"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4555
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4555/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4555/comments
https://api.github.com/repos/streamlit/streamlit/issues/4555/events
https://github.com/streamlit/streamlit/issues/4555
1,183,969,967
I_kwDODCoeTs5GkfKv
4,555
click.get_os_args is deprecated on module 'click 8.1.0'
{ "login": "ChangHoon-Sung", "id": 37946887, "node_id": "MDQ6VXNlcjM3OTQ2ODg3", "avatar_url": "https://avatars.githubusercontent.com/u/37946887?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ChangHoon-Sung", "html_url": "https://github.com/ChangHoon-Sung", "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
9
2022-03-28T20:44:46
2022-08-05T22:31:05
2022-03-31T00:28:50
NONE
null
### Summary `AttributeError: module 'click' has no attribute 'get_os_args'` occured because click.get_os_args deprecated on module `click 8.1.0` ### Steps to reproduce Code snippet: ``` pip install -U click==8.1.0 streamlit hello ``` **Expected behavior:** [Welcome to Streamlit] should be appeare...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4555/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/4555/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4554
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4554/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4554/comments
https://api.github.com/repos/streamlit/streamlit/issues/4554/events
https://github.com/streamlit/streamlit/pull/4554
1,183,941,652
PR_kwDODCoeTs41LqAI
4,554
Update black to a version compatible with click 8.1.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-28T20:17:59
2022-03-28T21:15:14
2022-03-28T21:15:14
COLLABORATOR
null
## 📚 Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Refactoring - [x] Other, please describe: Use latest black version, so it will work with the current version of click ## 🧠 Description of Changes ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4554/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4554/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4554", "html_url": "https://github.com/streamlit/streamlit/pull/4554", "diff_url": "https://github.com/streamlit/streamlit/pull/4554.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4554.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4553
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4553/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4553/comments
https://api.github.com/repos/streamlit/streamlit/issues/4553/events
https://github.com/streamlit/streamlit/issues/4553
1,183,188,861
I_kwDODCoeTs5Ghgd9
4,553
`on_input` callback to allow to immediately respond to user input
{ "login": "knutwannheden", "id": 408765, "node_id": "MDQ6VXNlcjQwODc2NQ==", "avatar_url": "https://avatars.githubusercontent.com/u/408765?v=4", "gravatar_id": "", "url": "https://api.github.com/users/knutwannheden", "html_url": "https://github.com/knutwannheden", "followers_url": "https://api.github.co...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
4
2022-03-28T09:57:41
2022-11-15T17:00:12
null
NONE
null
### Problem I wanted to create a Streamlit application which has an input text field which immediately responds to user input, e.g. like the Google search field does. Something like this: ```py def search_callback(): st.write("You searched for:", st.session_state.input) search_str = st.text_input('Search...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4553/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/4553/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4552
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4552/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4552/comments
https://api.github.com/repos/streamlit/streamlit/issues/4552/events
https://github.com/streamlit/streamlit/pull/4552
1,183,039,882
PR_kwDODCoeTs41IqmU
4,552
Add object notation example to `st.expander` docstring
{ "login": "snehankekre", "id": 20672874, "node_id": "MDQ6VXNlcjIwNjcyODc0", "avatar_url": "https://avatars.githubusercontent.com/u/20672874?v=4", "gravatar_id": "", "url": "https://api.github.com/users/snehankekre", "html_url": "https://github.com/snehankekre", "followers_url": "https://api.github.com/...
[ { "id": 1634956291, "node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs", "name": "type:docs", "color": "0052CC", "default": false, "description": "Requests for changes to docs (will be rerouted to docs repo)" } ]
closed
false
null
[]
null
1
2022-03-28T07:55:11
2022-03-30T19:46:37
2022-03-30T19:46:37
MEMBER
null
## 📚 Context The documentation for `st.expander` and containers should talk about both methods of adding items to containers: - Object notation: `st.expander("Expander").foo` - `With` notation: ```python with st.expander("Expander"): st.foo ``` - What kind of change does this PR introduce? ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4552/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4552/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4552", "html_url": "https://github.com/streamlit/streamlit/pull/4552", "diff_url": "https://github.com/streamlit/streamlit/pull/4552.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4552.patch", "merged_at": "2022-03-30T19:46:36"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4551
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4551/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4551/comments
https://api.github.com/repos/streamlit/streamlit/issues/4551/events
https://github.com/streamlit/streamlit/issues/4551
1,182,805,538
I_kwDODCoeTs5GgC4i
4,551
Unnecessary conversion to the int type for dataframe columns does not allow to display the dataframe
{ "login": "aakhmetz", "id": 2173206, "node_id": "MDQ6VXNlcjIxNzMyMDY=", "avatar_url": "https://avatars.githubusercontent.com/u/2173206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aakhmetz", "html_url": "https://github.com/aakhmetz", "followers_url": "https://api.github.com/users/aakhm...
[ { "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-28T02:56:51
2022-04-19T23:37:59
2022-04-19T23:37:59
NONE
null
When I try to show the dataframe either by ```st.dataframe``` and ```st.table``` and one of the columns is of type object, I get the error: ``` StreamlitAPIException: ("Could not convert '17307 or imported case' with type str: tried to convert to int64", 'Conversion failed for column case_id with type object') ``` ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4551/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4551/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4550
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4550/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4550/comments
https://api.github.com/repos/streamlit/streamlit/issues/4550/events
https://github.com/streamlit/streamlit/issues/4550
1,181,690,311
I_kwDODCoeTs5GbynH
4,550
when i am upgrade to stream letest version i got following error
{ "login": "sangharshit358", "id": 96471643, "node_id": "U_kgDOBcAKWw", "avatar_url": "https://avatars.githubusercontent.com/u/96471643?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sangharshit358", "html_url": "https://github.com/sangharshit358", "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": 2803641782, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-03-26T11:37:40
2022-11-07T17:24:55
2022-04-19T23:37:50
NONE
null
![IMG_20220326_170347](https://user-images.githubusercontent.com/96471643/160237660-d2f324bd-a483-44ae-834d-b9779047a334.jpg)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4550/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4550/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4549
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4549/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4549/comments
https://api.github.com/repos/streamlit/streamlit/issues/4549/events
https://github.com/streamlit/streamlit/issues/4549
1,181,211,491
I_kwDODCoeTs5GZ9tj
4,549
InternalHashError: Cell is empty
{ "login": "dhiego22", "id": 42843427, "node_id": "MDQ6VXNlcjQyODQzNDI3", "avatar_url": "https://avatars.githubusercontent.com/u/42843427?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dhiego22", "html_url": "https://github.com/dhiego22", "followers_url": "https://api.github.com/users/dhi...
[ { "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-25T19:53:08
2022-04-19T23:37:46
2022-04-19T23:37:46
NONE
null
### Summary While caching the body of motif_df(), Streamlit encountered an object of type builtins.function, which it does not know how to hash. In this specific case, it's very likely you found a Streamlit bug so please [file a bug report here.] (https://github.com/streamlit/streamlit/issues/new/choose) ### Ste...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4549/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4549/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4548
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4548/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4548/comments
https://api.github.com/repos/streamlit/streamlit/issues/4548/events
https://github.com/streamlit/streamlit/pull/4548
1,179,966,118
PR_kwDODCoeTs40-Y3c
4,548
Add column resizing functionality to interactive table
{ "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
0
2022-03-24T19:43:14
2022-03-24T19:51:04
2022-03-24T19:51:02
COLLABORATOR
null
## 📚 Context This PR adds drag-and-drop-based column resizing functionality to the new interactive table component. - What kind of change does this PR introduce? - [x] Feature ## 🧠 Description of Changes - Add `onColumnResized` to data loader hook. - Add `@testing-library/react-hooks` dev dependency ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4548/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4548/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4548", "html_url": "https://github.com/streamlit/streamlit/pull/4548", "diff_url": "https://github.com/streamlit/streamlit/pull/4548.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4548.patch", "merged_at": "2022-03-24T19:51:02"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4547
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4547/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4547/comments
https://api.github.com/repos/streamlit/streamlit/issues/4547/events
https://github.com/streamlit/streamlit/pull/4547
1,179,782,905
PR_kwDODCoeTs409xZj
4,547
Update component-template submodule commit id to latest
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[]
closed
false
null
[]
null
0
2022-03-24T16:56:09
2022-03-24T18:17:55
2022-03-24T18:17:53
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4547/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4547/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4547", "html_url": "https://github.com/streamlit/streamlit/pull/4547", "diff_url": "https://github.com/streamlit/streamlit/pull/4547.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4547.patch", "merged_at": "2022-03-24T18:17:53"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4546
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4546/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4546/comments
https://api.github.com/repos/streamlit/streamlit/issues/4546/events
https://github.com/streamlit/streamlit/pull/4546
1,179,766,947
PR_kwDODCoeTs409uEE
4,546
Add copy-to-clipboard feature to interactive table
{ "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
0
2022-03-24T16:41:38
2022-03-24T19:30:04
2022-03-24T19:30:02
COLLABORATOR
null
## 📚 Context Activates the copy to clipboard feature of glide-data-grid. This allows copying table data with formatting compatible with table applications such as Google Sheets or Excel. - What kind of change does this PR introduce? - [x] Feature ## 🧪 Testing Done Interactive features involving HTML...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4546/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4546/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4546", "html_url": "https://github.com/streamlit/streamlit/pull/4546", "diff_url": "https://github.com/streamlit/streamlit/pull/4546.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4546.patch", "merged_at": "2022-03-24T19:30:02"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4545
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4545/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4545/comments
https://api.github.com/repos/streamlit/streamlit/issues/4545/events
https://github.com/streamlit/streamlit/pull/4545
1,179,753,088
PR_kwDODCoeTs409rGS
4,545
Up version to 1.8.0
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[]
closed
false
null
[]
null
0
2022-03-24T16:29:15
2022-03-24T17:57:36
2022-03-24T17:57:35
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4545/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4545/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4545", "html_url": "https://github.com/streamlit/streamlit/pull/4545", "diff_url": "https://github.com/streamlit/streamlit/pull/4545.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4545.patch", "merged_at": "2022-03-24T17:57:35"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4544
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4544/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4544/comments
https://api.github.com/repos/streamlit/streamlit/issues/4544/events
https://github.com/streamlit/streamlit/pull/4544
1,179,601,315
PR_kwDODCoeTs409K9O
4,544
Add end2end implementation for text-only interactive table.
{ "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
0
2022-03-24T14:30:53
2022-03-24T19:21:45
2022-03-24T19:21:43
COLLABORATOR
null
## 📚 Context This PR adds all aspects for a minimum version of the interactive data table that works end to end. This version is fully functional with the Quiver module (arrow table) but only renders everything within text-based cells. Most interactive features are also excluded in this PR. Features missing here th...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4544/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4544/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4544", "html_url": "https://github.com/streamlit/streamlit/pull/4544", "diff_url": "https://github.com/streamlit/streamlit/pull/4544.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4544.patch", "merged_at": "2022-03-24T19:21:43"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4543
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4543/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4543/comments
https://api.github.com/repos/streamlit/streamlit/issues/4543/events
https://github.com/streamlit/streamlit/issues/4543
1,179,049,525
I_kwDODCoeTs5GRt41
4,543
streamlit.state.session_state: Session state does not function when running a script without `streamlit run`
{ "login": "wkrettek", "id": 50168688, "node_id": "MDQ6VXNlcjUwMTY4Njg4", "avatar_url": "https://avatars.githubusercontent.com/u/50168688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wkrettek", "html_url": "https://github.com/wkrettek", "followers_url": "https://api.github.com/users/wkr...
[ { "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
5
2022-03-24T06:06:07
2022-12-16T21:57:04
2022-04-19T23:37:39
NONE
null
### Summary I'm getting this error when trying to use the session_state functionality. I get this error even when using streamlit run file.py from the command line. Sometimes, if I rerun the source after changing it (after booting from a file that doesn't use session_state functionality) it will work fine. ### St...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4543/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4543/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4542
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4542/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4542/comments
https://api.github.com/repos/streamlit/streamlit/issues/4542/events
https://github.com/streamlit/streamlit/issues/4542
1,178,704,235
I_kwDODCoeTs5GQZlr
4,542
InternalHashError: [Errno 2] No such file or directory: '<stderr>'
{ "login": "wkrettek", "id": 50168688, "node_id": "MDQ6VXNlcjUwMTY4Njg4", "avatar_url": "https://avatars.githubusercontent.com/u/50168688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wkrettek", "html_url": "https://github.com/wkrettek", "followers_url": "https://api.github.com/users/wkr...
[ { "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-23T21:46:44
2022-04-19T23:37:31
2022-04-19T23:37:31
NONE
null
I tried printing some text using `print("Error text", file=sys.stderr)` inside of the function that gets called inside `with container:` and it appears streamlit did not know how to hash it.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4542/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4542/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4541
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4541/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4541/comments
https://api.github.com/repos/streamlit/streamlit/issues/4541/events
https://github.com/streamlit/streamlit/issues/4541
1,178,194,286
I_kwDODCoeTs5GOdFu
4,541
Slider reruns on mouse release rather than value change
{ "login": "H4dr1en", "id": 16240134, "node_id": "MDQ6VXNlcjE2MjQwMTM0", "avatar_url": "https://avatars.githubusercontent.com/u/16240134?v=4", "gravatar_id": "", "url": "https://api.github.com/users/H4dr1en", "html_url": "https://github.com/H4dr1en", "followers_url": "https://api.github.com/users/H4dr1e...
[ { "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-23T14:21:50
2022-11-15T17:00:12
null
NONE
null
### Problem My app tends to lag when using sliders, because the reruns are too fast. I'd like the app to only rerun on the mouse release, rather than on the value change. Using a form isn't optimal because it requires the user to press an extra button (submit) after each change on the slider. ### Solution **MV...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4541/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4541/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4540
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4540/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4540/comments
https://api.github.com/repos/streamlit/streamlit/issues/4540/events
https://github.com/streamlit/streamlit/issues/4540
1,178,168,777
I_kwDODCoeTs5GOW3J
4,540
Multiple sliders with the same key but different labels do not cause error
{ "login": "rcutler-ursa", "id": 49208526, "node_id": "MDQ6VXNlcjQ5MjA4NTI2", "avatar_url": "https://avatars.githubusercontent.com/u/49208526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rcutler-ursa", "html_url": "https://github.com/rcutler-ursa", "followers_url": "https://api.github.c...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 3022365121, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.github.com/users/kajar...
[ { "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.gi...
null
1
2022-03-23T14:02:50
2022-07-23T13:20:24
2022-07-23T13:20:24
NONE
null
### Summary Making multiple sliders with the same key, but different labels, results in only one slider value in `session_state` (and does not cause an error). Making multiple sliders with the same key and same label causes an error (this is expected behavior). ### Steps to reproduce Code snippet: ``` impo...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4540/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4540/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4539
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4539/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4539/comments
https://api.github.com/repos/streamlit/streamlit/issues/4539/events
https://github.com/streamlit/streamlit/issues/4539
1,177,945,460
I_kwDODCoeTs5GNgV0
4,539
Save logs to a text file, as a parameter in the config.toml
{ "login": "AxelArturin", "id": 95616985, "node_id": "U_kgDOBbL_2Q", "avatar_url": "https://avatars.githubusercontent.com/u/95616985?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AxelArturin", "html_url": "https://github.com/AxelArturin", "followers_url": "https://api.github.com/users/Ax...
[ { "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-03-23T10:50:36
2022-11-15T17:00:13
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 Is your feature request related to a problem? Please describe the problem here. Ex. I'm always frustrated when [...] I'm n...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4539/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/4539/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4538
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4538/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4538/comments
https://api.github.com/repos/streamlit/streamlit/issues/4538/events
https://github.com/streamlit/streamlit/issues/4538
1,177,542,022
I_kwDODCoeTs5GL92G
4,538
Sliders with default range value initialized using "sessionstate" becomes single value
{ "login": "crxi", "id": 79311899, "node_id": "MDQ6VXNlcjc5MzExODk5", "avatar_url": "https://avatars.githubusercontent.com/u/79311899?v=4", "gravatar_id": "", "url": "https://api.github.com/users/crxi", "html_url": "https://github.com/crxi", "followers_url": "https://api.github.com/users/crxi/followers"...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 3022365121, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
8
2022-03-23T03:16:18
2022-09-09T23:40:55
2022-07-22T17:40:20
NONE
null
### Summary I created two sliders with default range values. Slider X uses the "sessionstate" pattern (only setting "key"); Slider Y uses both "value" and "key" (without explicitly setting "sessionstate"). The first slider loses its range value when it is clicked and becomes a single value. ### Steps to reproduce...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4538/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4538/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4537
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4537/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4537/comments
https://api.github.com/repos/streamlit/streamlit/issues/4537/events
https://github.com/streamlit/streamlit/pull/4537
1,177,428,872
PR_kwDODCoeTs402Lkm
4,537
Don't send rerun notifications if a page we're not viewing is changed
{ "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-23T00:00:03
2022-03-30T19:51:01
2022-03-30T19:50:52
COLLABORATOR
null
## 📚 Context In the multipage apps world, it can be a bit weird if you get a "source file changed" notification when you're viewing `pageA` but editing `pageB`. This PR (mostly) handles this case by only sending these notifications (or auto-rerunning) if the edited page is the page currently being viewed. Note th...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4537/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4537/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4537", "html_url": "https://github.com/streamlit/streamlit/pull/4537", "diff_url": "https://github.com/streamlit/streamlit/pull/4537.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4537.patch", "merged_at": "2022-03-30T19:50:52"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4536
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4536/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4536/comments
https://api.github.com/repos/streamlit/streamlit/issues/4536/events
https://github.com/streamlit/streamlit/issues/4536
1,177,374,120
I_kwDODCoeTs5GLU2o
4,536
Overlapping floating message with ugly container.
{ "login": "Adam-Antios", "id": 17729838, "node_id": "MDQ6VXNlcjE3NzI5ODM4", "avatar_url": "https://avatars.githubusercontent.com/u/17729838?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Adam-Antios", "html_url": "https://github.com/Adam-Antios", "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
1
2022-03-22T22:29:52
2022-03-29T01:15:46
2022-03-29T01:15:23
NONE
null
When you change the source file of a project then the container of the floating message "Source file changed" along with the buttons "Rerun" and "Always rerun" overlap in an ugly manner as you can see in the following image. The same thing happens with the "Running" message. ![img](https://user-images.githubusercont...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4536/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4536/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4535
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4535/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4535/comments
https://api.github.com/repos/streamlit/streamlit/issues/4535/events
https://github.com/streamlit/streamlit/issues/4535
1,177,025,666
I_kwDODCoeTs5GJ_yC
4,535
Slider tooltips with two values overlap
{ "login": "ibnesayeed", "id": 65147, "node_id": "MDQ6VXNlcjY1MTQ3", "avatar_url": "https://avatars.githubusercontent.com/u/65147?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ibnesayeed", "html_url": "https://github.com/ibnesayeed", "followers_url": "https://api.github.com/users/ibnesay...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2567817581, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
3
2022-03-22T16:39:19
2022-04-22T04:50:37
2022-04-22T04:50:36
NONE
null
### Summary When a range slider is used with two large values and the ticks are dragged closer, the values in the tooltips overlap. @RoboDonut reported this issue in #3555, which was already closed after fixing a similar issue for only one slider value. ![](https://user-images.githubusercontent.com/2329256/153...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4535/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4535/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4534
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4534/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4534/comments
https://api.github.com/repos/streamlit/streamlit/issues/4534/events
https://github.com/streamlit/streamlit/issues/4534
1,176,702,450
I_kwDODCoeTs5GIw3y
4,534
HTML tags inside <code> get corrupted since v1.5.0
{ "login": "Valahaar", "id": 19476123, "node_id": "MDQ6VXNlcjE5NDc2MTIz", "avatar_url": "https://avatars.githubusercontent.com/u/19476123?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Valahaar", "html_url": "https://github.com/Valahaar", "followers_url": "https://api.github.com/users/Val...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 3022365121, "node_id": "MDU6TGFiZ...
open
false
{ "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.github.com/users/kajar...
[ { "login": "kajarenc", "id": 6664805, "node_id": "MDQ6VXNlcjY2NjQ4MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/6664805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kajarenc", "html_url": "https://github.com/kajarenc", "followers_url": "https://api.gi...
null
4
2022-03-22T12:21:24
2022-07-15T14:29:52
null
NONE
null
### Summary Nesting an HTML tag inside a `<code>` tag results in `,[object Object],` being displayed. ### Steps to reproduce Code snippet: ```python st.write( """ <code> <span style='color: red'>test</span> hello </code> """, unsafe_allow_html=True, ) ``` output: ``` ,[object Object]...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4534/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4534/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4533
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4533/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4533/comments
https://api.github.com/repos/streamlit/streamlit/issues/4533/events
https://github.com/streamlit/streamlit/issues/4533
1,176,510,706
I_kwDODCoeTs5GICDy
4,533
graphviz_chart does not show any figure
{ "login": "colme99", "id": 48554171, "node_id": "MDQ6VXNlcjQ4NTU0MTcx", "avatar_url": "https://avatars.githubusercontent.com/u/48554171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/colme99", "html_url": "https://github.com/colme99", "followers_url": "https://api.github.com/users/colme9...
[]
closed
false
null
[]
null
6
2022-03-22T09:33:07
2022-04-22T17:19:15
2022-04-22T17:19:05
NONE
null
### Summary graphviz_chart() function does not show any figure, with neither of the two examples from the [documentation](https://docs.streamlit.io/library/api-reference/charts/st.graphviz_chart#stgraphviz_chart). I've seen two other related issues, but they don't seem to help. ### Steps to reproduce Code snip...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4533/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4533/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4532
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4532/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4532/comments
https://api.github.com/repos/streamlit/streamlit/issues/4532/events
https://github.com/streamlit/streamlit/pull/4532
1,176,042,853
PR_kwDODCoeTs40xjPJ
4,532
Fix the build
{ "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-21T23:02:23
2022-03-21T23:48:57
2022-03-21T23:48:55
COLLABORATOR
null
## 📚 Context It seems like our nightly build CI failures were caused by an accidental breaking change in `types-protobuf` (see https://github.com/python/typeshed/issues/7519). The breaking change has already been reverted, but builds will continue to fail due to our CI dependency cache, and I'm not sure if the c...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4532/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4532/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4532", "html_url": "https://github.com/streamlit/streamlit/pull/4532", "diff_url": "https://github.com/streamlit/streamlit/pull/4532.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4532.patch", "merged_at": "2022-03-21T23:48:55"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4531
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4531/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4531/comments
https://api.github.com/repos/streamlit/streamlit/issues/4531/events
https://github.com/streamlit/streamlit/issues/4531
1,175,569,679
I_kwDODCoeTs5GEcUP
4,531
Expander inside Form raises `Missing Submit Button`
{ "login": "H4dr1en", "id": 16240134, "node_id": "MDQ6VXNlcjE2MjQwMTM0", "avatar_url": "https://avatars.githubusercontent.com/u/16240134?v=4", "gravatar_id": "", "url": "https://api.github.com/users/H4dr1en", "html_url": "https://github.com/H4dr1en", "followers_url": "https://api.github.com/users/H4dr1e...
[]
closed
false
null
[]
null
4
2022-03-21T15:39:20
2022-04-26T00:24:47
2022-04-25T10:58:20
NONE
null
### Summary `st.expander` inside `st.form` raises `Missing Submit Button` when folded ### Steps to reproduce Code snippet: ``` import streamlit as st with st.form("my_form"): with st.expander("test expander"): st.write("Inside the form") slider_val = st.slider("Form slider") ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4531/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4531/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4530
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4530/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4530/comments
https://api.github.com/repos/streamlit/streamlit/issues/4530/events
https://github.com/streamlit/streamlit/issues/4530
1,175,563,747
I_kwDODCoeTs5GEa3j
4,530
Forms with expander functionality
{ "login": "H4dr1en", "id": 16240134, "node_id": "MDQ6VXNlcjE2MjQwMTM0", "avatar_url": "https://avatars.githubusercontent.com/u/16240134?v=4", "gravatar_id": "", "url": "https://api.github.com/users/H4dr1en", "html_url": "https://github.com/H4dr1en", "followers_url": "https://api.github.com/users/H4dr1e...
[ { "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-03-21T15:34:37
2023-02-08T22:32:27
null
NONE
null
### Problem I was using expanders because I had long sections of parameters that I wanted the user to be able to hide (by folding). I found forms and I also would like to use them for the same sections of parameters, because they would speed up my app (because the user would go through all the parameters and apply ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4530/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4530/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4529
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4529/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4529/comments
https://api.github.com/repos/streamlit/streamlit/issues/4529/events
https://github.com/streamlit/streamlit/issues/4529
1,174,622,213
I_kwDODCoeTs5GA1AF
4,529
Plotly Histogram example from documentation doesn't work
{ "login": "tyrin", "id": 3789816, "node_id": "MDQ6VXNlcjM3ODk4MTY=", "avatar_url": "https://avatars.githubusercontent.com/u/3789816?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tyrin", "html_url": "https://github.com/tyrin", "followers_url": "https://api.github.com/users/tyrin/follower...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
7
2022-03-20T17:27:24
2022-07-13T19:37:24
2022-03-28T13:57:46
NONE
null
### Summary Chart documented on this page: https://docs.streamlit.io/library/api-reference/charts/st.plotly_chart doesn't render. Instead you get a blank screen with no errors. ### Steps to reproduce Code snippet: ``` import streamlit as st import plotly.figure_factory as ff import numpy as np # Add h...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4529/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4529/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4528
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4528/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4528/comments
https://api.github.com/repos/streamlit/streamlit/issues/4528/events
https://github.com/streamlit/streamlit/issues/4528
1,174,513,268
I_kwDODCoeTs5GAaZ0
4,528
CV2 frames
{ "login": "Plorred", "id": 47385252, "node_id": "MDQ6VXNlcjQ3Mzg1MjUy", "avatar_url": "https://avatars.githubusercontent.com/u/47385252?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Plorred", "html_url": "https://github.com/Plorred", "followers_url": "https://api.github.com/users/Plorre...
[ { "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" } ]
closed
false
null
[]
null
1
2022-03-20T11:20:07
2022-11-07T17:18:03
2022-03-21T12:40:44
NONE
null
Hi, im trying to display predicted cv2 frame in streamlit but getting very low fps For better explaining i uploaded the video https://youtu.be/nezNZU2lkdA The code is here: ` cap = cv2.VideoCapture('video.mp4') FRAME_WINDOW = st.image([]) while cap.isOpened(): ret, frame = cap.read() ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4528/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4528/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4527
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4527/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4527/comments
https://api.github.com/repos/streamlit/streamlit/issues/4527/events
https://github.com/streamlit/streamlit/pull/4527
1,174,142,691
PR_kwDODCoeTs40rwa8
4,527
Set widget proto disabled attr *after* registering widget
{ "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-19T01:53:30
2022-03-30T23:50:33
2022-03-30T23:50:31
COLLABORATOR
null
## 📚 Context For the vast majority of widget arguments, we want changing the argument to reset the widget. This is because changing the arguments to a widget function most likely changes the set of values a widget can have, so resetting the widget's value back to its default tends to be intuitive behavior. The `disa...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4527/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4527/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4527", "html_url": "https://github.com/streamlit/streamlit/pull/4527", "diff_url": "https://github.com/streamlit/streamlit/pull/4527.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4527.patch", "merged_at": "2022-03-30T23:50:30"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4526
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4526/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4526/comments
https://api.github.com/repos/streamlit/streamlit/issues/4526/events
https://github.com/streamlit/streamlit/pull/4526
1,174,116,810
PR_kwDODCoeTs40rrkE
4,526
Set st.number_input initial value correctly for both ints and doubles
{ "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-19T00:01:17
2022-03-22T22:01:00
2022-03-22T22:00:57
COLLABORATOR
null
## 📚 Context Currently, if you put an `st.number_input` widget in an expander, it correctly retains its state when the expander is closed and reopened if the type of the `st.number_input` value is `int`, but it breaks for type `float`. The reason this happens is because we simply don't handle initialization correctl...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4526/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4526/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4526", "html_url": "https://github.com/streamlit/streamlit/pull/4526", "diff_url": "https://github.com/streamlit/streamlit/pull/4526.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4526.patch", "merged_at": "2022-03-22T22:00:57"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4525
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4525/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4525/comments
https://api.github.com/repos/streamlit/streamlit/issues/4525/events
https://github.com/streamlit/streamlit/pull/4525
1,174,102,031
PR_kwDODCoeTs40roja
4,525
Support new keyword-only `expanded` flag in `st.json`
{ "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
3
2022-03-18T23:15:32
2022-03-30T23:50:11
2022-03-30T23:49:58
COLLABORATOR
null
## 📚 Context This PR adds a new `expanded` keyword-only flag to `st.json` that allows a developer to specify whether the rendered `st.json` element should be expanded by default. The default value for the flag is `True` so that `st.json` with the flag unspecified behaves as it does today. - What kind of chang...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4525/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4525/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4525", "html_url": "https://github.com/streamlit/streamlit/pull/4525", "diff_url": "https://github.com/streamlit/streamlit/pull/4525.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4525.patch", "merged_at": "2022-03-30T23:49:57"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4524
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4524/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4524/comments
https://api.github.com/repos/streamlit/streamlit/issues/4524/events
https://github.com/streamlit/streamlit/pull/4524
1,173,874,399
PR_kwDODCoeTs40q_Yb
4,524
Add theming and styling configuration for interactive tables
{ "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
0
2022-03-18T18:10:54
2022-03-20T17:59:36
2022-03-20T17:59:35
COLLABORATOR
null
## 📚 Context Configure [theming and styling of glide data grid](https://github.com/glideapps/glide-data-grid/blob/main/packages/core/API.md#theme) frontend component adapted to the Streamlit theming. - What kind of change does this PR introduce? - [x] Feature ## 🧪 Testing Done Will be tested with som...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4524/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4524/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4524", "html_url": "https://github.com/streamlit/streamlit/pull/4524", "diff_url": "https://github.com/streamlit/streamlit/pull/4524.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4524.patch", "merged_at": "2022-03-20T17:59:34"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4523
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4523/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4523/comments
https://api.github.com/repos/streamlit/streamlit/issues/4523/events
https://github.com/streamlit/streamlit/issues/4523
1,173,673,499
I_kwDODCoeTs5F9NYb
4,523
st.balloons triggers too often
{ "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
4
2022-03-18T14:45:54
2022-11-08T01:00:30
2022-11-08T01:00:30
COLLABORATOR
null
### Summary If an app uses `st.balloons`, the balloons sometimes go up even if they shouldn't. ### Steps to reproduce Code snippet: ``` import time import streamlit as st st.number_input("foo") time.sleep(0.5) # simulate a computation if st.button("balloons"): st.balloons() ``` 1. Click on ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4523/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4523/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4522
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4522/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4522/comments
https://api.github.com/repos/streamlit/streamlit/issues/4522/events
https://github.com/streamlit/streamlit/issues/4522
1,173,427,955
I_kwDODCoeTs5F8Rbz
4,522
streamlit project is not showing up any result on the page
{ "login": "Alok-joseph", "id": 98444143, "node_id": "U_kgDOBd4jbw", "avatar_url": "https://avatars.githubusercontent.com/u/98444143?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Alok-joseph", "html_url": "https://github.com/Alok-joseph", "followers_url": "https://api.github.com/users/Al...
[ { "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
5
2022-03-18T10:24:28
2022-03-29T00:15:10
2022-03-29T00:15:10
NONE
null
### Summary this is my first time using streamlit streamlit project is not showing up any result on the page its just blank as shown below ![screenshot](https://user-images.githubusercontent.com/98444143/158984637-23963984-352b-48c8-8b2e-f2413f1fd581.png) ### Steps to reproduce Code snippet: ``` impor...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4522/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4522/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4521
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4521/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4521/comments
https://api.github.com/repos/streamlit/streamlit/issues/4521/events
https://github.com/streamlit/streamlit/pull/4521
1,172,606,889
PR_kwDODCoeTs40nGmI
4,521
Add python command and component registration for interactive table
{ "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
0
2022-03-17T17:08:45
2022-03-20T18:05:26
2022-03-20T18:05:24
COLLABORATOR
null
## 📚 Context This PR adds a new experimental python command and all required parts to register this new component in the backend and frontend. The name `data_grid` is most likely only a temporary name, ultimately, we aim to replace the existing `st.dataframe` command and react-virtualized frontend component once th...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4521/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4521/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4521", "html_url": "https://github.com/streamlit/streamlit/pull/4521", "diff_url": "https://github.com/streamlit/streamlit/pull/4521.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4521.patch", "merged_at": "2022-03-20T18:05:24"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4520
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4520/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4520/comments
https://api.github.com/repos/streamlit/streamlit/issues/4520/events
https://github.com/streamlit/streamlit/pull/4520
1,172,575,508
PR_kwDODCoeTs40m_z9
4,520
[DEPRECATED] Add python command and component registration for interactive table
{ "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
0
2022-03-17T16:45:04
2022-03-17T17:00:54
2022-03-17T17:00:54
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4520/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4520/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4520", "html_url": "https://github.com/streamlit/streamlit/pull/4520", "diff_url": "https://github.com/streamlit/streamlit/pull/4520.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4520.patch", "merged_at": null }
true