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/4418
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4418/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4418/comments
https://api.github.com/repos/streamlit/streamlit/issues/4418/events
https://github.com/streamlit/streamlit/pull/4418
1,144,326,815
PR_kwDODCoeTs4zJ2kB
4,418
Send an app's page info to the frontend
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2022-02-19T04:19:54
2022-02-23T23:44:58
2022-02-23T23:44:54
COLLABORATOR
null
## 📚 Context This PR adds some helper functions that will soon be needed by the multipage apps feature to look in the `pages` directory for a given main script, find all `.py` files, and massage the file names into more user-friendly page names. It also sends this page info over to the frontend, but it doesn't...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4418/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4418/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4418", "html_url": "https://github.com/streamlit/streamlit/pull/4418", "diff_url": "https://github.com/streamlit/streamlit/pull/4418.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4418.patch", "merged_at": "2022-02-23T23:44:54"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4417
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4417/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4417/comments
https://api.github.com/repos/streamlit/streamlit/issues/4417/events
https://github.com/streamlit/streamlit/issues/4417
1,144,242,499
I_kwDODCoeTs5EM8FD
4,417
`experimental_memo` fails to hash input arguments that are class instances
{ "login": "hayk-skydio", "id": 79281715, "node_id": "MDQ6VXNlcjc5MjgxNzE1", "avatar_url": "https://avatars.githubusercontent.com/u/79281715?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hayk-skydio", "html_url": "https://github.com/hayk-skydio", "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": 1607719438, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
5
2022-02-19T03:14:05
2022-11-29T22:26:16
2022-03-14T21:30:22
NONE
null
### Summary The `experimental_memo` decorator raises `UnhashableParamError` for functions with arguments that are instances of a class or dataclass, even though the hashing code appears to try to handle it using the `__reduce__` method. This limits the usefulness of `experimental_memo`. ### Steps to reproduce ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4417/reactions", "total_count": 14, "+1": 14, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4417/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4415
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4415/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4415/comments
https://api.github.com/repos/streamlit/streamlit/issues/4415/events
https://github.com/streamlit/streamlit/issues/4415
1,143,198,973
I_kwDODCoeTs5EI9T9
4,415
st.markdowm multiline formatting
{ "login": "thiemoToadi", "id": 81234092, "node_id": "MDQ6VXNlcjgxMjM0MDky", "avatar_url": "https://avatars.githubusercontent.com/u/81234092?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thiemoToadi", "html_url": "https://github.com/thiemoToadi", "followers_url": "https://api.github.com/...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-02-18T14:51:18
2022-02-18T21:50:26
2022-02-18T21:49:44
NONE
null
### Summary In the most recent version of Streamlit the formatting of multiline markdown seems broken, everything is squished. ### Steps to reproduce Run the following code with streamlit 1.4.0 and streamlit 1.5.0+ and you will see the difference in formatting. Code snippet: ``` import streamlit as st ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4415/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4415/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4414
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4414/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4414/comments
https://api.github.com/repos/streamlit/streamlit/issues/4414/events
https://github.com/streamlit/streamlit/pull/4414
1,142,725,121
PR_kwDODCoeTs4zEKPw
4,414
Bump url-parse from 1.5.3 to 1.5.7 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2022-02-18T09:35:57
2022-02-22T19:58:10
2022-02-22T19:58:08
CONTRIBUTOR
null
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unshiftio/url-parse/commit/8b3f5f2c88a4cfc2880f2319c307994cb25bb10a"><code>8b3f5f2</code></a> 1.5.7</li> <li><a href="https://github.com/unshiftio/url-parse/commit/ef4...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4414/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4414/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4414", "html_url": "https://github.com/streamlit/streamlit/pull/4414", "diff_url": "https://github.com/streamlit/streamlit/pull/4414.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4414.patch", "merged_at": "2022-02-22T19:58:07"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4413
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4413/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4413/comments
https://api.github.com/repos/streamlit/streamlit/issues/4413/events
https://github.com/streamlit/streamlit/issues/4413
1,142,468,685
I_kwDODCoeTs5EGLBN
4,413
Issue: Bug report - test mistake
{ "login": "naka-h", "id": 89202059, "node_id": "MDQ6VXNlcjg5MjAyMDU5", "avatar_url": "https://avatars.githubusercontent.com/u/89202059?v=4", "gravatar_id": "", "url": "https://api.github.com/users/naka-h", "html_url": "https://github.com/naka-h", "followers_url": "https://api.github.com/users/naka-h/fo...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
0
2022-02-18T06:36:59
2022-02-18T06:40:55
2022-02-18T06:39:37
NONE
null
test mistake
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4413/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4413/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4411
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4411/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4411/comments
https://api.github.com/repos/streamlit/streamlit/issues/4411/events
https://github.com/streamlit/streamlit/pull/4411
1,142,115,288
PR_kwDODCoeTs4zCB6f
4,411
Make easy proto changes for passing pages to the frontend
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2022-02-18T00:22:29
2022-03-11T23:01:14
2022-02-18T19:23:36
COLLABORATOR
null
## 📚 Context In the multipage apps world, we need to send the list of an app's pages to the client so that links to each page can be rendered by the page nav UI. Note that we don't actually use any of these protos yet. That will come in a future commit (and it's not a big deal that we're checking in dead code ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4411/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4411/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4411", "html_url": "https://github.com/streamlit/streamlit/pull/4411", "diff_url": "https://github.com/streamlit/streamlit/pull/4411.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4411.patch", "merged_at": "2022-02-18T19:23:36"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4410
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4410/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4410/comments
https://api.github.com/repos/streamlit/streamlit/issues/4410/events
https://github.com/streamlit/streamlit/issues/4410
1,141,270,951
I_kwDODCoeTs5EBmmn
4,410
secrets.toml is not reloaded when changed
{ "login": "chanansh", "id": 5981644, "node_id": "MDQ6VXNlcjU5ODE2NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/5981644?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chanansh", "html_url": "https://github.com/chanansh", "followers_url": "https://api.github.com/users/chana...
[]
open
false
null
[]
null
0
2022-02-17T12:23:39
2022-02-17T12:24:23
null
NONE
null
I see in the code (`secrets._file_change_listener`) there is a process of watching the file but when I changed it. However, I have seen `session_state.secrets` does not change. The user case is user-management admin mode (user&password)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4410/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4410/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4409
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4409/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4409/comments
https://api.github.com/repos/streamlit/streamlit/issues/4409/events
https://github.com/streamlit/streamlit/issues/4409
1,141,146,045
I_kwDODCoeTs5EBIG9
4,409
Customize spinner message of st.experimental_memo
{ "login": "StefanBrand", "id": 8948865, "node_id": "MDQ6VXNlcjg5NDg4NjU=", "avatar_url": "https://avatars.githubusercontent.com/u/8948865?v=4", "gravatar_id": "", "url": "https://api.github.com/users/StefanBrand", "html_url": "https://github.com/StefanBrand", "followers_url": "https://api.github.com/us...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
closed
false
null
[]
null
1
2022-02-17T10:23:52
2022-10-10T23:43:30
2022-10-10T23:43:30
NONE
null
### Problem `st.experimental_memo` shows a hard-coded spinner message `Running cached_function().`. It is impossible to provide the spinner with a custom message (and make it translatable). I would like to display a custom string like `Preprocessing data...`, which I could translate with third-party tools to e.g....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4409/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/4409/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4408
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4408/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4408/comments
https://api.github.com/repos/streamlit/streamlit/issues/4408/events
https://github.com/streamlit/streamlit/pull/4408
1,140,753,922
PR_kwDODCoeTs4y9eCN
4,408
Rename script_path to main_script_path
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2022-02-17T01:09:54
2022-02-17T23:57:15
2022-02-17T23:57:12
COLLABORATOR
null
## 📚 Context In the soon-to-come multipage apps world, the `script_path` name won't be ideal as an app may have multiple scripts/pages. To account for this, we preemptively rename `script_path` -> `main_script_path` in most places (although we keep it the same in places where the script may be a general script as opp...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4408/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4408/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4408", "html_url": "https://github.com/streamlit/streamlit/pull/4408", "diff_url": "https://github.com/streamlit/streamlit/pull/4408.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4408.patch", "merged_at": "2022-02-17T23:57:12"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4407
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4407/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4407/comments
https://api.github.com/repos/streamlit/streamlit/issues/4407/events
https://github.com/streamlit/streamlit/issues/4407
1,139,632,771
I_kwDODCoeTs5D7WqD
4,407
Make caching benchmarkable
{ "login": "thunderbug1", "id": 1395321, "node_id": "MDQ6VXNlcjEzOTUzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/1395321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thunderbug1", "html_url": "https://github.com/thunderbug1", "followers_url": "https://api.github.com/us...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
0
2022-02-16T07:23:19
2022-11-15T17:00:18
null
NONE
null
I currently have the challenge that I have a streamlit application which heavily uses st.experimental_singleton and st.experimental_memo due to performance reasons. The Problem is that sometimes it happens that the RAM usage of the application spikes and I don't know which of the cached functions, if any, are the culpr...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4407/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4407/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4406
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4406/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4406/comments
https://api.github.com/repos/streamlit/streamlit/issues/4406/events
https://github.com/streamlit/streamlit/issues/4406
1,139,461,456
I_kwDODCoeTs5D6s1Q
4,406
unselectable problem in multiselect box
{ "login": "usuixingyili", "id": 74706568, "node_id": "MDQ6VXNlcjc0NzA2NTY4", "avatar_url": "https://avatars.githubusercontent.com/u/74706568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/usuixingyili", "html_url": "https://github.com/usuixingyili", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
null
0
2022-02-16T02:53:57
2022-02-16T05:44:29
2022-02-16T05:44:28
NONE
null
![multiselect_failure_issue](https://user-images.githubusercontent.com/74706568/154187308-03b5d7e0-26e5-4b54-b3f8-ab0584e53a51.gif) ![multiselect_failure_issue2](https://user-images.githubusercontent.com/74706568/154194511-89645a05-7f41-4fe2-a0c3-71d2ed2e4735.gif)
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4406/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4406/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4404
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4404/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4404/comments
https://api.github.com/repos/streamlit/streamlit/issues/4404/events
https://github.com/streamlit/streamlit/pull/4404
1,139,232,937
PR_kwDODCoeTs4y4rET
4,404
Add @jroes as a codeowner for new dependencies
{ "login": "jroes", "id": 27847, "node_id": "MDQ6VXNlcjI3ODQ3", "avatar_url": "https://avatars.githubusercontent.com/u/27847?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jroes", "html_url": "https://github.com/jroes", "followers_url": "https://api.github.com/users/jroes/followers", "f...
[]
closed
false
null
[]
null
0
2022-02-15T21:29:48
2022-02-15T22:56:46
2022-02-15T22:56:46
CONTRIBUTOR
null
## 📚 Context We want to ensure that streamlit/streamlit depends only on projects that are compatible with our preferred licensing model. - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Refactoring - [x] Other, please describe: New policy/process ## 🧠 Description o...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4404/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4404/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4404", "html_url": "https://github.com/streamlit/streamlit/pull/4404", "diff_url": "https://github.com/streamlit/streamlit/pull/4404.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4404.patch", "merged_at": "2022-02-15T22:56:46"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4403
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4403/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4403/comments
https://api.github.com/repos/streamlit/streamlit/issues/4403/events
https://github.com/streamlit/streamlit/pull/4403
1,139,202,254
PR_kwDODCoeTs4y4kpJ
4,403
session_state docstrings (+ minor housekeeping)
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-15T20:51:45
2022-02-22T19:56:32
2022-02-22T19:56:29
COLLABORATOR
null
Some housekeeping to the session_state module as I was working through understanding it better - Adds docstrings to many session_state methods (especially the ones that were non-obvious to me) - Simplifies a couple of methods with some deeply-nested clauses - Adds underscores to a few private-seeming methods that ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4403/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4403/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4403", "html_url": "https://github.com/streamlit/streamlit/pull/4403", "diff_url": "https://github.com/streamlit/streamlit/pull/4403.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4403.patch", "merged_at": "2022-02-22T19:56:29"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4402
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4402/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4402/comments
https://api.github.com/repos/streamlit/streamlit/issues/4402/events
https://github.com/streamlit/streamlit/issues/4402
1,139,187,318
I_kwDODCoeTs5D5p52
4,402
AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
{ "login": "sorenwacker", "id": 3391614, "node_id": "MDQ6VXNlcjMzOTE2MTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sorenwacker", "html_url": "https://github.com/sorenwacker", "followers_url": "https://api.github.com/us...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
3
2022-02-15T20:33:05
2022-02-15T20:52:24
2022-02-15T20:52:24
NONE
null
``` conda create -n demo pip conda activate demo pip install streamlit echo 'import streamlit' >> app.py streamlit run app.py ``` >>> Traceback (most recent call last): File "/home/swacker/.local/bin/streamlit", line 5, in <module> from streamlit.cli import main File "/home/swacker/.local/lib/python...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4402/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/4402/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4401
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4401/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4401/comments
https://api.github.com/repos/streamlit/streamlit/issues/4401/events
https://github.com/streamlit/streamlit/issues/4401
1,138,960,138
I_kwDODCoeTs5D4ycK
4,401
Keras model in streamlit keeps returning the same value even though the same model works fine in other places. (problem's github repo included)
{ "login": "OishikGuha", "id": 57310936, "node_id": "MDQ6VXNlcjU3MzEwOTM2", "avatar_url": "https://avatars.githubusercontent.com/u/57310936?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OishikGuha", "html_url": "https://github.com/OishikGuha", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
1
2022-02-15T16:58:01
2022-09-14T19:37:50
2022-09-14T19:37:50
NONE
null
### Summary I have been making an app on streamlit for my [vegetable plant disease classifier](https://github.com/OishikGuha/Vegetable-Plant-Blight-Disease-Classifier) (that's a github link) and my problem is basically that every time I feed an image of a leaf (even from the training data) the AI pretty much gives the...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4401/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4401/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4398
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4398/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4398/comments
https://api.github.com/repos/streamlit/streamlit/issues/4398/events
https://github.com/streamlit/streamlit/issues/4398
1,138,661,675
I_kwDODCoeTs5D3pkr
4,398
`st.altair_chart` ignoring `sort=` passed to altair chart
{ "login": "DayalStrub", "id": 19186548, "node_id": "MDQ6VXNlcjE5MTg2NTQ4", "avatar_url": "https://avatars.githubusercontent.com/u/19186548?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DayalStrub", "html_url": "https://github.com/DayalStrub", "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": 3022365121, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
2
2022-02-15T13:00:49
2023-01-20T17:24:09
null
NONE
null
### Summary streamlit's `altair_chart` does not seem to respect `sort=` passed to altair. I am getting different output to what I see in the notebook. I am confused, as there have been discussions and issues on this before (albeit a while ago), and this approach is supposed to work. Sorry if I have missed someth...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4398/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/4398/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4397
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4397/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4397/comments
https://api.github.com/repos/streamlit/streamlit/issues/4397/events
https://github.com/streamlit/streamlit/pull/4397
1,137,711,630
PR_kwDODCoeTs4yzrNh
4,397
[STLT-17] ✨ (Release Pipeline) Add full regression suite via pytest
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
1
2022-02-14T18:58:40
2022-02-17T20:49:26
2022-02-17T20:17:02
CONTRIBUTOR
null
## 📚 Context - What kind of change does this PR introduce? - [X] Other, please describe: Automate CLI regressions tests for release process ## 🧠 Description of Changes - Add regression test using `pytest` to automate the manual CLI-based testing as part of the release process. A follow up PR will integr...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4397/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4397/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4397", "html_url": "https://github.com/streamlit/streamlit/pull/4397", "diff_url": "https://github.com/streamlit/streamlit/pull/4397.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4397.patch", "merged_at": "2022-02-17T20:17:02"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4396
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4396/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4396/comments
https://api.github.com/repos/streamlit/streamlit/issues/4396/events
https://github.com/streamlit/streamlit/pull/4396
1,137,063,261
PR_kwDODCoeTs4yxf0_
4,396
Replace emoji.json link in markdown docstring with Streamlit app
{ "login": "snehankekre", "id": 20672874, "node_id": "MDQ6VXNlcjIwNjcyODc0", "avatar_url": "https://avatars.githubusercontent.com/u/20672874?v=4", "gravatar_id": "", "url": "https://api.github.com/users/snehankekre", "html_url": "https://github.com/snehankekre", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-02-14T10:06:38
2022-02-15T08:45:31
2022-02-15T00:30:29
MEMBER
null
## 📚 Context Thiago made an app to list our emoji shortcodes, instead of relying on an [ugly json file](https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json) like in the [st.markdown docstring](https://docs.streamlit.io/library/api-reference/text/st.markdown). This PR replaces the existing emo...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4396/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4396/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4396", "html_url": "https://github.com/streamlit/streamlit/pull/4396", "diff_url": "https://github.com/streamlit/streamlit/pull/4396.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4396.patch", "merged_at": "2022-02-15T00:30:29"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4395
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4395/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4395/comments
https://api.github.com/repos/streamlit/streamlit/issues/4395/events
https://github.com/streamlit/streamlit/pull/4395
1,134,558,071
PR_kwDODCoeTs4yoc7M
4,395
Bump follow-redirects from 1.14.7 to 1.14.8 in /frontend
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" }, { "id": 2006646323, "node_id": "MDU6TGFiZWwyMDA2NjQ2MzIz", ...
closed
false
null
[]
null
0
2022-02-12T20:24:29
2022-02-14T19:15:28
2022-02-14T19:15:23
CONTRIBUTOR
null
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/follow-redirects/follow-redirects/commit/3d81dc3237b4ffe8b722bb3d1c70a7866657166e"><code>3d81dc3</code></a> Release version 1.14.8 of the npm pa...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4395/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4395/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4395", "html_url": "https://github.com/streamlit/streamlit/pull/4395", "diff_url": "https://github.com/streamlit/streamlit/pull/4395.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4395.patch", "merged_at": "2022-02-14T19:15:23"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4393
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4393/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4393/comments
https://api.github.com/repos/streamlit/streamlit/issues/4393/events
https://github.com/streamlit/streamlit/issues/4393
1,132,732,990
I_kwDODCoeTs5DhCI-
4,393
A widget for reordering lists
{ "login": "palle-k", "id": 13896160, "node_id": "MDQ6VXNlcjEzODk2MTYw", "avatar_url": "https://avatars.githubusercontent.com/u/13896160?v=4", "gravatar_id": "", "url": "https://api.github.com/users/palle-k", "html_url": "https://github.com/palle-k", "followers_url": "https://api.github.com/users/palle-...
[ { "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-02-11T15:13:51
2022-11-15T17:00:19
null
NONE
null
### Problem I would like to be able to reorder a list of items in Streamlit, something like this: data = ["foo", "bar", "baz"] reordered_data = st.reorder(label="Reorder the items", items=data) # returns ["bar", "foo", "baz"] for example ### Solution **MVP:** A reorder control that takes a list o...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4393/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4393/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4392
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4392/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4392/comments
https://api.github.com/repos/streamlit/streamlit/issues/4392/events
https://github.com/streamlit/streamlit/issues/4392
1,132,469,389
I_kwDODCoeTs5DgByN
4,392
Make testing tools stable and accessible
{ "login": "tchaton", "id": 12861981, "node_id": "MDQ6VXNlcjEyODYxOTgx", "avatar_url": "https://avatars.githubusercontent.com/u/12861981?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tchaton", "html_url": "https://github.com/tchaton", "followers_url": "https://api.github.com/users/tchato...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" } ]
open
false
null
[]
null
1
2022-02-11T11:56:44
2022-11-15T17:00:19
null
NONE
null
### Problem Dear StreamLit Team, here is some context https://github.com/streamlit/streamlit/issues/4391. I have been working with StreamLit for some time, and I am in the need to test my StreamLit apps for productization. I would like to ask the StreamLit Team to provide reliable tooling for users to unit t...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4392/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/4392/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4391
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4391/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4391/comments
https://api.github.com/repos/streamlit/streamlit/issues/4391/events
https://github.com/streamlit/streamlit/issues/4391
1,132,447,787
I_kwDODCoeTs5Df8gr
4,391
Enable `request_rerun`-ing session through external sources and using a session_id
{ "login": "tchaton", "id": 12861981, "node_id": "MDQ6VXNlcjEyODYxOTgx", "avatar_url": "https://avatars.githubusercontent.com/u/12861981?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tchaton", "html_url": "https://github.com/tchaton", "followers_url": "https://api.github.com/users/tchato...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
3
2022-02-11T11:45:14
2022-11-15T17:00:20
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 Dear StreamLit Team, first of all, thank you deeply for this awesome framework. I have learned quite a lot diving through the...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4391/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/4391/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4390
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4390/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4390/comments
https://api.github.com/repos/streamlit/streamlit/issues/4390/events
https://github.com/streamlit/streamlit/pull/4390
1,130,468,654
PR_kwDODCoeTs4yZ1Tu
4,390
e2e test for file_uploader on_change bug
{ "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-02-10T16:58:17
2022-02-16T17:02:50
2022-02-16T17:02:50
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/4390/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4390/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4390", "html_url": "https://github.com/streamlit/streamlit/pull/4390", "diff_url": "https://github.com/streamlit/streamlit/pull/4390.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4390.patch", "merged_at": "2022-02-16T17:02:49"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4389
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4389/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4389/comments
https://api.github.com/repos/streamlit/streamlit/issues/4389/events
https://github.com/streamlit/streamlit/issues/4389
1,129,602,360
I_kwDODCoeTs5DVF04
4,389
st.experimental_memo is slow for pandas dataframes
{ "login": "thunderbug1", "id": 1395321, "node_id": "MDQ6VXNlcjEzOTUzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/1395321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thunderbug1", "html_url": "https://github.com/thunderbug1", "followers_url": "https://api.github.com/us...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
4
2022-02-10T08:02:17
2022-11-15T17:00:20
null
NONE
null
For caching large pandas dataframes I often find it much faster to use st.experimental_singleton instead of st.experimental_memo and manually call .copy() afterwards. Maybe this could be integrated into memo when it detects a pandas dataframe. --- Community voting on feature requests enables the Streamlit team ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4389/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/4389/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4388
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4388/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4388/comments
https://api.github.com/repos/streamlit/streamlit/issues/4388/events
https://github.com/streamlit/streamlit/issues/4388
1,129,004,716
I_kwDODCoeTs5DSz6s
4,388
Add align to st.image()
{ "login": "harshitkd", "id": 56076028, "node_id": "MDQ6VXNlcjU2MDc2MDI4", "avatar_url": "https://avatars.githubusercontent.com/u/56076028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harshitkd", "html_url": "https://github.com/harshitkd", "followers_url": "https://api.github.com/users/...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
0
2022-02-09T20:46:10
2022-11-15T17:00:21
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 As there is already st.image(image, caption=None, width=None, use_column_width=None, clamp=False, channels="RGB", output_format...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4388/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/4388/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4387
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4387/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4387/comments
https://api.github.com/repos/streamlit/streamlit/issues/4387/events
https://github.com/streamlit/streamlit/issues/4387
1,128,999,007
I_kwDODCoeTs5DSyhf
4,387
Unable to align image on different screen sizes.
{ "login": "harshitkd", "id": 56076028, "node_id": "MDQ6VXNlcjU2MDc2MDI4", "avatar_url": "https://avatars.githubusercontent.com/u/56076028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harshitkd", "html_url": "https://github.com/harshitkd", "followers_url": "https://api.github.com/users/...
[ { "id": 1520675746, "node_id": "MDU6TGFiZWwxNTIwNjc1NzQ2", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:infra", "name": "area:infra", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
0
2022-02-09T20:39:10
2022-02-09T20:43:20
2022-02-09T20:43:20
NONE
null
**What could be better?** As there is already `st.image(image, caption=None, width=None, use_column_width=None, clamp=False, channels="RGB", output_format="auto")` but it should have an option for align so that image can be aligned center, left or right on different screen sizes, making the web page responsive.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4387/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4387/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4386
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4386/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4386/comments
https://api.github.com/repos/streamlit/streamlit/issues/4386/events
https://github.com/streamlit/streamlit/pull/4386
1,128,996,914
PR_kwDODCoeTs4yUwI_
4,386
ScriptRequestQueue cleanup
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
1
2022-02-09T20:36:39
2022-02-22T19:57:05
2022-02-22T19:57:03
COLLABORATOR
null
Some very minor ScriptRequestQueue work, in advance of the faster-reruns stuff - `RerunData` is now immutable. (It was never modified before, but now it's explicit) - `ScriptRequestQueue` no longer uses the `attrs` library (it's not a dataclass, so attrs was not buying us anything) - Added missing type annotations...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4386/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4386/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4386", "html_url": "https://github.com/streamlit/streamlit/pull/4386", "diff_url": "https://github.com/streamlit/streamlit/pull/4386.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4386.patch", "merged_at": "2022-02-22T19:57:03"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4385
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4385/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4385/comments
https://api.github.com/repos/streamlit/streamlit/issues/4385/events
https://github.com/streamlit/streamlit/issues/4385
1,128,799,936
I_kwDODCoeTs5DSB7A
4,385
Run streamlit in pycharm
{ "login": "robinderat", "id": 7957770, "node_id": "MDQ6VXNlcjc5NTc3NzA=", "avatar_url": "https://avatars.githubusercontent.com/u/7957770?v=4", "gravatar_id": "", "url": "https://api.github.com/users/robinderat", "html_url": "https://github.com/robinderat", "followers_url": "https://api.github.com/users...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-02-09T17:01:40
2022-02-09T20:14:54
2022-02-09T20:13:05
NONE
null
### Summary Streamlit can no longer be run from pycharm for streamlit==1.5.0 ### Steps to reproduce It's a minor problem, but I can no longer start my streamlit app from pycharm. To do this I edited the run configuration for my main.py and added the following to the Interpreter options `-m streamlit.cli ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4385/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4385/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4384
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4384/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4384/comments
https://api.github.com/repos/streamlit/streamlit/issues/4384/events
https://github.com/streamlit/streamlit/issues/4384
1,128,299,041
I_kwDODCoeTs5DQHoh
4,384
Streamlit Hyperlink/Markdown Anchor element sits infront of the st.dataframe expand icon
{ "login": "OlliePage", "id": 4608979, "node_id": "MDQ6VXNlcjQ2MDg5Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/4608979?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OlliePage", "html_url": "https://github.com/OlliePage", "followers_url": "https://api.github.com/users/Ol...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1964011103, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
3
2022-02-09T09:50:24
2022-04-22T04:25:25
2022-04-22T04:25:25
NONE
null
### Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. <img width="841" alt="image" src="https://user-images.githubusercontent.com/4608979/153171109-030b6a58-db30-4708-8233-d833b9e3f04e.png"> See the expand icon on the top right? I want to click this element. Yet when the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4384/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4384/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4383
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4383/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4383/comments
https://api.github.com/repos/streamlit/streamlit/issues/4383/events
https://github.com/streamlit/streamlit/pull/4383
1,127,881,127
PR_kwDODCoeTs4yRHI-
4,383
Saner "execution control request" handling
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-08T23:54:28
2022-02-15T21:26:02
2022-02-15T21:25:59
COLLABORATOR
null
### Background Currently, a `ForwardMsg` enqueued from an `st.foo()` call results in a twisty path: 1. `st.foo()` retrieves the current `ScriptRunContext` and calls its `enqueue` function 1. `ScriptRunContext.enqueue` calls the `AppSession.enqueue` callback 2. `AppSession.enqueue` retrieves the current `ScriptR...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4383/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4383/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4383", "html_url": "https://github.com/streamlit/streamlit/pull/4383", "diff_url": "https://github.com/streamlit/streamlit/pull/4383.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4383.patch", "merged_at": "2022-02-15T21:25:59"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4382
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4382/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4382/comments
https://api.github.com/repos/streamlit/streamlit/issues/4382/events
https://github.com/streamlit/streamlit/issues/4382
1,127,541,652
I_kwDODCoeTs5DNOuU
4,382
Make sure that clicking on a download button does not reload the entire app
{ "login": "vinzeebreak", "id": 18598248, "node_id": "MDQ6VXNlcjE4NTk4MjQ4", "avatar_url": "https://avatars.githubusercontent.com/u/18598248?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vinzeebreak", "html_url": "https://github.com/vinzeebreak", "followers_url": "https://api.github.com/...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
20
2022-02-08T17:20:47
2023-01-09T11:45:45
null
NONE
null
### Problem The Streamlit app reloads entirely when clicking on a `st.download_button`. In my case, I think it should not: download buttons are different from buttons and should not trigger a reload of the app. They should only trigger a download. I perfectly understand that a click on a button does reload the ap...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4382/reactions", "total_count": 49, "+1": 47, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/streamlit/streamlit/issues/4382/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4381
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4381/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4381/comments
https://api.github.com/repos/streamlit/streamlit/issues/4381/events
https://github.com/streamlit/streamlit/pull/4381
1,127,504,645
PR_kwDODCoeTs4yP4--
4,381
Remove empty "diff" file
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-08T16:48:07
2022-02-08T20:19:17
2022-02-08T20:19:15
COLLABORATOR
null
This empty "diff" file looks like it got accidentally committed at one point. The PR removes it.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4381/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4381/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4381", "html_url": "https://github.com/streamlit/streamlit/pull/4381", "diff_url": "https://github.com/streamlit/streamlit/pull/4381.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4381.patch", "merged_at": "2022-02-08T20:19:15"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4380
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4380/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4380/comments
https://api.github.com/repos/streamlit/streamlit/issues/4380/events
https://github.com/streamlit/streamlit/pull/4380
1,127,441,119
PR_kwDODCoeTs4yProQ
4,380
Up version to 1.5.1
{ "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-02-08T15:55:19
2022-02-15T01:52:08
2022-02-15T01:51:57
COLLABORATOR
null
## 📚 Context - What kind of change does this PR introduce? - [x] Chore --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4380/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4380/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4380", "html_url": "https://github.com/streamlit/streamlit/pull/4380", "diff_url": "https://github.com/streamlit/streamlit/pull/4380.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4380.patch", "merged_at": "2022-02-15T01:51:56"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4379
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4379/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4379/comments
https://api.github.com/repos/streamlit/streamlit/issues/4379/events
https://github.com/streamlit/streamlit/pull/4379
1,126,561,125
PR_kwDODCoeTs4yMzuw
4,379
Small refactor: session_data no longer stores "script_run_id"
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-07T22:17:26
2022-02-08T01:02:01
2022-02-08T01:01:59
COLLABORATOR
null
`SessionData` is intended to store session-wide data, but it also currently holds `script_run_id`: a random ID that's regenerated every time a new script run starts. This doesn't make tons of sense, especially because the ID is only used in a single place: the function where it's regenerated. It'll also be problemat...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4379/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4379/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4379", "html_url": "https://github.com/streamlit/streamlit/pull/4379", "diff_url": "https://github.com/streamlit/streamlit/pull/4379.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4379.patch", "merged_at": "2022-02-08T01:01:59"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4378
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4378/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4378/comments
https://api.github.com/repos/streamlit/streamlit/issues/4378/events
https://github.com/streamlit/streamlit/issues/4378
1,126,534,087
I_kwDODCoeTs5DJYvH
4,378
Ability to add text to sidebar button icon when collapsed
{ "login": "rbavery", "id": 22258697, "node_id": "MDQ6VXNlcjIyMjU4Njk3", "avatar_url": "https://avatars.githubusercontent.com/u/22258697?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rbavery", "html_url": "https://github.com/rbavery", "followers_url": "https://api.github.com/users/rbaver...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
2
2022-02-07T21:46:16
2022-11-15T17:00:22
null
NONE
null
### Problem when the sidebar is collapsed the icon is not noticeable. ### Solution **MVP:** https://discuss.streamlit.io/t/is-there-any-way-to-add-text-to-the-sidebar-button-icon/10931/4 adding text before the collapsed arrow **Possible additions:** adding ability to customize the sidebar icon with a png ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4378/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4378/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4377
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4377/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4377/comments
https://api.github.com/repos/streamlit/streamlit/issues/4377/events
https://github.com/streamlit/streamlit/pull/4377
1,126,435,557
PR_kwDODCoeTs4yMZla
4,377
Remove leading whitespace in warning log
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2022-02-07T20:00:21
2022-02-15T03:46:41
2022-02-15T03:46:39
COLLABORATOR
null
## 📚 Context The PR title is descriptive enough :slightly_smiling_face: - What kind of change does this PR introduce? - [x] Other, please describe: small whitespace change ## 🧠 Description of Changes - [x] This is a visible (user-facing) change
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4377/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4377/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4377", "html_url": "https://github.com/streamlit/streamlit/pull/4377", "diff_url": "https://github.com/streamlit/streamlit/pull/4377.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4377.patch", "merged_at": "2022-02-15T03:46:39"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4376
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4376/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4376/comments
https://api.github.com/repos/streamlit/streamlit/issues/4376/events
https://github.com/streamlit/streamlit/pull/4376
1,126,421,167
PR_kwDODCoeTs4yMWq_
4,376
ScriptRunner + AppSession type annotations
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-07T19:43:19
2022-02-07T20:08:15
2022-02-07T20:08:12
COLLABORATOR
null
Adds missing type annotations in `script_runner.py` and `app_session.py`. No behavior changes.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4376/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4376/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4376", "html_url": "https://github.com/streamlit/streamlit/pull/4376", "diff_url": "https://github.com/streamlit/streamlit/pull/4376.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4376.patch", "merged_at": "2022-02-07T20:08:12"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4375
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4375/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4375/comments
https://api.github.com/repos/streamlit/streamlit/issues/4375/events
https://github.com/streamlit/streamlit/issues/4375
1,126,191,874
I_kwDODCoeTs5DIFMC
4,375
Add An Option to Hide A Status Element
{ "login": "lleiou", "id": 3372200, "node_id": "MDQ6VXNlcjMzNzIyMDA=", "avatar_url": "https://avatars.githubusercontent.com/u/3372200?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lleiou", "html_url": "https://github.com/lleiou", "followers_url": "https://api.github.com/users/lleiou/foll...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
closed
false
null
[]
null
1
2022-02-07T16:07:47
2022-02-08T02:26:19
2022-02-08T02:26:19
NONE
null
### Problem Once I show a [status element](https://docs.streamlit.io/library/api-reference/status) on the page, it is hard to make it disappear. For example I want to show a message saying "model is running" using `st.info()`, but I want it to disappear once the model running is done. ### Solution **MVP:** add...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4375/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4375/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4374
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4374/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4374/comments
https://api.github.com/repos/streamlit/streamlit/issues/4374/events
https://github.com/streamlit/streamlit/pull/4374
1,125,078,222
PR_kwDODCoeTs4yIEL-
4,374
Relax assertions around streamlit program name
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2022-02-06T01:38:32
2022-02-07T19:34:42
2022-02-07T19:34:39
COLLABORATOR
null
## 📚 Context Something about the way that the VSCode debugger works causes the streamlit program name to still appear as `python -m streamlit`, which fails the assertion that is checked when grabbing the command used to run streamlit. Because of this (and because I'm worried that there are other obscure ways o...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4374/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4374/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4374", "html_url": "https://github.com/streamlit/streamlit/pull/4374", "diff_url": "https://github.com/streamlit/streamlit/pull/4374.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4374.patch", "merged_at": "2022-02-07T19:34:39"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4373
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4373/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4373/comments
https://api.github.com/repos/streamlit/streamlit/issues/4373/events
https://github.com/streamlit/streamlit/issues/4373
1,124,778,124
I_kwDODCoeTs5DCsCM
4,373
Better support st.markdown by dedenting text
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 1846473688, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
0
2022-02-05T02:20:08
2022-03-07T18:43:00
null
COLLABORATOR
null
### Summary Kind've an enhancement but marked it as a bug for some low-hanging fruit. Some features of markdown require the text to not be indented, which looks nice in text but less nice in code. ### Steps to reproduce Code snippet: ``` st.markdown(""" | Rank | Change | App | Views | |-...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4373/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4373/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4372
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4372/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4372/comments
https://api.github.com/repos/streamlit/streamlit/issues/4372/events
https://github.com/streamlit/streamlit/pull/4372
1,124,776,016
PR_kwDODCoeTs4yHMV1
4,372
Add temporary fix to download tensorflow less than 2.8 but >=2.6
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
0
2022-02-05T02:10:55
2022-02-05T23:19:16
2022-02-05T23:19:16
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/4372/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4372/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4372", "html_url": "https://github.com/streamlit/streamlit/pull/4372", "diff_url": "https://github.com/streamlit/streamlit/pull/4372.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4372.patch", "merged_at": "2022-02-05T23:19:16"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4371
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4371/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4371/comments
https://api.github.com/repos/streamlit/streamlit/issues/4371/events
https://github.com/streamlit/streamlit/issues/4371
1,124,736,850
I_kwDODCoeTs5DCh9S
4,371
streamlit 1.5 won't start app from vscode debugger
{ "login": "rbavery", "id": 22258697, "node_id": "MDQ6VXNlcjIyMjU4Njk3", "avatar_url": "https://avatars.githubusercontent.com/u/22258697?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rbavery", "html_url": "https://github.com/rbavery", "followers_url": "https://api.github.com/users/rbaver...
[ { "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": 3230104487, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.githu...
null
4
2022-02-05T00:24:18
2022-02-07T23:31:57
2022-02-07T19:34:39
NONE
null
### Summary streamlit 1.5 does not work with vscode debugger while streamlit 1.3 does on Ubuntu 20 ### Steps to reproduce Code snippet: ``` import streamlit as st import pandas as pd st.title("File uploader example") st.write( """ This is an example of how to use a file uploader. Here, we are...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4371/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4371/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4370
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4370/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4370/comments
https://api.github.com/repos/streamlit/streamlit/issues/4370/events
https://github.com/streamlit/streamlit/issues/4370
1,124,603,631
I_kwDODCoeTs5DCBbv
4,370
Repeated charts too big when expanded to full page
{ "login": "quantoid", "id": 672489, "node_id": "MDQ6VXNlcjY3MjQ4OQ==", "avatar_url": "https://avatars.githubusercontent.com/u/672489?v=4", "gravatar_id": "", "url": "https://api.github.com/users/quantoid", "html_url": "https://github.com/quantoid", "followers_url": "https://api.github.com/users/quantoi...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 3904034825, "node_id": "LA_kwDODC...
closed
false
null
[]
null
2
2022-02-04T20:47:41
2022-04-22T04:32:45
2022-04-22T04:32:45
NONE
null
### Summary Altair charts repeated with a `row` encoding do not expand to full page mode correctly. The expanded view is too big for the page and clipped at the edges. The expand button also appears in the wrong place, on top of the chart. In full width mode the unexpanded chart overflows the right side of the pa...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4370/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4370/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4369
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4369/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4369/comments
https://api.github.com/repos/streamlit/streamlit/issues/4369/events
https://github.com/streamlit/streamlit/pull/4369
1,124,565,126
PR_kwDODCoeTs4yGg_I
4,369
Cloud plan titles updated in README
{ "login": "JessSm3", "id": 93676850, "node_id": "U_kgDOBZVlMg", "avatar_url": "https://avatars.githubusercontent.com/u/93676850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JessSm3", "html_url": "https://github.com/JessSm3", "followers_url": "https://api.github.com/users/JessSm3/follow...
[]
closed
false
null
[]
null
1
2022-02-04T19:55:17
2022-02-04T22:10:10
2022-02-04T22:10:10
CONTRIBUTOR
null
## 🧠 Description of Changes -Updated Cloud language at bottom of README
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4369/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4369/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4369", "html_url": "https://github.com/streamlit/streamlit/pull/4369", "diff_url": "https://github.com/streamlit/streamlit/pull/4369.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4369.patch", "merged_at": "2022-02-04T22:10:10"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4368
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4368/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4368/comments
https://api.github.com/repos/streamlit/streamlit/issues/4368/events
https://github.com/streamlit/streamlit/issues/4368
1,124,524,192
I_kwDODCoeTs5DBuCg
4,368
`st.markdown` doesn't work properly for Streamlit v1.5.0
{ "login": "yang-cao-tetrascience", "id": 74074631, "node_id": "MDQ6VXNlcjc0MDc0NjMx", "avatar_url": "https://avatars.githubusercontent.com/u/74074631?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yang-cao-tetrascience", "html_url": "https://github.com/yang-cao-tetrascience", "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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-02-04T19:06:07
2022-02-07T23:58:29
2022-02-05T00:01:24
NONE
null
### Summary `st.markdown` doesn't work properly for Streamlit v1.5.0 ### Steps to reproduce Code snippet: ``` import streamlit as st href = '<a href="data:file/csv;base64,MSwyLDMK">Download CSV File</a> (right-click and save as &lt;some_name&gt;.csv)' st.markdown(href, unsafe_allow_html=True) ``` ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4368/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4368/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4367
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4367/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4367/comments
https://api.github.com/repos/streamlit/streamlit/issues/4367/events
https://github.com/streamlit/streamlit/issues/4367
1,124,136,301
I_kwDODCoeTs5DAPVt
4,367
Ability to disable st.form clear while using clear_on_submit=True
{ "login": "thunderbug1", "id": 1395321, "node_id": "MDQ6VXNlcjEzOTUzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/1395321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thunderbug1", "html_url": "https://github.com/thunderbug1", "followers_url": "https://api.github.com/us...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
closed
false
null
[]
null
2
2022-02-04T12:12:59
2022-11-10T01:05:27
2022-11-10T01:05:27
NONE
null
### Problem When the user enters data into a form and something is wrong, the user expects an error message while the current input is not changed. With the current static definition of st.form this is easily possible. ### Solution Add a form.prevent_clear() method ``` form = st.form("myform", clear_on_sub...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4367/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/4367/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4366
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4366/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4366/comments
https://api.github.com/repos/streamlit/streamlit/issues/4366/events
https://github.com/streamlit/streamlit/issues/4366
1,123,317,055
I_kwDODCoeTs5C9HU_
4,366
vedo support
{ "login": "r-matsuzaka", "id": 76238346, "node_id": "MDQ6VXNlcjc2MjM4MzQ2", "avatar_url": "https://avatars.githubusercontent.com/u/76238346?v=4", "gravatar_id": "", "url": "https://api.github.com/users/r-matsuzaka", "html_url": "https://github.com/r-matsuzaka", "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
1
2022-02-03T16:44:28
2022-09-14T19:47:53
2022-09-14T19:47:52
NONE
null
Hi. I am newbie of streamlit. I want to make a 3D plot like [here](https://stackoverflow.com/questions/67669234/python-plot-3d-histogram-hexagon) with vedo. Does streamlit support vedo plotting?
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4366/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4366/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4365
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4365/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4365/comments
https://api.github.com/repos/streamlit/streamlit/issues/4365/events
https://github.com/streamlit/streamlit/issues/4365
1,122,788,195
I_kwDODCoeTs5C7GNj
4,365
Allow user to choose not to show a text label above radio or allow user to adjust the size of the space between parts.
{ "login": "PierXuY", "id": 98803367, "node_id": "U_kgDOBeOepw", "avatar_url": "https://avatars.githubusercontent.com/u/98803367?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PierXuY", "html_url": "https://github.com/PierXuY", "followers_url": "https://api.github.com/users/PierXuY/follow...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
closed
false
null
[]
null
1
2022-02-03T08:27:22
2022-09-23T19:34:11
2022-09-23T19:34:11
NONE
null
_(Note, you don't have to fill out every section here. They're just here for guidance. That said, nicely detailed feature requests are more likely to get eng attention sooner)_ ### Problem Is your feature request related to a problem? Please describe the problem here. Ex. I'm always frustrated when [...] ### S...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4365/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4365/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4364
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4364/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4364/comments
https://api.github.com/repos/streamlit/streamlit/issues/4364/events
https://github.com/streamlit/streamlit/pull/4364
1,122,487,574
PR_kwDODCoeTs4x_uBM
4,364
Update Streamlit markdown to be more flexible with links
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
0
2022-02-02T23:21:52
2022-02-04T18:54:15
2022-02-04T18:54:15
COLLABORATOR
null
## 📚 Context This PR is a duplicate of https://github.com/streamlit/streamlit/pull/4362 because it's on ken's fork so I can't actually make changes so I have to make a new branch with the added changes. 1.5.0 broke markdown functionality specifically around generating links. This change handles those fixes -...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4364/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4364/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4364", "html_url": "https://github.com/streamlit/streamlit/pull/4364", "diff_url": "https://github.com/streamlit/streamlit/pull/4364.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4364.patch", "merged_at": "2022-02-04T18:54:15"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4363
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4363/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4363/comments
https://api.github.com/repos/streamlit/streamlit/issues/4363/events
https://github.com/streamlit/streamlit/pull/4363
1,122,395,655
PR_kwDODCoeTs4x_a1q
4,363
Disable Websocket compression by default
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[ { "id": 1848260284, "node_id": "MDU6TGFiZWwxODQ4MjYwMjg0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:performance", "name": "area:performance", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
0
2022-02-02T21:16:58
2022-02-08T02:00:51
2022-02-08T02:00:48
COLLABORATOR
null
WS compression saves a fair bit of network data, but compressing large dataframes takes a very long time (6.5s for a random 150MB DF), which destroys the responsiveness of apps using them. For slower network connections it is unclear if this is worthwhile, but for fast ones it appears much better to have compressio...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4363/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4363/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4363", "html_url": "https://github.com/streamlit/streamlit/pull/4363", "diff_url": "https://github.com/streamlit/streamlit/pull/4363.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4363.patch", "merged_at": "2022-02-08T02:00:48"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4362
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4362/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4362/comments
https://api.github.com/repos/streamlit/streamlit/issues/4362/events
https://github.com/streamlit/streamlit/pull/4362
1,122,197,881
PR_kwDODCoeTs4x-xdq
4,362
Update Streamlit markdown to be more flexible with links
{ "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-02-02T17:25:26
2022-02-04T18:54:36
2022-02-04T18:54:36
COLLABORATOR
null
## 📚 Context 1.5.0 broke markdown functionality specifically around generating links. This change handles those fixes - What kind of change does this PR introduce? - [x] Bugfix ## 🧠 Description of Changes - Allow links to override the `target` and `rel` attributes as well as add any others. - Allow ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4362/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4362/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4362", "html_url": "https://github.com/streamlit/streamlit/pull/4362", "diff_url": "https://github.com/streamlit/streamlit/pull/4362.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4362.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4361
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4361/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4361/comments
https://api.github.com/repos/streamlit/streamlit/issues/4361/events
https://github.com/streamlit/streamlit/issues/4361
1,122,002,131
I_kwDODCoeTs5C4GTT
4,361
Didn't give back generated records
{ "login": "edai-ra", "id": 86257427, "node_id": "MDQ6VXNlcjg2MjU3NDI3", "avatar_url": "https://avatars.githubusercontent.com/u/86257427?v=4", "gravatar_id": "", "url": "https://api.github.com/users/edai-ra", "html_url": "https://github.com/edai-ra", "followers_url": "https://api.github.com/users/edai-r...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-02-02T14:35:26
2022-02-02T15:06:21
2022-02-02T15:06:21
NONE
null
### Summary After submit the csv file, and require 20 records, it went back to index page like nothing happened, didn't receive requested records [cars_test.csv](https://github.com/streamlit/streamlit/files/7987344/cars_test.csv) ### Steps to reproduce browse and upload this file attached Code snippet: ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4361/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4361/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4360
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4360/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4360/comments
https://api.github.com/repos/streamlit/streamlit/issues/4360/events
https://github.com/streamlit/streamlit/issues/4360
1,121,933,577
I_kwDODCoeTs5C31kJ
4,360
Deleted App does not erase
{ "login": "msalaztor", "id": 93163321, "node_id": "U_kgDOBY2POQ", "avatar_url": "https://avatars.githubusercontent.com/u/93163321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/msalaztor", "html_url": "https://github.com/msalaztor", "followers_url": "https://api.github.com/users/msalazto...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
1
2022-02-02T13:33:50
2022-02-02T20:41:39
2022-02-02T20:41:39
NONE
null
### Summary I created an app called diabol, the app had production problems, so I erased, however the error and the app still appears on the Streamlit Community Share windows, where all the apps are shown. When I click on the app info, the button of delete, is unmarked so I can erase the app, even if I try. When the...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4360/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4360/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4359
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4359/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4359/comments
https://api.github.com/repos/streamlit/streamlit/issues/4359/events
https://github.com/streamlit/streamlit/pull/4359
1,121,395,194
PR_kwDODCoeTs4x8Jxs
4,359
Improve error when streamlit is run via `python -m streamlit.cli`
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
0
2022-02-02T01:11:37
2022-02-02T01:49:51
2022-02-02T01:49:49
COLLABORATOR
null
## 📚 Context See [this forum comment](https://discuss.streamlit.io/t/run-streamlit-from-pycharm/21624/3?) for some context on this PR. - What kind of change does this PR introduce? - [x] Other, please describe: error message improvement ## 🧠 Description of Changes - Give a better error message for when streaml...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4359/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/4359/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4359", "html_url": "https://github.com/streamlit/streamlit/pull/4359", "diff_url": "https://github.com/streamlit/streamlit/pull/4359.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4359.patch", "merged_at": "2022-02-02T01:49:49"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4358
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4358/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4358/comments
https://api.github.com/repos/streamlit/streamlit/issues/4358/events
https://github.com/streamlit/streamlit/pull/4358
1,121,293,659
PR_kwDODCoeTs4x7zWa
4,358
Fix timezone handling with slider
{ "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-02-01T23:07:44
2022-03-01T14:56:46
2022-03-01T14:56:42
COLLABORATOR
null
## 📚 Context If a slider is used with a `time`/`datetime` value, it will be converted to a UTC timestamp in microseconds. The frontend itself is not aware of the actual timezone used in the backend. Thereby, it currently does some timezone conversations that results in diverging information between the value shown ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4358/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4358/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4358", "html_url": "https://github.com/streamlit/streamlit/pull/4358", "diff_url": "https://github.com/streamlit/streamlit/pull/4358.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4358.patch", "merged_at": "2022-03-01T14:56:41"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4357
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4357/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4357/comments
https://api.github.com/repos/streamlit/streamlit/issues/4357/events
https://github.com/streamlit/streamlit/pull/4357
1,121,275,619
PR_kwDODCoeTs4x7vgY
4,357
RerunAnalyzer
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-01T22:42:54
2022-02-09T18:13:50
2022-02-09T18:13:47
COLLABORATOR
null
Super-basic recording and analysis of performance-related events that happen during a rerun - `PerformanceEvents` is a simple static class that records typed, timestamped events - `App` and `WebsocketConnection` log these events - `RerunAnalyzer` generates a simple JSON report of the performance analysis for a sin...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4357/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4357/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4357", "html_url": "https://github.com/streamlit/streamlit/pull/4357", "diff_url": "https://github.com/streamlit/streamlit/pull/4357.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4357.patch", "merged_at": "2022-02-09T18:13:47"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4355
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4355/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4355/comments
https://api.github.com/repos/streamlit/streamlit/issues/4355/events
https://github.com/streamlit/streamlit/pull/4355
1,121,198,346
PR_kwDODCoeTs4x7fHE
4,355
Reduce JS WebSocket message handling latency
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
0
2022-02-01T21:05:04
2022-02-01T21:27:38
2022-02-01T21:27:35
COLLABORATOR
null
By default, a JavaScript websocket delivers its data in the `Blob` format, and we need to use a FileReader to asynchronously convert to an `ArrayBuffer`. But we can just ask for ArrayBuffer data up front, and skip this FileReader step. On my Mac, running an internal Streamlit dashboard app, this saves us ~5-50 millisec...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4355/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4355/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4355", "html_url": "https://github.com/streamlit/streamlit/pull/4355", "diff_url": "https://github.com/streamlit/streamlit/pull/4355.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4355.patch", "merged_at": "2022-02-01T21:27:35"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4354
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4354/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4354/comments
https://api.github.com/repos/streamlit/streamlit/issues/4354/events
https://github.com/streamlit/streamlit/pull/4354
1,121,167,783
PR_kwDODCoeTs4x7Yqo
4,354
Remove config assertions and introduce warnings.
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[ { "id": 3761989865, "node_id": "LA_kwDODCoeTs7gO2jp", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:fixed", "name": "status:fixed", "color": "FEF2C0", "default": false, "description": "This issue has been fixed" } ]
closed
false
null
[]
null
0
2022-02-01T20:29:40
2022-02-07T19:50:04
2022-02-07T19:50:04
COLLABORATOR
null
Looks like Streamlit team has removed some config options. However as a result, it looks like we introduced a breaking change (#4331). As a result, the team has agreed to remove the config assertions and introduce a warning as that warning should be good enough and not have the streamlit maintain whether or not we remo...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4354/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4354/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4354", "html_url": "https://github.com/streamlit/streamlit/pull/4354", "diff_url": "https://github.com/streamlit/streamlit/pull/4354.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4354.patch", "merged_at": "2022-02-07T19:50:04"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4353
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4353/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4353/comments
https://api.github.com/repos/streamlit/streamlit/issues/4353/events
https://github.com/streamlit/streamlit/pull/4353
1,121,165,720
PR_kwDODCoeTs4x7YPJ
4,353
Remove Config Assertions and introduce warning
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
0
2022-02-01T20:27:21
2022-02-01T20:29:52
2022-02-01T20:29:52
COLLABORATOR
null
Looks like Streamlit team has removed some config options. However as a result, it looks like we introduced a breaking change (https://github.com/streamlit/streamlit/issues/4331). As a result, the team has agreed to remove the config assertions and introduce a warning as that warning should be good enough and not have ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4353/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4353/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4353", "html_url": "https://github.com/streamlit/streamlit/pull/4353", "diff_url": "https://github.com/streamlit/streamlit/pull/4353.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4353.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4352
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4352/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4352/comments
https://api.github.com/repos/streamlit/streamlit/issues/4352/events
https://github.com/streamlit/streamlit/pull/4352
1,121,145,432
PR_kwDODCoeTs4x7T7L
4,352
Update `react-json-view` and `vega` for dep security
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[]
closed
false
null
[]
null
0
2022-02-01T20:06:24
2022-02-01T21:15:44
2022-02-01T21:15:38
COLLABORATOR
null
`node-fetch` 2.6.1 has a severe vulnerability, these packages were using that version but had more recent versions using 2.6.7 which fixes the vulnerability. ## 📚 Context - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Refactoring - [x] Other, please describe: Se...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4352/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4352/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4352", "html_url": "https://github.com/streamlit/streamlit/pull/4352", "diff_url": "https://github.com/streamlit/streamlit/pull/4352.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4352.patch", "merged_at": "2022-02-01T21:15:38"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4351
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4351/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4351/comments
https://api.github.com/repos/streamlit/streamlit/issues/4351/events
https://github.com/streamlit/streamlit/issues/4351
1,121,080,336
I_kwDODCoeTs5C0lQQ
4,351
ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks
{ "login": "Witness-nkge", "id": 79025245, "node_id": "MDQ6VXNlcjc5MDI1MjQ1", "avatar_url": "https://avatars.githubusercontent.com/u/79025245?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Witness-nkge", "html_url": "https://github.com/Witness-nkge", "followers_url": "https://api.github.c...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-02-01T18:55:15
2022-02-01T20:59:36
2022-02-01T19:45:16
NONE
null
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/script_runner.py", line 379, in _run_script exec(code, module.__dict__) File "/app/text_summary/summarizer.py", line 2, in <module> from transformers import pipeline -----------------------------------------------------------------------------...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4351/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4351/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4350
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4350/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4350/comments
https://api.github.com/repos/streamlit/streamlit/issues/4350/events
https://github.com/streamlit/streamlit/issues/4350
1,121,069,655
I_kwDODCoeTs5C0ipX
4,350
st.markdown in v1.5 no longer supports data URLs
{ "login": "acschofield", "id": 6517163, "node_id": "MDQ6VXNlcjY1MTcxNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6517163?v=4", "gravatar_id": "", "url": "https://api.github.com/users/acschofield", "html_url": "https://github.com/acschofield", "followers_url": "https://api.github.com/us...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 3230104487, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
4
2022-02-01T18:42:30
2022-02-09T16:55:09
2022-02-09T16:30:14
NONE
null
### Summary I just upgraded from v1.4 to v1.5 and the links that my app creates using st.markdown no longer work unless they are "http" or "https". The links are replaced by javascript:void(0) ### Steps to reproduce Create a link using "data" scheme Code snippet: ``` st.markdown("[Download document], ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4350/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4350/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4349
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4349/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4349/comments
https://api.github.com/repos/streamlit/streamlit/issues/4349/events
https://github.com/streamlit/streamlit/issues/4349
1,121,026,163
I_kwDODCoeTs5C0YBz
4,349
Integration of pyvista/pyvistaqt
{ "login": "T-AbdelAlim", "id": 37778854, "node_id": "MDQ6VXNlcjM3Nzc4ODU0", "avatar_url": "https://avatars.githubusercontent.com/u/37778854?v=4", "gravatar_id": "", "url": "https://api.github.com/users/T-AbdelAlim", "html_url": "https://github.com/T-AbdelAlim", "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
3
2022-02-01T17:56:57
2022-02-02T19:42:09
2022-02-02T14:37:11
NONE
null
We work extensively with 3D meshes using pyvista in our department. It would be fantastic if streamlit could be used in combination with pyvista and its functionality to visualize and interact with 3D objects. Is this a realistic request or are there issues that prevent these two to interact? If this is not feasible,...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4349/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4349/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4348
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4348/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4348/comments
https://api.github.com/repos/streamlit/streamlit/issues/4348/events
https://github.com/streamlit/streamlit/issues/4348
1,120,833,274
I_kwDODCoeTs5Czo76
4,348
Why am I getting vastly different results from yesterday?
{ "login": "nicbentulan", "id": 88863434, "node_id": "MDQ6VXNlcjg4ODYzNDM0", "avatar_url": "https://avatars.githubusercontent.com/u/88863434?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nicbentulan", "html_url": "https://github.com/nicbentulan", "followers_url": "https://api.github.com/...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-02-01T15:24:14
2022-02-02T01:59:57
2022-02-02T01:47:02
NONE
null
[how do i delete this?]
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4348/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4348/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4347
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4347/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4347/comments
https://api.github.com/repos/streamlit/streamlit/issues/4347/events
https://github.com/streamlit/streamlit/issues/4347
1,120,696,114
I_kwDODCoeTs5CzHcy
4,347
Clicking on `st.download_button` multiple times makes the file disappear
{ "login": "vinzeebreak", "id": 18598248, "node_id": "MDQ6VXNlcjE4NTk4MjQ4", "avatar_url": "https://avatars.githubusercontent.com/u/18598248?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vinzeebreak", "html_url": "https://github.com/vinzeebreak", "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": 4333322200, "node_id": "LA_kwDODC...
closed
false
null
[]
null
4
2022-02-01T13:46:13
2022-10-11T16:54:14
2022-10-11T16:54:08
NONE
null
### Problem I wish to be able to persist files in the `InMemoryFileManager`. The bug being that when I click several times on a Download button, the file disappears and is not available. ### Solution **MVP:** Add a `persist` flag in `st.download_button`: ```python import pandas as pd import streamlit ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4347/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/4347/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4346
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4346/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4346/comments
https://api.github.com/repos/streamlit/streamlit/issues/4346/events
https://github.com/streamlit/streamlit/issues/4346
1,120,686,402
I_kwDODCoeTs5CzFFC
4,346
html links in markdown no longer have custom attributes like class or target
{ "login": "derfryday", "id": 84077730, "node_id": "MDQ6VXNlcjg0MDc3NzMw", "avatar_url": "https://avatars.githubusercontent.com/u/84077730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/derfryday", "html_url": "https://github.com/derfryday", "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": 3230104487, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
2
2022-02-01T13:37:35
2022-02-09T16:30:08
2022-02-09T16:30:08
NONE
null
### Summary Links in markdown outputs get mangled by Streamlit, removing all custom attributes like class, target and rel. ### Steps to reproduce Code snippet: ```python st.markdown("<a class='nav_item' href='//0.0.0.0:8501/?p=some_page' taget='_self'>Some Page</a>", allow_unsafe_html=True) ``` always re...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4346/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4346/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4345
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4345/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4345/comments
https://api.github.com/repos/streamlit/streamlit/issues/4345/events
https://github.com/streamlit/streamlit/issues/4345
1,120,599,988
I_kwDODCoeTs5Cyv-0
4,345
Query parameters are not read on first run in streamlit cloud
{ "login": "Bomme", "id": 13520622, "node_id": "MDQ6VXNlcjEzNTIwNjIy", "avatar_url": "https://avatars.githubusercontent.com/u/13520622?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Bomme", "html_url": "https://github.com/Bomme", "followers_url": "https://api.github.com/users/Bomme/follow...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 2603950938, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
6
2022-02-01T12:18:51
2022-07-27T00:29:33
2022-07-27T00:29:33
NONE
null
### Summary When deploying an app to streamlit cloud, I discovered that query parameters behaved differently than in my local development version. In my app, I set a default value for a field in `session_state` if it is not provided through query parameters, but I could never get the query parameters to work on the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4345/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4345/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4344
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4344/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4344/comments
https://api.github.com/repos/streamlit/streamlit/issues/4344/events
https://github.com/streamlit/streamlit/issues/4344
1,120,289,213
I_kwDODCoeTs5CxkG9
4,344
Streamlit cloud requests read/write permissions to private repositories when deploying public application
{ "login": "Mi-La", "id": 8450210, "node_id": "MDQ6VXNlcjg0NTAyMTA=", "avatar_url": "https://avatars.githubusercontent.com/u/8450210?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Mi-La", "html_url": "https://github.com/Mi-La", "followers_url": "https://api.github.com/users/Mi-La/follower...
[ { "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
7
2022-02-01T06:38:37
2023-01-06T11:41:04
2022-02-02T04:42:38
NONE
null
### Summary When I want to deploy public application on streamlit cloud, I press the "New app" button and Streamlit starts to require additional permissions (full access to private repositories) - just before I can even choose the repository. ### Steps to reproduce 1. Go to share.streamlit.io 2. Login with Gi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4344/reactions", "total_count": 11, "+1": 8, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 3 }
https://api.github.com/repos/streamlit/streamlit/issues/4344/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4343
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4343/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4343/comments
https://api.github.com/repos/streamlit/streamlit/issues/4343/events
https://github.com/streamlit/streamlit/pull/4343
1,120,243,449
PR_kwDODCoeTs4x4T4D
4,343
Keep support for ICO formats by defaulting to PNG if necessary
{ "login": "willhuang1997", "id": 16749069, "node_id": "MDQ6VXNlcjE2NzQ5MDY5", "avatar_url": "https://avatars.githubusercontent.com/u/16749069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/willhuang1997", "html_url": "https://github.com/willhuang1997", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
0
2022-02-01T05:11:18
2022-02-04T18:45:27
2022-02-04T18:45:27
COLLABORATOR
null
## 📚 Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [x] Bugfix ## 🧠 Description of Changes - We introduced an issue in https://github.com/streamlit/streamlit/pull/4272 that made Streamlit decide the best format. - This fails at "unrecog...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4343/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4343/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4343", "html_url": "https://github.com/streamlit/streamlit/pull/4343", "diff_url": "https://github.com/streamlit/streamlit/pull/4343.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4343.patch", "merged_at": "2022-02-04T18:45:27"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4342
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4342/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4342/comments
https://api.github.com/repos/streamlit/streamlit/issues/4342/events
https://github.com/streamlit/streamlit/issues/4342
1,119,993,957
I_kwDODCoeTs5CwcBl
4,342
altair_chart tooltip not displaying correct date
{ "login": "gcamargo1", "id": 9583366, "node_id": "MDQ6VXNlcjk1ODMzNjY=", "avatar_url": "https://avatars.githubusercontent.com/u/9583366?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gcamargo1", "html_url": "https://github.com/gcamargo1", "followers_url": "https://api.github.com/users/gc...
[ { "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
2
2022-01-31T22:17:50
2022-07-15T14:29:54
null
CONTRIBUTOR
null
### Summary When plotting an Altair plot with date in tooltip, display is incorrect ### Steps to reproduce Code snippet: ``` import pandas as pd import altair as alt import streamlit as st df = pd.DataFrame( { "value": [2, 4, 8, 0], "date_str": ["2015-06-01", "2015-06-02", "201...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4342/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4342/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4341
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4341/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4341/comments
https://api.github.com/repos/streamlit/streamlit/issues/4341/events
https://github.com/streamlit/streamlit/pull/4341
1,119,852,894
PR_kwDODCoeTs4x3BCb
4,341
Include raw options in protos of widgets that support format_func
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "id": 2803641782, "node_id": "MDU6TGFiZWwyODAzNjQxNzgy", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:stale", "name": "status:stale", "color": "FEF2C0", "default": false, "description": "Submitter hasn't responded in 7+ days" } ]
closed
false
null
[]
null
4
2022-01-31T19:36:18
2022-03-11T23:01:15
2022-03-11T04:47:06
COLLABORATOR
null
## 📚 Context See https://github.com/streamlit/streamlit/issues/4264#issuecomment-1010524604 for a description of the root cause of the bug that this PR fixes. I'm a bit uncertain about this change as there may be some unintended consequences with using non-primitive types as widget options. I think things are...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4341/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4341/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4341", "html_url": "https://github.com/streamlit/streamlit/pull/4341", "diff_url": "https://github.com/streamlit/streamlit/pull/4341.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4341.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4340
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4340/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4340/comments
https://api.github.com/repos/streamlit/streamlit/issues/4340/events
https://github.com/streamlit/streamlit/pull/4340
1,119,835,929
PR_kwDODCoeTs4x29d-
4,340
Keep support for ICO formats by defaulting to PNG if necessary
{ "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-01-31T19:18:40
2022-02-01T19:11:59
2022-02-01T19:11:59
COLLABORATOR
null
## 📚 Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [x] Bugfix ## 🧠 Description of Changes - We introduced an issue in https://github.com/streamlit/streamlit/pull/4272 that made Streamlit decide the best format. - This fails at "unrecog...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4340/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4340/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4340", "html_url": "https://github.com/streamlit/streamlit/pull/4340", "diff_url": "https://github.com/streamlit/streamlit/pull/4340.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4340.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4339
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4339/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4339/comments
https://api.github.com/repos/streamlit/streamlit/issues/4339/events
https://github.com/streamlit/streamlit/issues/4339
1,119,835,352
I_kwDODCoeTs5Cv1TY
4,339
ICO formats fail on set_page_config page icons
{ "login": "kmcgrady", "id": 69432, "node_id": "MDQ6VXNlcjY5NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/69432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmcgrady", "html_url": "https://github.com/kmcgrady", "followers_url": "https://api.github.com/users/kmcgrady/foll...
[ { "id": 1516285324, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug", "name": "type:bug", "color": "D93F0B", "default": false, "description": "Something isn't working" }, { "id": 3230102628, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
0
2022-01-31T19:18:04
2022-02-04T18:45:27
2022-02-04T18:45:27
COLLABORATOR
null
### Steps to reproduce Code snippet: ```python import streamlit as st st.set_page_config(page_icon="favicon.ico") ``` Throws an error on run. ``` File "c:\python38\lib\site-packages\streamlit\script_runner.py", line 379, in _run_script exec(code, module.__dict__)File "G:\mypath\Python\smarthippo....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4339/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4339/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4338
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4338/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4338/comments
https://api.github.com/repos/streamlit/streamlit/issues/4338/events
https://github.com/streamlit/streamlit/issues/4338
1,119,388,842
I_kwDODCoeTs5CuISq
4,338
Inconsistent session state behavior when used with widgets
{ "login": "okld", "id": 65978885, "node_id": "MDQ6VXNlcjY1OTc4ODg1", "avatar_url": "https://avatars.githubusercontent.com/u/65978885?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okld", "html_url": "https://github.com/okld", "followers_url": "https://api.github.com/users/okld/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": 2006646323, "node_id": "MDU6TGFiZ...
closed
false
null
[]
null
8
2022-01-31T12:51:30
2022-03-04T20:47:56
2022-02-02T01:12:51
NONE
null
### Summary Session state in Streamlit 0.89.0 to 1.5.0 has a strange behavior when bound to widgets (`key` parameter). ### Steps to reproduce #### First case 1. In the same script run, initialize a session state item, and display a widget bound to it. 2. Make the widget disappear (by unchecking a checkbox ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4338/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/4338/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4337
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4337/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4337/comments
https://api.github.com/repos/streamlit/streamlit/issues/4337/events
https://github.com/streamlit/streamlit/issues/4337
1,119,068,827
I_kwDODCoeTs5Cs6Kb
4,337
dataframe row selection callback
{ "login": "chanansh", "id": 5981644, "node_id": "MDQ6VXNlcjU5ODE2NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/5981644?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chanansh", "html_url": "https://github.com/chanansh", "followers_url": "https://api.github.com/users/chana...
[ { "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-01-31T07:33:19
2022-11-15T17:00:23
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 Dataframe table is not interactive for selecting a raw to focus on ### Solution Be able to select a row and use it as a...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4337/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4337/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4336
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4336/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4336/comments
https://api.github.com/repos/streamlit/streamlit/issues/4336/events
https://github.com/streamlit/streamlit/pull/4336
1,118,868,944
PR_kwDODCoeTs4xzvjB
4,336
[STLT-16] 🔄 (CircleCI Release Pipeline) Commit and push version changes
{ "login": "emilyemorehouse", "id": 4264897, "node_id": "MDQ6VXNlcjQyNjQ4OTc=", "avatar_url": "https://avatars.githubusercontent.com/u/4264897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilyemorehouse", "html_url": "https://github.com/emilyemorehouse", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
1
2022-01-31T02:13:18
2022-02-17T20:49:00
2022-02-17T20:16:29
CONTRIBUTOR
null
## 📚 Context - What kind of change does this PR introduce? - [X] Other, please describe: Improvement to CircleCI Release Pipeline ## 🧠 Description of Changes - The release pipeline now runs only on `release/*` branches instead of needing to be triggered manually - The `STREAMLIT_VERSION` is now retrie...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4336/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4336/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4336", "html_url": "https://github.com/streamlit/streamlit/pull/4336", "diff_url": "https://github.com/streamlit/streamlit/pull/4336.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4336.patch", "merged_at": "2022-02-17T20:16:29"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4335
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4335/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4335/comments
https://api.github.com/repos/streamlit/streamlit/issues/4335/events
https://github.com/streamlit/streamlit/issues/4335
1,118,792,664
I_kwDODCoeTs5Cr2vY
4,335
columns get scrambled on screen
{ "login": "bsalanie", "id": 8494637, "node_id": "MDQ6VXNlcjg0OTQ2Mzc=", "avatar_url": "https://avatars.githubusercontent.com/u/8494637?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bsalanie", "html_url": "https://github.com/bsalanie", "followers_url": "https://api.github.com/users/bsala...
[]
closed
false
null
[]
null
3
2022-01-31T00:06:44
2022-02-10T03:51:52
2022-02-10T03:51:36
NONE
null
### Summary Two columns of results are overlapping and only using the left column. ### Steps to reproduce Code snippet: ``` if st.button("Estimate"): col1, col2 = st.columns(2) with col1: st.markdown( "Below: the minimum distance estimator in Galichon and Salanié (2021b)....
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4335/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4335/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4334
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4334/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4334/comments
https://api.github.com/repos/streamlit/streamlit/issues/4334/events
https://github.com/streamlit/streamlit/pull/4334
1,118,351,246
PR_kwDODCoeTs4xyJTp
4,334
Actually save the query_string after a script run
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[]
closed
false
null
[]
null
2
2022-01-29T23:19:56
2022-02-04T21:41:22
2022-02-04T21:41:20
COLLABORATOR
null
## 📚 Context Currently, using the "Always rerun" option doesn't correctly retain query params on a rerun. This happens because it turns out we're not actually copying query params into the `AppSession._client_state` attribute. Because we're copying the value stored in `ScriptRunner._client_state` (which is initi...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4334/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4334/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4334", "html_url": "https://github.com/streamlit/streamlit/pull/4334", "diff_url": "https://github.com/streamlit/streamlit/pull/4334.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4334.patch", "merged_at": "2022-02-04T21:41:20"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4333
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4333/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4333/comments
https://api.github.com/repos/streamlit/streamlit/issues/4333/events
https://github.com/streamlit/streamlit/issues/4333
1,117,808,485
I_kwDODCoeTs5CoGdl
4,333
st.dataframe failing to display dataframe
{ "login": "tomgallagher", "id": 13630311, "node_id": "MDQ6VXNlcjEzNjMwMzEx", "avatar_url": "https://avatars.githubusercontent.com/u/13630311?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tomgallagher", "html_url": "https://github.com/tomgallagher", "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
0
2022-01-28T20:10:08
2022-01-28T20:35:02
2022-01-28T20:35:02
NONE
null
### Debug info - Streamlit version: 1.5 - Python version: 3.7 - Using Conda? PipEnv? PyEnv? Pex? No - OS version: Windows - Browser version: Lastest Chrome Hey there, Thanks for Streamlit, I'm using it all the time and it's great! I'm trying to use `st.dataframe` to show data. I can graph the data and I...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4333/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4333/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4332
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4332/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4332/comments
https://api.github.com/repos/streamlit/streamlit/issues/4332/events
https://github.com/streamlit/streamlit/issues/4332
1,117,646,361
I_kwDODCoeTs5Cne4Z
4,332
Open link in the same tab is impossible
{ "login": "pquadri", "id": 9209254, "node_id": "MDQ6VXNlcjkyMDkyNTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9209254?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pquadri", "html_url": "https://github.com/pquadri", "followers_url": "https://api.github.com/users/pquadri/...
[ { "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-01-28T17:13:41
2022-04-14T18:30:34
2022-02-04T18:54:15
NONE
null
### Summary With the last streamlit version it is impossible to open html links in the same tab as the application, which is quite uncomfortable for let's say redirecting an user to an Oauth page. ### Steps to reproduce Code snippet: ``` st.markdown('Please <a href="https://google.it" target="_self">click...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4332/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/4332/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4331
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4331/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4331/comments
https://api.github.com/repos/streamlit/streamlit/issues/4331/events
https://github.com/streamlit/streamlit/issues/4331
1,117,205,309
I_kwDODCoeTs5ClzM9
4,331
Streamlit config error: AssertionError: Key "global.sharingMode" is not defined.
{ "login": "bayerj", "id": 50352, "node_id": "MDQ6VXNlcjUwMzUy", "avatar_url": "https://avatars.githubusercontent.com/u/50352?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bayerj", "html_url": "https://github.com/bayerj", "followers_url": "https://api.github.com/users/bayerj/followers", ...
[ { "id": 3022365121, "node_id": "MDU6TGFiZWwzMDIyMzY1MTIx", "url": "https://api.github.com/repos/streamlit/streamlit/labels/status:confirmed", "name": "status:confirmed", "color": "FEF2C0", "default": false, "description": "This bug has been confirmed by the Streamlit team" }, { "...
closed
false
null
[]
null
5
2022-01-28T09:53:59
2022-02-09T16:29:37
2022-02-09T16:29:36
NONE
null
### Summary Under a fresh install, running `streamlit config show` crashes with an assertion. Apparently, a key in the config is missing. This key is in the global config `~/streamlit/config.toml` but does not appear when stepping into a debugger and examining `_config_options` in `config.py`. ### Steps to reprod...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4331/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/4331/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4330
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4330/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4330/comments
https://api.github.com/repos/streamlit/streamlit/issues/4330/events
https://github.com/streamlit/streamlit/issues/4330
1,117,193,954
I_kwDODCoeTs5Clwbi
4,330
Refactor the success.tsx and add tests to allow for using of the cache busting query parameter
{ "login": "atoader", "id": 3097909, "node_id": "MDQ6VXNlcjMwOTc5MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/3097909?v=4", "gravatar_id": "", "url": "https://api.github.com/users/atoader", "html_url": "https://github.com/atoader", "followers_url": "https://api.github.com/users/atoader/...
[]
open
false
null
[]
null
0
2022-01-28T09:41:32
2022-01-28T09:41:32
null
NONE
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4330/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4330/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4329
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4329/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4329/comments
https://api.github.com/repos/streamlit/streamlit/issues/4329/events
https://github.com/streamlit/streamlit/issues/4329
1,117,138,512
I_kwDODCoeTs5Cli5Q
4,329
Parallelize st memo writes
{ "login": "thunderbug1", "id": 1395321, "node_id": "MDQ6VXNlcjEzOTUzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/1395321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thunderbug1", "html_url": "https://github.com/thunderbug1", "followers_url": "https://api.github.com/us...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
closed
false
null
[]
null
1
2022-01-28T08:40:41
2022-01-28T11:29:00
2022-01-28T11:27:58
NONE
null
### Problem using caching extensively in an application can speed up reloading time significantly, however, filling the caches for the first time can take quite some time. Here are the benchmarks of the first two runs of one of my applications where the first run is very slow, mainly due to caching writes: ``` ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4329/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4329/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4328
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4328/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4328/comments
https://api.github.com/repos/streamlit/streamlit/issues/4328/events
https://github.com/streamlit/streamlit/pull/4328
1,116,825,301
PR_kwDODCoeTs4xtR19
4,328
Increase `cy.loadApp` timeouts to 10s
{ "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-01-27T23:02:28
2022-01-27T23:15:01
2022-01-27T23:14:58
COLLABORATOR
null
A bunch of tests are flaking because they just barely hit the 4 second default timeout, so increase to 10 to give them ample time to finish loading.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4328/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4328/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4328", "html_url": "https://github.com/streamlit/streamlit/pull/4328", "diff_url": "https://github.com/streamlit/streamlit/pull/4328.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4328.patch", "merged_at": "2022-01-27T23:14:58"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4327
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4327/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4327/comments
https://api.github.com/repos/streamlit/streamlit/issues/4327/events
https://github.com/streamlit/streamlit/pull/4327
1,116,719,611
PR_kwDODCoeTs4xs8Qq
4,327
Get version using importlib-metadata instead of pkg_resources
{ "login": "AnOctopus", "id": 7356217, "node_id": "MDQ6VXNlcjczNTYyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7356217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnOctopus", "html_url": "https://github.com/AnOctopus", "followers_url": "https://api.github.com/users/An...
[ { "id": 1848260284, "node_id": "MDU6TGFiZWwxODQ4MjYwMjg0", "url": "https://api.github.com/repos/streamlit/streamlit/labels/area:performance", "name": "area:performance", "color": "C2E0C6", "default": false, "description": "" } ]
closed
false
null
[]
null
0
2022-01-27T20:44:06
2022-01-28T15:43:35
2022-01-28T15:43:31
COLLABORATOR
null
`pkg_resources` is pretty slow, adding up to .75s to our startup time (probably .5s without profiling overhead). Importlib is much faster, and the `version` function from`importlib.metadata` gives us exactly what we want. We still support 3.7, so we have to use the separate package that provides a backport, b...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4327/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4327/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4327", "html_url": "https://github.com/streamlit/streamlit/pull/4327", "diff_url": "https://github.com/streamlit/streamlit/pull/4327.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4327.patch", "merged_at": "2022-01-28T15:43:31"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4326
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4326/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4326/comments
https://api.github.com/repos/streamlit/streamlit/issues/4326/events
https://github.com/streamlit/streamlit/pull/4326
1,116,562,213
PR_kwDODCoeTs4xsbld
4,326
Up version to 1.5.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-01-27T17:38:56
2022-01-27T17:46:31
2022-01-27T17:46:30
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4326/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4326/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4326", "html_url": "https://github.com/streamlit/streamlit/pull/4326", "diff_url": "https://github.com/streamlit/streamlit/pull/4326.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4326.patch", "merged_at": "2022-01-27T17:46:30"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4325
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4325/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4325/comments
https://api.github.com/repos/streamlit/streamlit/issues/4325/events
https://github.com/streamlit/streamlit/issues/4325
1,115,651,106
I_kwDODCoeTs5Cf3wi
4,325
Utilizing Multiselect as a callback for a Session State only lets user choose 1 option
{ "login": "piperwolters", "id": 46272042, "node_id": "MDQ6VXNlcjQ2MjcyMDQy", "avatar_url": "https://avatars.githubusercontent.com/u/46272042?v=4", "gravatar_id": "", "url": "https://api.github.com/users/piperwolters", "html_url": "https://github.com/piperwolters", "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-01-27T00:54:41
2022-01-27T22:36:36
2022-01-27T22:36:36
NONE
null
### Summary I am using a session state for the purpose of annotating data. I display multiple datapoints, with numbered labels. I would like for the user to be able to check multiple boxes (representing the numbered labels), telling me which datapoints they think are mislabeled. Currently, after the user chooses one...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4325/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4325/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4324
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4324/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4324/comments
https://api.github.com/repos/streamlit/streamlit/issues/4324/events
https://github.com/streamlit/streamlit/pull/4324
1,115,621,864
PR_kwDODCoeTs4xpUaq
4,324
WebsocketConnection: remove unnecessary null check
{ "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-01-27T00:03:51
2022-01-27T01:01:06
2022-01-27T01:01:03
COLLABORATOR
null
`WebsocketConnection.handleMessage` has a seemingly random null check against its `messageQueue` member. This member is never null (and also has nothing to do with the line preceding the null check), so I'm removing it for clarity.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4324/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4324/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4324", "html_url": "https://github.com/streamlit/streamlit/pull/4324", "diff_url": "https://github.com/streamlit/streamlit/pull/4324.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4324.patch", "merged_at": "2022-01-27T01:01:03"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4323
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4323/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4323/comments
https://api.github.com/repos/streamlit/streamlit/issues/4323/events
https://github.com/streamlit/streamlit/pull/4323
1,115,617,670
PR_kwDODCoeTs4xpTiv
4,323
Use force for refresh keypress in legacy add rows e2e test
{ "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-01-26T23:56:08
2022-01-28T17:25:29
2022-01-28T17:25:18
COLLABORATOR
null
This looks safe to add, and may help with flakiness.
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4323/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4323/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4323", "html_url": "https://github.com/streamlit/streamlit/pull/4323", "diff_url": "https://github.com/streamlit/streamlit/pull/4323.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4323.patch", "merged_at": "2022-01-28T17:25:18"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4322
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4322/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4322/comments
https://api.github.com/repos/streamlit/streamlit/issues/4322/events
https://github.com/streamlit/streamlit/issues/4322
1,115,182,714
I_kwDODCoeTs5CeFZ6
4,322
When using a form, a click on a download_button will lead to a 404 error every other time.
{ "login": "vinzeebreak", "id": 18598248, "node_id": "MDQ6VXNlcjE4NTk4MjQ4", "avatar_url": "https://avatars.githubusercontent.com/u/18598248?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vinzeebreak", "html_url": "https://github.com/vinzeebreak", "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": 3022365121, "node_id": "MDU6TGFiZ...
open
false
null
[]
null
4
2022-01-26T15:56:44
2022-12-26T02:44:21
null
NONE
null
### Summary When using a form, a click on a `download_button` will lead to a 404 error every other time. https://user-images.githubusercontent.com/18598248/151198184-f32e14ac-dff5-4303-b9eb-8d4495df96cf.mp4 ### Steps to reproduce [![Open in Streamlit Cloud](https://static.streamlit.io/badges/streamlit_badge...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4322/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4322/timeline
null
reopened
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4321
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4321/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4321/comments
https://api.github.com/repos/streamlit/streamlit/issues/4321/events
https://github.com/streamlit/streamlit/issues/4321
1,115,175,830
I_kwDODCoeTs5CeDuW
4,321
Make it possible to execute content of st.expander only when it is expanded
{ "login": "thunderbug1", "id": 1395321, "node_id": "MDQ6VXNlcjEzOTUzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/1395321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thunderbug1", "html_url": "https://github.com/thunderbug1", "followers_url": "https://api.github.com/us...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
1
2022-01-26T15:50:25
2022-12-27T21:55:06
null
NONE
null
### Problem Sometimes it is be good to have the possibility to get additional information about someting. The st.expander is a good option for this as it can be opened to show more detail. Sometimes, however, it is computing intensive to calculate or render the details. ### Solution Only run the code for the ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4321/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4321/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4320
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4320/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4320/comments
https://api.github.com/repos/streamlit/streamlit/issues/4320/events
https://github.com/streamlit/streamlit/issues/4320
1,115,047,200
I_kwDODCoeTs5CdkUg
4,320
Make picture size returned by camera_input consistent via parameter
{ "login": "jkneer", "id": 85338503, "node_id": "MDQ6VXNlcjg1MzM4NTAz", "avatar_url": "https://avatars.githubusercontent.com/u/85338503?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jkneer", "html_url": "https://github.com/jkneer", "followers_url": "https://api.github.com/users/jkneer/fo...
[ { "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-01-26T13:56:54
2022-11-15T19:55:17
null
NONE
null
st. camera_input returns a picture. The dimensions of that picture depend on the camera widget size as displayed in the browser. ### Problem Getting randomly sized pictures from the camera_input widget is not exactly defined behaviour. The documentation doesn't list any setting to request a certain dimension. ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4320/reactions", "total_count": 6, "+1": 6, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4320/timeline
null
null
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4319
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4319/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4319/comments
https://api.github.com/repos/streamlit/streamlit/issues/4319/events
https://github.com/streamlit/streamlit/issues/4319
1,115,031,569
I_kwDODCoeTs5CdggR
4,319
inconsistent type returned by number_input
{ "login": "jkneer", "id": 85338503, "node_id": "MDQ6VXNlcjg1MzM4NTAz", "avatar_url": "https://avatars.githubusercontent.com/u/85338503?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jkneer", "html_url": "https://github.com/jkneer", "followers_url": "https://api.github.com/users/jkneer/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": 3022365121, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.githu...
null
10
2022-01-26T13:40:27
2022-09-17T20:52:06
2022-09-17T20:52:06
NONE
null
### Summary Even when `number_input` is setup to return int, it returns a float upon automatic rerun on file change. ### Steps to reproduce Code snippet: ``` import streamlit as st number = 50 st.write(f'Type of number before displaying the widget: {type(number)}') number = st.number_input('a number...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4319/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4319/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4318
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4318/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4318/comments
https://api.github.com/repos/streamlit/streamlit/issues/4318/events
https://github.com/streamlit/streamlit/issues/4318
1,115,003,563
I_kwDODCoeTs5CdZqr
4,318
Disabling a widget resets the widget's value to its default
{ "login": "jkneer", "id": 85338503, "node_id": "MDQ6VXNlcjg1MzM4NTAz", "avatar_url": "https://avatars.githubusercontent.com/u/85338503?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jkneer", "html_url": "https://github.com/jkneer", "followers_url": "https://api.github.com/users/jkneer/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": 1846373998, "node_id": "MDU6TGFiZ...
closed
false
{ "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.github.com/users/vdonato/...
[ { "login": "vdonato", "id": 3144420, "node_id": "MDQ6VXNlcjMxNDQ0MjA=", "avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vdonato", "html_url": "https://github.com/vdonato", "followers_url": "https://api.githu...
null
1
2022-01-26T13:12:15
2022-03-30T23:50:31
2022-03-30T23:50:31
NONE
null
### Summary The "key" parameter of `st.number_input` is useless for state handling due to the default initialisation of `value` with `min_value` and the re-initialization upon setting the `disabled` flag. Setting the `disabled` flag to True, sets the widgets display to `min_value` or 0. But the state stores the o...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4318/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4318/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4317
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4317/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4317/comments
https://api.github.com/repos/streamlit/streamlit/issues/4317/events
https://github.com/streamlit/streamlit/pull/4317
1,113,636,376
PR_kwDODCoeTs4xi8wJ
4,317
Replace static apps with live Cloud apps
{ "login": "snehankekre", "id": 20672874, "node_id": "MDQ6VXNlcjIwNjcyODc0", "avatar_url": "https://avatars.githubusercontent.com/u/20672874?v=4", "gravatar_id": "", "url": "https://api.github.com/users/snehankekre", "html_url": "https://github.com/snehankekre", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-01-25T09:26:28
2022-01-26T00:35:23
2022-01-26T00:35:22
MEMBER
null
## 📚 Context Everything related to report sharing was removed in #4124, as it was only pertinent to the docs site where we display static embedded apps. As of this PR, we move away from static embedded apps entirely and replace them by live, Streamlit Cloud apps, just like #4170. - What kind of change does this ...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4317/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4317/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4317", "html_url": "https://github.com/streamlit/streamlit/pull/4317", "diff_url": "https://github.com/streamlit/streamlit/pull/4317.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4317.patch", "merged_at": "2022-01-26T00:35:22"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4316
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4316/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4316/comments
https://api.github.com/repos/streamlit/streamlit/issues/4316/events
https://github.com/streamlit/streamlit/pull/4316
1,113,286,313
PR_kwDODCoeTs4xh1KD
4,316
Pandas 1.4 styler fix
{ "login": "tconkling", "id": 709022, "node_id": "MDQ6VXNlcjcwOTAyMg==", "avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tconkling", "html_url": "https://github.com/tconkling", "followers_url": "https://api.github.com/users/tcon...
[]
closed
false
null
[]
null
1
2022-01-25T00:28:32
2022-01-25T19:34:53
2022-01-25T19:34:48
COLLABORATOR
null
Change the way we detect custom styling in a DataFrame, to account for changes in Pandas 1.4. Our DataFrame styling support is based on internal Pandas APIs, so they're always subject to change out from underneath us. In general, we'd prefer to only pass `display_value` data to the frontend when a DataFrame cell has...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4316/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4316/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4316", "html_url": "https://github.com/streamlit/streamlit/pull/4316", "diff_url": "https://github.com/streamlit/streamlit/pull/4316.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4316.patch", "merged_at": "2022-01-25T19:34:48"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4314
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4314/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4314/comments
https://api.github.com/repos/streamlit/streamlit/issues/4314/events
https://github.com/streamlit/streamlit/pull/4314
1,113,147,399
PR_kwDODCoeTs4xhYMf
4,314
Add disabled to st.select_slider
{ "login": "mayagbarnes", "id": 63436329, "node_id": "MDQ6VXNlcjYzNDM2MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/63436329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mayagbarnes", "html_url": "https://github.com/mayagbarnes", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2022-01-24T21:14:41
2022-01-25T20:25:01
2022-01-25T20:24:56
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/4314/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4314/timeline
null
null
false
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4314", "html_url": "https://github.com/streamlit/streamlit/pull/4314", "diff_url": "https://github.com/streamlit/streamlit/pull/4314.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4314.patch", "merged_at": "2022-01-25T20:24:56"...
true
https://api.github.com/repos/streamlit/streamlit/issues/4313
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4313/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4313/comments
https://api.github.com/repos/streamlit/streamlit/issues/4313/events
https://github.com/streamlit/streamlit/pull/4313
1,112,691,767
PR_kwDODCoeTs4xf4PL
4,313
Feature/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-01-24T14:05:08
2022-02-17T19:48:26
2022-02-17T19:48:26
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/4313/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4313/timeline
null
null
true
{ "url": "https://api.github.com/repos/streamlit/streamlit/pulls/4313", "html_url": "https://github.com/streamlit/streamlit/pull/4313", "diff_url": "https://github.com/streamlit/streamlit/pull/4313.diff", "patch_url": "https://github.com/streamlit/streamlit/pull/4313.patch", "merged_at": null }
true
https://api.github.com/repos/streamlit/streamlit/issues/4312
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4312/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4312/comments
https://api.github.com/repos/streamlit/streamlit/issues/4312/events
https://github.com/streamlit/streamlit/issues/4312
1,112,667,032
I_kwDODCoeTs5CUfOY
4,312
Use primaryColor for st.spinner
{ "login": "StefanBrand", "id": 8948865, "node_id": "MDQ6VXNlcjg5NDg4NjU=", "avatar_url": "https://avatars.githubusercontent.com/u/8948865?v=4", "gravatar_id": "", "url": "https://api.github.com/users/StefanBrand", "html_url": "https://github.com/StefanBrand", "followers_url": "https://api.github.com/us...
[ { "id": 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-01-24T13:42:34
2022-06-24T16:27:38
2022-06-24T16:27:38
NONE
null
### Problem The spinner uses a default color and ignores `primaryColor`. ![image](https://user-images.githubusercontent.com/8948865/150792152-9089511e-1424-40db-ad61-ff43a0e7d7dd.png) ```py # spinner-color.py import time import streamlit as st st.radio("Spinner has primaryColor" , ["no", "yes"]) wit...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4312/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4312/timeline
null
completed
null
null
false
https://api.github.com/repos/streamlit/streamlit/issues/4311
https://api.github.com/repos/streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit/issues/4311/labels{/name}
https://api.github.com/repos/streamlit/streamlit/issues/4311/comments
https://api.github.com/repos/streamlit/streamlit/issues/4311/events
https://github.com/streamlit/streamlit/issues/4311
1,112,506,353
I_kwDODCoeTs5CT3_x
4,311
Provide way to run with the WSGI/ASGI protocols
{ "login": "StefanBrand", "id": 8948865, "node_id": "MDQ6VXNlcjg5NDg4NjU=", "avatar_url": "https://avatars.githubusercontent.com/u/8948865?v=4", "gravatar_id": "", "url": "https://api.github.com/users/StefanBrand", "html_url": "https://github.com/StefanBrand", "followers_url": "https://api.github.com/us...
[ { "id": 1516285327, "node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3", "url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement", "name": "type:enhancement", "color": "0E8A16", "default": false, "description": "Requests for feature enhancements or new features" }, { "...
open
false
null
[]
null
2
2022-01-24T11:13:39
2022-11-15T17:00:24
null
NONE
null
### Problem We have a Django backend and a Vue.js frontend. We also deploy Streamlit to render some charts with Django functions. Both Django and Streamlit are in the same repository and Docker image. In order to bring up both Django and Streamlit in the Kubernetes cluster we need two almost identical deployments of...
{ "url": "https://api.github.com/repos/streamlit/streamlit/issues/4311/reactions", "total_count": 12, "+1": 12, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/streamlit/streamlit/issues/4311/timeline
null
null
null
null
false