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/1351 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1351/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1351/comments | https://api.github.com/repos/streamlit/streamlit/issues/1351/events | https://github.com/streamlit/streamlit/issues/1351 | 599,900,175 | MDU6SXNzdWU1OTk5MDAxNzU= | 1,351 | Order of dicts affects the hash but shouldn't | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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": 1607719438,
"node_id": "MDU6TGFiZ... | closed | false | null | [] | null | 2 | 2020-04-14T22:36:53 | 2022-09-23T13:59:54 | 2022-09-23T13:59:54 | CONTRIBUTOR | null | ```
import streamlit as st
from streamlit.hashing import _CodeHasher
a = {'a': 1, 'b': 2}
b = {'b': 2, 'a': 1}
c = _CodeHasher()
st.write(c.to_bytes(a))
st.write(c.to_bytes(a))
```
```
b'dict:I8\xd2\xb1\xe0\xe7\x9b{\xb2)=M\xfe}\x8fh'
b'dict:\n\xc5L\xdb\xa9\x83A\x1f\x0bv\xbb\x98\xc3\xb5\xb4\x9d
``` | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1351/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1351/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1350 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1350/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1350/comments | https://api.github.com/repos/streamlit/streamlit/issues/1350/events | https://github.com/streamlit/streamlit/issues/1350 | 599,840,253 | MDU6SXNzdWU1OTk4NDAyNTM= | 1,350 | High DPI pyplot() image is not preserved in UI | {
"login": "puntium",
"id": 20433492,
"node_id": "MDQ6VXNlcjIwNDMzNDky",
"avatar_url": "https://avatars.githubusercontent.com/u/20433492?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/puntium",
"html_url": "https://github.com/puntium",
"followers_url": "https://api.github.com/users/puntiu... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 2 | 2020-04-14T20:30:55 | 2020-04-22T23:15:26 | 2020-04-22T23:00:26 | NONE | null | # Summary
If I render a matplotlib chart with pyplot() passing a dpi=NNN parameter, the contents of the plot render as if the correct dpi were set, but the resulting image available in the streamlit UI remains 72 dpi.
# Steps to reproduce
1. Render a matplotlib chart passing the dpi parameter. e.g. st.pyplot(d... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1350/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1350/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1349 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1349/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1349/comments | https://api.github.com/repos/streamlit/streamlit/issues/1349/events | https://github.com/streamlit/streamlit/issues/1349 | 599,819,649 | MDU6SXNzdWU1OTk4MTk2NDk= | 1,349 | HiPlot integration | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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 | 2020-04-14T19:53:06 | 2020-07-15T19:04:29 | 2020-07-15T19:04:21 | CONTRIBUTOR | null | Support [HiPlot](https://github.com/facebookresearch/hiplot), an interactive plotting tool that allows to play with high dimensional data. It currently works on Jupyter notebooks (React code embed in an iframe)
Related https://discuss.streamlit.io/t/hiplot-integration/1912/4 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1349/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/1349/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1348 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1348/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1348/comments | https://api.github.com/repos/streamlit/streamlit/issues/1348/events | https://github.com/streamlit/streamlit/issues/1348 | 599,774,744 | MDU6SXNzdWU1OTk3NzQ3NDQ= | 1,348 | Dockerfile and wiki for E2E tests are out of date | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"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 | 2020-04-14T18:31:14 | 2021-03-26T15:14:05 | 2021-03-26T15:14:05 | CONTRIBUTOR | null | https://github.com/streamlit/streamlit-old-private/wiki/E2E-Tests
1. The Dockerfile attempts to copy a Pipfile.lock for python 3.7.4 that doesn't exit on my machine. (My python version is 3.8.4). I commented out this line and re-build the image.
2. The Dockerfile attempts to call `make pipenv-lock` which appears ... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1348/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1348/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1347 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1347/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1347/comments | https://api.github.com/repos/streamlit/streamlit/issues/1347/events | https://github.com/streamlit/streamlit/issues/1347 | 599,765,919 | MDU6SXNzdWU1OTk3NjU5MTk= | 1,347 | Embedding PowerBI/Google Data Studio reports in Streamlit | {
"login": "kunaljaiswal4393",
"id": 46507259,
"node_id": "MDQ6VXNlcjQ2NTA3MjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/46507259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kunaljaiswal4393",
"html_url": "https://github.com/kunaljaiswal4393",
"followers_url": "https://... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
},
{
"... | closed | false | null | [] | null | 2 | 2020-04-14T18:15:50 | 2021-03-26T15:13:52 | 2021-03-26T15:13:51 | NONE | null | ### Problem
Unable to find resources on how I could embed my PowerBI/Data Studio dashboard on the Streamlit App. Just Curious to know if its possible.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1347/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1347/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1346 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1346/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1346/comments | https://api.github.com/repos/streamlit/streamlit/issues/1346/events | https://github.com/streamlit/streamlit/issues/1346 | 599,591,616 | MDU6SXNzdWU1OTk1OTE2MTY= | 1,346 | datetime column is incorrectly displayed in streamlit | {
"login": "ezavarygin",
"id": 18361119,
"node_id": "MDQ6VXNlcjE4MzYxMTE5",
"avatar_url": "https://avatars.githubusercontent.com/u/18361119?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ezavarygin",
"html_url": "https://github.com/ezavarygin",
"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": 1964011103,
"node_id": "MDU6TGFiZ... | closed | false | null | [] | null | 6 | 2020-04-14T13:54:19 | 2022-02-01T20:47:39 | 2022-02-01T20:47:39 | NONE | null | # Summary
When trying to display a dataframe with a datetime column, streamlit converts the timestamp by applying a time shift.
This only happens when I run the streamlit app on a server which is in a different timezone. When I run it locally on a laptop, the output is correct.
# Steps to reproduce
The min... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1346/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/1346/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1345 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1345/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1345/comments | https://api.github.com/repos/streamlit/streamlit/issues/1345/events | https://github.com/streamlit/streamlit/issues/1345 | 599,512,463 | MDU6SXNzdWU1OTk1MTI0NjM= | 1,345 | Editable Pandas DataFrame Widget | {
"login": "SimonBiggs",
"id": 6559099,
"node_id": "MDQ6VXNlcjY1NTkwOTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6559099?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SimonBiggs",
"html_url": "https://github.com/SimonBiggs",
"followers_url": "https://api.github.com/users... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
}
] | closed | false | null | [] | null | 0 | 2020-04-14T11:50:02 | 2020-04-16T07:21:00 | 2020-04-16T07:21:00 | CONTRIBUTOR | null | Might it be possible to create an editable pandas DataFrame? I'd be keen to help out. Back in 2017/2018 when we were tackling this ourselves we implemented the DataFrame editing in the following way:
https://mybinder.org/v2/gh/SimonBiggs/scriptedforms-examples/master?urlpath=scriptedforms/use/detailed-example.md (sc... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1345/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1345/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1344 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1344/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1344/comments | https://api.github.com/repos/streamlit/streamlit/issues/1344/events | https://github.com/streamlit/streamlit/issues/1344 | 599,508,202 | MDU6SXNzdWU1OTk1MDgyMDI= | 1,344 | Editable | {
"login": "SimonBiggs",
"id": 6559099,
"node_id": "MDQ6VXNlcjY1NTkwOTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6559099?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SimonBiggs",
"html_url": "https://github.com/SimonBiggs",
"followers_url": "https://api.github.com/users... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
}
] | closed | false | null | [] | null | 0 | 2020-04-14T11:43:04 | 2020-04-14T11:59:34 | 2020-04-14T11:59:34 | CONTRIBUTOR | 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/1344/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1344/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1343 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1343/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1343/comments | https://api.github.com/repos/streamlit/streamlit/issues/1343/events | https://github.com/streamlit/streamlit/pull/1343 | 599,226,248 | MDExOlB1bGxSZXF1ZXN0NDAyOTE0Njkx | 1,343 | Add sphinx-markdown-tables | {
"login": "erikhopf",
"id": 15851084,
"node_id": "MDQ6VXNlcjE1ODUxMDg0",
"avatar_url": "https://avatars.githubusercontent.com/u/15851084?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erikhopf",
"html_url": "https://github.com/erikhopf",
"followers_url": "https://api.github.com/users/eri... | [] | closed | false | null | [] | null | 0 | 2020-04-14T01:07:25 | 2020-04-14T08:21:26 | 2020-04-14T08:21:26 | CONTRIBUTOR | null | * Adding `sphinx-markdown-tables` extension to our implementation.
* This is a value add, because we can now render tables using raw markdown. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1343/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1343/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1343",
"html_url": "https://github.com/streamlit/streamlit/pull/1343",
"diff_url": "https://github.com/streamlit/streamlit/pull/1343.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1343.patch",
"merged_at": "2020-04-14T08:21:26"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1342 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1342/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1342/comments | https://api.github.com/repos/streamlit/streamlit/issues/1342/events | https://github.com/streamlit/streamlit/pull/1342 | 599,207,353 | MDExOlB1bGxSZXF1ZXN0NDAyODk5ODM0 | 1,342 | Plugin resizing | {
"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 | 2020-04-14T00:06:49 | 2020-04-14T15:45:08 | 2020-04-14T15:44:59 | COLLABORATOR | null | This is a first pass at plugin resizing.
When a plugin updates its DOM, it calls the "updateFrameHeight" callback, which gets sent back to the Streamlit `PluginInstance` host. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1342/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1342/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1342",
"html_url": "https://github.com/streamlit/streamlit/pull/1342",
"diff_url": "https://github.com/streamlit/streamlit/pull/1342.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1342.patch",
"merged_at": "2020-04-14T15:44:59"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1341 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1341/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1341/comments | https://api.github.com/repos/streamlit/streamlit/issues/1341/events | https://github.com/streamlit/streamlit/issues/1341 | 598,963,018 | MDU6SXNzdWU1OTg5NjMwMTg= | 1,341 | Provide access to tornado's request_callback | {
"login": "mmarchetti",
"id": 2903390,
"node_id": "MDQ6VXNlcjI5MDMzOTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/2903390?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mmarchetti",
"html_url": "https://github.com/mmarchetti",
"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 | 5 | 2020-04-13T15:43:08 | 2022-11-15T17:00:26 | null | NONE | null | ### Problem
I want to pre-process requests to the streamlit app using code that is specific to the system I'm developing. I need to do this in a way that doesn't require modifications to the individual streamlit apps being deployed.
### Proposed Solution
Tornado's `HTTPServer` allows for a `request_callback` w... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1341/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1341/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1340 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1340/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1340/comments | https://api.github.com/repos/streamlit/streamlit/issues/1340/events | https://github.com/streamlit/streamlit/issues/1340 | 598,786,688 | MDU6SXNzdWU1OTg3ODY2ODg= | 1,340 | Bug while caching hydra.cc object (omegaconf.dictconfig.DictConfig) | {
"login": "ogvalt",
"id": 10532355,
"node_id": "MDQ6VXNlcjEwNTMyMzU1",
"avatar_url": "https://avatars.githubusercontent.com/u/10532355?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ogvalt",
"html_url": "https://github.com/ogvalt",
"followers_url": "https://api.github.com/users/ogvalt/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": 1607719438,
"node_id": "MDU6TGFiZ... | open | false | null | [] | null | 2 | 2020-04-13T09:37:09 | 2020-10-07T00:15:10 | null | NONE | null | # Summary
I'm trying to cache function that take custom object with omegaconf.dictconfig.DictConfig type field. This object comes from hydra.cc config library.
It seems that streamlit experiencing some problem with hash function
# Steps to reproduce
What are the steps we should take to reproduce the bug:
... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1340/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1340/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1339 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1339/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1339/comments | https://api.github.com/repos/streamlit/streamlit/issues/1339/events | https://github.com/streamlit/streamlit/issues/1339 | 598,590,165 | MDU6SXNzdWU1OTg1OTAxNjU= | 1,339 | InternalHashError: Type aliases cannot be used with isinstance() - when using st.cache | {
"login": "lsimmons2",
"id": 17400725,
"node_id": "MDQ6VXNlcjE3NDAwNzI1",
"avatar_url": "https://avatars.githubusercontent.com/u/17400725?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lsimmons2",
"html_url": "https://github.com/lsimmons2",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
},
{
"id": 1607719438,
"node_id": "MDU6TGFiZ... | closed | false | null | [] | null | 2 | 2020-04-12T23:01:00 | 2020-10-29T10:02:16 | 2020-10-29T10:01:46 | NONE | null | # Summary
Getting `st.cache` error when running streamlit in docker container `FROM nvcr.io/nvidia/tensorflow:19.01-py3`
# Steps to reproduce
1. Copy dockerfile and script into a directory:
`Dockerfile`
```FROM nvcr.io/nvidia/tensorflow:19.01-py3
RUN mkdir /work
WORKDIR /work
RUN pip install streaml... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1339/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1339/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1338 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1338/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1338/comments | https://api.github.com/repos/streamlit/streamlit/issues/1338/events | https://github.com/streamlit/streamlit/issues/1338 | 598,566,119 | MDU6SXNzdWU1OTg1NjYxMTk= | 1,338 | External data for a nested function causes cache error | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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": 1607719438,
"node_id": "MDU6TGFiZ... | open | false | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com... | null | 0 | 2020-04-12T20:34:52 | 2020-10-07T01:16:32 | null | CONTRIBUTOR | null | When the external data is declared below the nested function there is a caching error.
```
def get_metrics():
@st.cache
def get_apps():
df = external_data[['date']].copy()
external_data = ...
get_apps()
```
Caused by:
- Needs investigation
Workaround:
- Declare data above ... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1338/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1338/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1337 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1337/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1337/comments | https://api.github.com/repos/streamlit/streamlit/issues/1337/events | https://github.com/streamlit/streamlit/issues/1337 | 598,532,109 | MDU6SXNzdWU1OTg1MzIxMDk= | 1,337 | [question] How to create a pop-up/ modal window? | {
"login": "kid101",
"id": 18464581,
"node_id": "MDQ6VXNlcjE4NDY0NTgx",
"avatar_url": "https://avatars.githubusercontent.com/u/18464581?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kid101",
"html_url": "https://github.com/kid101",
"followers_url": "https://api.github.com/users/kid101/fo... | [] | closed | false | null | [] | null | 2 | 2020-04-12T17:24:35 | 2022-01-22T22:11:48 | 2020-04-24T13:23:31 | NONE | null | How can I add a pop-up/modal using streamlit?? Any samples? | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1337/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1337/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1336 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1336/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1336/comments | https://api.github.com/repos/streamlit/streamlit/issues/1336/events | https://github.com/streamlit/streamlit/issues/1336 | 598,230,059 | MDU6SXNzdWU1OTgyMzAwNTk= | 1,336 | Cache Keras trained model | {
"login": "DanielJuravski",
"id": 24203613,
"node_id": "MDQ6VXNlcjI0MjAzNjEz",
"avatar_url": "https://avatars.githubusercontent.com/u/24203613?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DanielJuravski",
"html_url": "https://github.com/DanielJuravski",
"followers_url": "https://api.gi... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 2 | 2020-04-11T09:34:41 | 2020-04-12T06:25:51 | 2020-04-12T06:25:51 | NONE | null | # Summary
Hi folks,
I have trained a model (via Keras framework), exported it with model.save('model.hdf5') and now I want to integrate it with the awesome Streamlit.
Obviously, I do not want to load the model every time the end-user insert a new input, but to load it once and for all. Seems that the st.cache deco... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1336/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1336/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1335 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1335/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1335/comments | https://api.github.com/repos/streamlit/streamlit/issues/1335/events | https://github.com/streamlit/streamlit/issues/1335 | 598,181,889 | MDU6SXNzdWU1OTgxODE4ODk= | 1,335 | st.text_area configurability: change size, etc | {
"login": "kkissmart",
"id": 13355967,
"node_id": "MDQ6VXNlcjEzMzU1OTY3",
"avatar_url": "https://avatars.githubusercontent.com/u/13355967?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kkissmart",
"html_url": "https://github.com/kkissmart",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
},
{
"... | closed | false | null | [] | null | 3 | 2020-04-11T03:40:50 | 2020-05-21T19:51:34 | 2020-05-21T19:51:33 | NONE | null | Hi all,
Thank you so much for the work. Streamlit is so awesome!
I am developing a NLP app use it.
I have two questions:
1) how to make text_area box larger?
if someone can point me to the line to change this, it will be great.
2) how to layout each text area? if I want to text_area to be vertical, what sho... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1335/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/1335/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1334 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1334/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1334/comments | https://api.github.com/repos/streamlit/streamlit/issues/1334/events | https://github.com/streamlit/streamlit/pull/1334 | 598,059,925 | MDExOlB1bGxSZXF1ZXN0NDAyMDQxNTU4 | 1,334 | Drop Leaflet | {
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.github.com/users/kantuni/... | [] | closed | false | null | [] | null | 0 | 2020-04-10T19:41:03 | 2020-04-10T20:39:29 | 2020-04-10T20:39:05 | COLLABORATOR | null | Closes #1323. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1334/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1334/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1334",
"html_url": "https://github.com/streamlit/streamlit/pull/1334",
"diff_url": "https://github.com/streamlit/streamlit/pull/1334.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1334.patch",
"merged_at": "2020-04-10T20:39:05"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1333 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1333/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1333/comments | https://api.github.com/repos/streamlit/streamlit/issues/1333/events | https://github.com/streamlit/streamlit/pull/1333 | 598,013,707 | MDExOlB1bGxSZXF1ZXN0NDAyMDA1NjMy | 1,333 | version update 0.58.0 | {
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/users/nthmost/follower... | [] | closed | false | null | [] | null | 1 | 2020-04-10T17:55:53 | 2020-04-29T20:29:11 | 2020-04-29T20:29:11 | CONTRIBUTOR | null | Release 0.58.0
## Version 0.58.0
_Release date: April 22, 2020_
**Highlights:**
- 💼 Made `st.selectbox` filtering case-insensitive.
- ㈬ Better support for Tensorflow sessions in `@st.cache`.
- 📊 Changed behavior of `st.pyplot` to auto-clear the figure only when using
the global Matplotlib figure (i.e. only... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1333/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1333/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1333",
"html_url": "https://github.com/streamlit/streamlit/pull/1333",
"diff_url": "https://github.com/streamlit/streamlit/pull/1333.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1333.patch",
"merged_at": "2020-04-29T20:29:11"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1332 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1332/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1332/comments | https://api.github.com/repos/streamlit/streamlit/issues/1332/events | https://github.com/streamlit/streamlit/issues/1332 | 597,176,327 | MDU6SXNzdWU1OTcxNzYzMjc= | 1,332 | Tooltip in altair multi layer doesn't work | {
"login": "MauGal",
"id": 28858911,
"node_id": "MDQ6VXNlcjI4ODU4OTEx",
"avatar_url": "https://avatars.githubusercontent.com/u/28858911?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MauGal",
"html_url": "https://github.com/MauGal",
"followers_url": "https://api.github.com/users/MauGal/fo... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 2 | 2020-04-09T10:15:27 | 2020-04-20T14:28:49 | 2020-04-20T14:28:49 | NONE | null | # Summary
Using st.altair_chart to view a multilayer chart with tooltip for any layer, I can see only a tooltip of a layer.
This issue there isn't in version 0.56.0
# Description
Here is the code:
```python
base_raffronto = alt.Chart(df_raffronto).encode(
x=alt.X('monthdate(data):O', axis=alt.Axis(title='... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1332/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1332/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1330 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1330/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1330/comments | https://api.github.com/repos/streamlit/streamlit/issues/1330/events | https://github.com/streamlit/streamlit/issues/1330 | 597,018,936 | MDU6SXNzdWU1OTcwMTg5MzY= | 1,330 | tree visulization in decision tree(it is helpful for user) | {
"login": "1998kajal",
"id": 30104175,
"node_id": "MDQ6VXNlcjMwMTA0MTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/30104175?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/1998kajal",
"html_url": "https://github.com/1998kajal",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
}
] | closed | false | null | [] | null | 2 | 2020-04-09T04:51:35 | 2020-05-28T20:33:58 | 2020-05-28T20:33:58 | 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/1330/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1330/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1329 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1329/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1329/comments | https://api.github.com/repos/streamlit/streamlit/issues/1329/events | https://github.com/streamlit/streamlit/issues/1329 | 596,948,089 | MDU6SXNzdWU1OTY5NDgwODk= | 1,329 | pandas.NaT shows as Sep 20, 1677 9:06 PM | {
"login": "dsevero",
"id": 17755465,
"node_id": "MDQ6VXNlcjE3NzU1NDY1",
"avatar_url": "https://avatars.githubusercontent.com/u/17755465?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dsevero",
"html_url": "https://github.com/dsevero",
"followers_url": "https://api.github.com/users/dsever... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | {
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.github.com/users/kantuni/... | [
{
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.githu... | null | 1 | 2020-04-09T00:52:26 | 2020-04-23T18:39:48 | 2020-04-23T18:39:47 | NONE | null | # Summary
Title is self-explanatory
# Steps to reproduce
```python3
import pandas as pd
import streamlit as st
pd.DataFrame([pd.NaT]).pipe(st.write)
```
## Expected behavior:
Maybe show `NaT`?
## Actual behavior:
` calls won't do anything, and you'll get a warning message that looks something like this:
“Thread ‘Thread-7’: missing ReportContext”
We should... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1326/reactions",
"total_count": 6,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 6,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1326/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1325 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1325/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1325/comments | https://api.github.com/repos/streamlit/streamlit/issues/1325/events | https://github.com/streamlit/streamlit/pull/1325 | 596,595,624 | MDExOlB1bGxSZXF1ZXN0NDAwODYyODky | 1,325 | Color Picker | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [] | closed | false | null | [] | null | 2 | 2020-04-08T13:50:41 | 2020-04-29T22:06:02 | 2020-04-29T17:28:35 | CONTRIBUTOR | null | Issue: #1324
- Uses HTML5 color input:
`st.color_picker("Pick A Color", "#000") that produces <input type="color" value="#000" name="Pick A Color"/>`
- Default color to `#000`
Possible additions:
- Consider other color formats: RGB, HSL
- Consider setting opacity
- Also recommends shades: When given a ... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1325/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1325/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1325",
"html_url": "https://github.com/streamlit/streamlit/pull/1325",
"diff_url": "https://github.com/streamlit/streamlit/pull/1325.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1325.patch",
"merged_at": "2020-04-29T17:28:35"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1324 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1324/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1324/comments | https://api.github.com/repos/streamlit/streamlit/issues/1324/events | https://github.com/streamlit/streamlit/issues/1324 | 596,286,556 | MDU6SXNzdWU1OTYyODY1NTY= | 1,324 | Support for Color Picker | {
"login": "amiechen",
"id": 1809739,
"node_id": "MDQ6VXNlcjE4MDk3Mzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1809739?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/amiechen",
"html_url": "https://github.com/amiechen",
"followers_url": "https://api.github.com/users/amiec... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
},
{
"... | closed | false | {
"login": "amiechen",
"id": 1809739,
"node_id": "MDQ6VXNlcjE4MDk3Mzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1809739?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/amiechen",
"html_url": "https://github.com/amiechen",
"followers_url": "https://api.github.com/users/amiec... | [
{
"login": "amiechen",
"id": 1809739,
"node_id": "MDQ6VXNlcjE4MDk3Mzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1809739?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/amiechen",
"html_url": "https://github.com/amiechen",
"followers_url": "https://api.gi... | null | 2 | 2020-04-08T03:40:53 | 2022-11-07T20:21:13 | 2020-05-21T21:02:39 | CONTRIBUTOR | null |
### Idea
Some users would like to add a color picker to Streamlit apps. For example: [https://discuss.streamlit.io/t/is-it-possible-to-add-a-color-picker/1999](this request).
### Solution
**MVP:**
- Uses HTML5 color input:
`st.color_picker("Pick A Color", "#000")` that produces `<input type="color" valu... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1324/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 2,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1324/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1323 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1323/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1323/comments | https://api.github.com/repos/streamlit/streamlit/issues/1323/events | https://github.com/streamlit/streamlit/issues/1323 | 596,165,321 | MDU6SXNzdWU1OTYxNjUzMjE= | 1,323 | Remove dependency on Leaflet CDN | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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 | {
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.github.com/users/kantuni/... | [
{
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.githu... | null | 0 | 2020-04-07T21:32:57 | 2020-04-10T20:39:05 | 2020-04-10T20:39:05 | CONTRIBUTOR | null | From: https://discuss.streamlit.io/t/stop-preloading-unpkg-com/2374
We currently load `leaflet.css` and `leaflet.js` in `index.html` on app launch, but this breaks for users running Streamlit without internet access.
Either move `leaflet.js/css` into `public/vendor` so it's bundled with Streamlit, or perhaps we c... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1323/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1323/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1322 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1322/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1322/comments | https://api.github.com/repos/streamlit/streamlit/issues/1322/events | https://github.com/streamlit/streamlit/pull/1322 | 596,130,286 | MDExOlB1bGxSZXF1ZXN0NDAwNDg0MTk5 | 1,322 | Plugins: widget support | {
"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 | 2020-04-07T20:24:51 | 2020-04-08T16:08:36 | 2020-04-08T16:08:31 | COLLABORATOR | null | Adds widget support (via `setWidgetValue`). There's a baseui radio button example that shows this in action.
Also:
- PluginWrapper is now a higher-order component
- Added error handling for plugins
- Plugin args in Python are passed via **kwargs (to be discussed in tomorrow's meeting) | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1322/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1322/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1322",
"html_url": "https://github.com/streamlit/streamlit/pull/1322",
"diff_url": "https://github.com/streamlit/streamlit/pull/1322.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1322.patch",
"merged_at": "2020-04-08T16:08:30"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1321 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1321/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1321/comments | https://api.github.com/repos/streamlit/streamlit/issues/1321/events | https://github.com/streamlit/streamlit/issues/1321 | 596,108,571 | MDU6SXNzdWU1OTYxMDg1NzE= | 1,321 | Log levels not working | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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": 1520675746,
"node_id": "MDU6TGFiZ... | closed | false | {
"login": "karriebear",
"id": 24946400,
"node_id": "MDQ6VXNlcjI0OTQ2NDAw",
"avatar_url": "https://avatars.githubusercontent.com/u/24946400?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/karriebear",
"html_url": "https://github.com/karriebear",
"followers_url": "https://api.github.com/use... | [
{
"login": "karriebear",
"id": 24946400,
"node_id": "MDQ6VXNlcjI0OTQ2NDAw",
"avatar_url": "https://avatars.githubusercontent.com/u/24946400?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/karriebear",
"html_url": "https://github.com/karriebear",
"followers_url": "https:... | null | 2 | 2020-04-07T19:45:09 | 2020-05-27T16:51:18 | 2020-05-27T16:51:18 | CONTRIBUTOR | null | Is setting `--global.logLevel=DEBUG` working?
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1321/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1321/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1320 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1320/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1320/comments | https://api.github.com/repos/streamlit/streamlit/issues/1320/events | https://github.com/streamlit/streamlit/issues/1320 | 596,090,334 | MDU6SXNzdWU1OTYwOTAzMzQ= | 1,320 | Visualize 3D structures | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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 | 2020-04-07T19:11:54 | 2021-03-26T15:09:08 | 2021-03-26T15:09:08 | CONTRIBUTOR | null | From https://discuss.streamlit.io/t/support-for-3d-molecular-viewer/2381
Thank you very much for this incredible framework ! I was very excited to use it for my professional projects in Materials Science but I encountered a huge problem. I couldn’t find any solution to visualize 3d structures (of crystals, molecules... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1320/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/1320/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1319 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1319/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1319/comments | https://api.github.com/repos/streamlit/streamlit/issues/1319/events | https://github.com/streamlit/streamlit/pull/1319 | 596,019,177 | MDExOlB1bGxSZXF1ZXN0NDAwMzkyMjcz | 1,319 | BaseWeb upgrade | {
"login": "arraydude",
"id": 631997,
"node_id": "MDQ6VXNlcjYzMTk5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arraydude",
"html_url": "https://github.com/arraydude",
"followers_url": "https://api.github.com/users/arra... | [
{
"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 | 5 | 2020-04-07T17:03:30 | 2020-04-23T02:13:36 | 2020-04-23T02:13:32 | CONTRIBUTOR | null | **Issue:** Upgrading BaseWeb
**Description:** In order to upgrade BaseWeb we need to re-theme our project using the new primitives from it as it shown [here](https://baseweb.design/guides/theming/#lighting).
---
**Contribution License Agreement**
By submiting this pull request you agree that all contribut... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1319/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1319/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1319",
"html_url": "https://github.com/streamlit/streamlit/pull/1319",
"diff_url": "https://github.com/streamlit/streamlit/pull/1319.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1319.patch",
"merged_at": "2020-04-23T02:13:32"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1318 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1318/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1318/comments | https://api.github.com/repos/streamlit/streamlit/issues/1318/events | https://github.com/streamlit/streamlit/issues/1318 | 595,739,932 | MDU6SXNzdWU1OTU3Mzk5MzI= | 1,318 | Uber Demo: InternalHashError: Type aliases cannot be used with isinstance(). | {
"login": "BNNorman",
"id": 15849181,
"node_id": "MDQ6VXNlcjE1ODQ5MTgx",
"avatar_url": "https://avatars.githubusercontent.com/u/15849181?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BNNorman",
"html_url": "https://github.com/BNNorman",
"followers_url": "https://api.github.com/users/BNN... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
},
{
"id": 1846417434,
"node_id": "MDU6TGFiZ... | closed | false | null | [] | null | 3 | 2020-04-07T09:50:39 | 2020-04-08T09:42:58 | 2020-04-08T09:42:58 | NONE | null | # Summary
Type here a clear and concise description of the bug. Aim for 2-3 sentences.
Trying the example code at https://github.com/streamlit/streamlit/blob/develop/docs/tutorial/create_a_data_explorer_app.md
# Steps to reproduce
What are the steps we should take to reproduce the bug:
Copied and pasted ... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1318/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1318/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1317 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1317/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1317/comments | https://api.github.com/repos/streamlit/streamlit/issues/1317/events | https://github.com/streamlit/streamlit/issues/1317 | 595,718,405 | MDU6SXNzdWU1OTU3MTg0MDU= | 1,317 | an object is used when the item refreshed, itself do not refresh and it's data is added new data | {
"login": "xuchenAIR",
"id": 53176358,
"node_id": "MDQ6VXNlcjUzMTc2MzU4",
"avatar_url": "https://avatars.githubusercontent.com/u/53176358?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xuchenAIR",
"html_url": "https://github.com/xuchenAIR",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | 11 | 2020-04-07T09:15:45 | 2020-09-03T05:05:49 | 2020-09-03T05:05:48 | NONE | null | an object is used when the item refreshed, itself do not refresh and it's data is added new data | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1317/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1317/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1316 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1316/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1316/comments | https://api.github.com/repos/streamlit/streamlit/issues/1316/events | https://github.com/streamlit/streamlit/issues/1316 | 594,696,864 | MDU6SXNzdWU1OTQ2OTY4NjQ= | 1,316 | Default hash funcs | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [] | closed | false | null | [] | null | 0 | 2020-04-05T23:03:49 | 2020-04-20T21:23:51 | 2020-04-20T21:23:51 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1316/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1316/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1315 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1315/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1315/comments | https://api.github.com/repos/streamlit/streamlit/issues/1315/events | https://github.com/streamlit/streamlit/issues/1315 | 594,696,418 | MDU6SXNzdWU1OTQ2OTY0MTg= | 1,315 | Default hash funcs v3 | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [] | closed | false | null | [] | null | 0 | 2020-04-05T23:02:53 | 2020-04-23T16:11:30 | 2020-04-23T16:11:30 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1315/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1315/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1314 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1314/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1314/comments | https://api.github.com/repos/streamlit/streamlit/issues/1314/events | https://github.com/streamlit/streamlit/issues/1314 | 594,695,686 | MDU6SXNzdWU1OTQ2OTU2ODY= | 1,314 | Default hash funcs v2 | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [] | closed | false | null | [] | null | 0 | 2020-04-05T23:00:57 | 2020-04-23T16:11:20 | 2020-04-23T16:11:20 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1314/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1314/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1313 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1313/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1313/comments | https://api.github.com/repos/streamlit/streamlit/issues/1313/events | https://github.com/streamlit/streamlit/issues/1313 | 594,694,914 | MDU6SXNzdWU1OTQ2OTQ5MTQ= | 1,313 | Default hash funcs | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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 | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com... | null | 0 | 2020-04-05T22:59:01 | 2020-06-16T14:02:25 | 2020-06-16T14:02:25 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1313/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1313/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1312 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1312/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1312/comments | https://api.github.com/repos/streamlit/streamlit/issues/1312/events | https://github.com/streamlit/streamlit/issues/1312 | 594,691,842 | MDU6SXNzdWU1OTQ2OTE4NDI= | 1,312 | Windows drives and permissions | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"id": 1846417434,
"node_id": "MDU6TGFiZWwxODQ2NDE3NDM0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:windows",
"name": "area:windows",
"color": "C2E0C6",
"default": false,
"description": "Related to Windows compatibility"
}
] | closed | false | {
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/users/nthmost/follower... | [
{
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/us... | null | 0 | 2020-04-05T22:51:24 | 2020-06-16T14:02:55 | 2020-06-16T14:02:54 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1312/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1312/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1311 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1311/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1311/comments | https://api.github.com/repos/streamlit/streamlit/issues/1311/events | https://github.com/streamlit/streamlit/issues/1311 | 594,689,310 | MDU6SXNzdWU1OTQ2ODkzMTA= | 1,311 | Windows docs and setup | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"id": 1846417434,
"node_id": "MDU6TGFiZWwxODQ2NDE3NDM0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:windows",
"name": "area:windows",
"color": "C2E0C6",
"default": false,
"description": "Related to Windows compatibility"
}
] | closed | false | {
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/users/nthmost/follower... | [
{
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/us... | null | 0 | 2020-04-05T22:45:22 | 2020-06-16T14:02:50 | 2020-06-16T14:02:50 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1311/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1311/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1310 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1310/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1310/comments | https://api.github.com/repos/streamlit/streamlit/issues/1310/events | https://github.com/streamlit/streamlit/issues/1310 | 594,686,660 | MDU6SXNzdWU1OTQ2ODY2NjA= | 1,310 | windows | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [] | closed | false | null | [] | null | 0 | 2020-04-05T22:39:13 | 2020-04-05T22:39:44 | 2020-04-05T22:39:44 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1310/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1310/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1309 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1309/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1309/comments | https://api.github.com/repos/streamlit/streamlit/issues/1309/events | https://github.com/streamlit/streamlit/issues/1309 | 594,686,420 | MDU6SXNzdWU1OTQ2ODY0MjA= | 1,309 | Windows fixes | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"id": 1846417434,
"node_id": "MDU6TGFiZWwxODQ2NDE3NDM0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:windows",
"name": "area:windows",
"color": "C2E0C6",
"default": false,
"description": "Related to Windows compatibility"
}
] | closed | false | null | [] | null | 0 | 2020-04-05T22:38:31 | 2020-04-23T16:19:35 | 2020-04-23T16:19:35 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1309/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1309/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1308 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1308/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1308/comments | https://api.github.com/repos/streamlit/streamlit/issues/1308/events | https://github.com/streamlit/streamlit/issues/1308 | 594,686,049 | MDU6SXNzdWU1OTQ2ODYwNDk= | 1,308 | Windows encoding issues | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"id": 1846417434,
"node_id": "MDU6TGFiZWwxODQ2NDE3NDM0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:windows",
"name": "area:windows",
"color": "C2E0C6",
"default": false,
"description": "Related to Windows compatibility"
}
] | closed | false | {
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/users/nthmost/follower... | [
{
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/us... | null | 0 | 2020-04-05T22:37:49 | 2020-05-20T18:30:36 | 2020-05-20T18:30:36 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1308/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1308/timeline | null | completed | null | null | false | |
https://api.github.com/repos/streamlit/streamlit/issues/1307 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1307/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1307/comments | https://api.github.com/repos/streamlit/streamlit/issues/1307/events | https://github.com/streamlit/streamlit/pull/1307 | 594,614,346 | MDExOlB1bGxSZXF1ZXN0Mzk5MjE3ODk5 | 1,307 | Fix security vulnerabilities | {
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.github.com/users/kantuni/... | [] | closed | false | null | [] | null | 0 | 2020-04-05T19:49:14 | 2020-04-06T20:13:23 | 2020-04-06T20:13:19 | COLLABORATOR | null | Make sure that `kind-of@^6.0.3` and `minimist@^0.2.1`. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1307/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1307/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1307",
"html_url": "https://github.com/streamlit/streamlit/pull/1307",
"diff_url": "https://github.com/streamlit/streamlit/pull/1307.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1307.patch",
"merged_at": "2020-04-06T20:13:19"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1306 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1306/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1306/comments | https://api.github.com/repos/streamlit/streamlit/issues/1306/events | https://github.com/streamlit/streamlit/pull/1306 | 594,579,955 | MDExOlB1bGxSZXF1ZXN0Mzk5MTg4OTk4 | 1,306 | Add geo layers to DeckGlJsonChart | {
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.github.com/users/kantuni/... | [] | closed | false | null | [] | null | 9 | 2020-04-05T18:00:11 | 2020-05-06T20:26:36 | 2020-05-06T20:26:30 | COLLABORATOR | null | Closes #1229 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1306/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1306/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1306",
"html_url": "https://github.com/streamlit/streamlit/pull/1306",
"diff_url": "https://github.com/streamlit/streamlit/pull/1306.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1306.patch",
"merged_at": "2020-05-06T20:26:30"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1305 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1305/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1305/comments | https://api.github.com/repos/streamlit/streamlit/issues/1305/events | https://github.com/streamlit/streamlit/issues/1305 | 594,534,977 | MDU6SXNzdWU1OTQ1MzQ5Nzc= | 1,305 | Streamlit hello test failure not recorded | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"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 | {
"login": "tconkling",
"id": 709022,
"node_id": "MDQ6VXNlcjcwOTAyMg==",
"avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tconkling",
"html_url": "https://github.com/tconkling",
"followers_url": "https://api.github.com/users/tcon... | [
{
"login": "tconkling",
"id": 709022,
"node_id": "MDQ6VXNlcjcwOTAyMg==",
"avatar_url": "https://avatars.githubusercontent.com/u/709022?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tconkling",
"html_url": "https://github.com/tconkling",
"followers_url": "https://api.g... | null | 2 | 2020-04-05T16:11:42 | 2020-07-13T22:29:06 | 2020-07-13T22:24:17 | CONTRIBUTOR | null | The `streamlit hello` cypress test in run_e2e_tests.sh doesn't have any impact if it fails. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1305/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1305/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1304 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1304/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1304/comments | https://api.github.com/repos/streamlit/streamlit/issues/1304/events | https://github.com/streamlit/streamlit/issues/1304 | 593,897,399 | MDU6SXNzdWU1OTM4OTczOTk= | 1,304 | Context: streamlit.graphviz_chart Typo: should be graphviz.Digraph NOT graphviz.DiGraph | {
"login": "leifulstrup",
"id": 4019898,
"node_id": "MDQ6VXNlcjQwMTk4OTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/4019898?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/leifulstrup",
"html_url": "https://github.com/leifulstrup",
"followers_url": "https://api.github.com/us... | [
{
"id": 1634956291,
"node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs",
"name": "type:docs",
"color": "0052CC",
"default": false,
"description": "Requests for changes to docs (will be rerouted to docs repo)"
}
] | closed | false | null | [] | null | 1 | 2020-04-04T14:37:30 | 2020-04-08T21:10:05 | 2020-04-08T21:10:05 | NONE | null | **Link to doc page in question (if any):** https://docs.streamlit.io/api.html#streamlit.graphviz_chart
**Name of the Streamlit feature whose docs need improvement:**
**What you think the docs should say:**
graph = graphviz.Digraph() # there is a DiGraph in nx package
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1304/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1304/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1303 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1303/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1303/comments | https://api.github.com/repos/streamlit/streamlit/issues/1303/events | https://github.com/streamlit/streamlit/pull/1303 | 593,765,185 | MDExOlB1bGxSZXF1ZXN0Mzk4NDgzODk0 | 1,303 | Version 0.57.3 | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 0 | 2020-04-04T07:33:21 | 2020-04-05T10:08:09 | 2020-04-05T10:08:02 | CONTRIBUTOR | null | Just up version to 0.57.3 without any other changes. That's because 0.57.3 was just released consisting of 0.57.2, which is already merged into develop, plus a cherrypick that is also already merged into develop. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1303/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1303/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1303",
"html_url": "https://github.com/streamlit/streamlit/pull/1303",
"diff_url": "https://github.com/streamlit/streamlit/pull/1303.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1303.patch",
"merged_at": "2020-04-05T10:08:02"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1302 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1302/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1302/comments | https://api.github.com/repos/streamlit/streamlit/issues/1302/events | https://github.com/streamlit/streamlit/pull/1302 | 593,757,073 | MDExOlB1bGxSZXF1ZXN0Mzk4NDc3Nzc2 | 1,302 | Release 0.57.3 | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 2 | 2020-04-04T06:31:10 | 2020-04-04T07:31:40 | 2020-04-04T07:26:49 | CONTRIBUTOR | null | Fix file_uploader bug (Will create it and link here soon) | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1302/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1302/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1302",
"html_url": "https://github.com/streamlit/streamlit/pull/1302",
"diff_url": "https://github.com/streamlit/streamlit/pull/1302.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1302.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1301 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1301/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1301/comments | https://api.github.com/repos/streamlit/streamlit/issues/1301/events | https://github.com/streamlit/streamlit/issues/1301 | 593,603,361 | MDU6SXNzdWU1OTM2MDMzNjE= | 1,301 | Improve our format parameter as python format | {
"login": "arraydude",
"id": 631997,
"node_id": "MDQ6VXNlcjYzMTk5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arraydude",
"html_url": "https://github.com/arraydude",
"followers_url": "https://api.github.com/users/arra... | [
{
"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 | 2020-04-03T19:48:29 | 2022-11-15T17:00:28 | null | CONTRIBUTOR | null | ### Problem
*As a user:* I want to format my number as I do with Python.
For example:
```python
x = 1000000
print(f"{x:,}")
# 1,000,000
```
### Additional context
https://discuss.streamlit.io/t/format-integer-with-comma-using-python-printf/2344
---
Community voting on feature requests enables th... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1301/reactions",
"total_count": 29,
"+1": 29,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1301/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1300 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1300/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1300/comments | https://api.github.com/repos/streamlit/streamlit/issues/1300/events | https://github.com/streamlit/streamlit/issues/1300 | 593,431,500 | MDU6SXNzdWU1OTM0MzE1MDA= | 1,300 | scale/stretch bokeh plots to full screen while using aspect ratio | {
"login": "mrkbs",
"id": 39627686,
"node_id": "MDQ6VXNlcjM5NjI3Njg2",
"avatar_url": "https://avatars.githubusercontent.com/u/39627686?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mrkbs",
"html_url": "https://github.com/mrkbs",
"followers_url": "https://api.github.com/users/mrkbs/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": 1964044893,
"node_id": "MDU6TGFiZ... | closed | false | {
"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... | [
{
"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... | null | 5 | 2020-04-03T14:41:37 | 2021-03-26T15:08:09 | 2021-03-26T15:08:09 | NONE | null | # Summary
When changing the aspect ratio in a bokeh-plot, toggling full screen for that plot in the brwoser does not scale the plot window to the window size. Only the width is matched to the full screen window. The height is kept according to the chosen aspect ratio.
# Steps to reproduce
What are the steps we... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1300/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1300/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1299 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1299/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1299/comments | https://api.github.com/repos/streamlit/streamlit/issues/1299/events | https://github.com/streamlit/streamlit/issues/1299 | 593,320,372 | MDU6SXNzdWU1OTMzMjAzNzI= | 1,299 | Set gatherUsageStats via streamlit run paramter | {
"login": "Tareqox",
"id": 57497509,
"node_id": "MDQ6VXNlcjU3NDk3NTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/57497509?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Tareqox",
"html_url": "https://github.com/Tareqox",
"followers_url": "https://api.github.com/users/Tareqo... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 2 | 2020-04-03T11:38:30 | 2022-10-05T17:51:39 | 2020-04-05T16:23:10 | NONE | null | # Summary
Analogous to `streamlit run app.py --server.enableCORS False `
i tried to set:
`streamlit run app.py --server.gatherUsageStats False`
it gives me the error, that the parameter is not known.
Can you set this parameter at all via streamlit run? If so, what is the correct name? I did not find a docume... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1299/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1299/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1298 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1298/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1298/comments | https://api.github.com/repos/streamlit/streamlit/issues/1298/events | https://github.com/streamlit/streamlit/issues/1298 | 593,134,285 | MDU6SXNzdWU1OTMxMzQyODU= | 1,298 | file_uploader does not work on first load | {
"login": "ingridgoh",
"id": 6029239,
"node_id": "MDQ6VXNlcjYwMjkyMzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6029239?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ingridgoh",
"html_url": "https://github.com/ingridgoh",
"followers_url": "https://api.github.com/users/in... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 4 | 2020-04-03T06:33:51 | 2020-12-07T12:30:13 | 2020-04-04T20:06:55 | NONE | null | # Summary
When using the file_uploader widget to upload files on first page load, streamlit does not detect that the file is uploaded and the subsequent code does not run at all. Only after refreshing the page does the file uploader widget work correctly.
# Steps to reproduce
Code:
```
import streamlit as s... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1298/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1298/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1297 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1297/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1297/comments | https://api.github.com/repos/streamlit/streamlit/issues/1297/events | https://github.com/streamlit/streamlit/issues/1297 | 593,106,532 | MDU6SXNzdWU1OTMxMDY1MzI= | 1,297 | Setting non-Parameter class attribute opts.Segments | {
"login": "drorata",
"id": 2905978,
"node_id": "MDQ6VXNlcjI5MDU5Nzg=",
"avatar_url": "https://avatars.githubusercontent.com/u/2905978?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/drorata",
"html_url": "https://github.com/drorata",
"followers_url": "https://api.github.com/users/drorata/... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 1 | 2020-04-03T06:00:51 | 2020-04-03T06:20:21 | 2020-04-03T06:20:21 | NONE | null | # Summary
After upgrading to 0.57 I got the following warning:
```
WARNING:param: Setting non-Parameter class attribute opts.Segments = <classmethod object at 0x1188ce610>
```
With version 0.55 which was installed before the upgrade no warning was issued.
# Steps to reproduce
In a fresh environment and... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1297/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1297/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1296 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1296/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1296/comments | https://api.github.com/repos/streamlit/streamlit/issues/1296/events | https://github.com/streamlit/streamlit/pull/1296 | 592,989,445 | MDExOlB1bGxSZXF1ZXN0Mzk3ODY2NDAz | 1,296 | Update data explorer docs w/ small communication fix | {
"login": "mrdbourke",
"id": 16750345,
"node_id": "MDQ6VXNlcjE2NzUwMzQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/16750345?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mrdbourke",
"html_url": "https://github.com/mrdbourke",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | 1 | 2020-04-03T00:01:02 | 2020-04-08T20:19:11 | 2020-04-08T20:19:11 | CONTRIBUTOR | null | "Replace the line `st.write('Done!')` with this:" -> "Replace the line `data_load_state.text('Loading data...done!')` with this:"
`st.write('Done!')` isn't used in the data explorer demo app, replaced parts where it's referenced with appropriate text.
PS Absolutely beautiful documentation. Looking more and more f... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1296/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1296/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1296",
"html_url": "https://github.com/streamlit/streamlit/pull/1296",
"diff_url": "https://github.com/streamlit/streamlit/pull/1296.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1296.patch",
"merged_at": "2020-04-08T20:19:11"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1295 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1295/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1295/comments | https://api.github.com/repos/streamlit/streamlit/issues/1295/events | https://github.com/streamlit/streamlit/pull/1295 | 592,980,627 | MDExOlB1bGxSZXF1ZXN0Mzk3ODU5NjEx | 1,295 | Showing an error when it's not localhost and has no mapbox token | {
"login": "arraydude",
"id": 631997,
"node_id": "MDQ6VXNlcjYzMTk5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arraydude",
"html_url": "https://github.com/arraydude",
"followers_url": "https://api.github.com/users/arra... | [] | closed | false | null | [] | null | 6 | 2020-04-02T23:34:00 | 2020-05-28T20:11:43 | 2020-05-27T22:20:36 | CONTRIBUTOR | null | **Issue:** Fix #1136 #812
**Description:** As it is not possible to render a Mapbox without any token we are delimiting the use locally.
- Prevent fetching token when it's not localhost or hello.py
- Using axios instead of fetch
- Added new step for cypress job in which we set the mapbox token
- Unittest
... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1295/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1295/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1295",
"html_url": "https://github.com/streamlit/streamlit/pull/1295",
"diff_url": "https://github.com/streamlit/streamlit/pull/1295.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1295.patch",
"merged_at": "2020-05-27T22:20:36"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1294 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1294/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1294/comments | https://api.github.com/repos/streamlit/streamlit/issues/1294/events | https://github.com/streamlit/streamlit/issues/1294 | 592,713,670 | MDU6SXNzdWU1OTI3MTM2NzA= | 1,294 | Images sometimes do not appear | {
"login": "m-ad",
"id": 14111443,
"node_id": "MDQ6VXNlcjE0MTExNDQz",
"avatar_url": "https://avatars.githubusercontent.com/u/14111443?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/m-ad",
"html_url": "https://github.com/m-ad",
"followers_url": "https://api.github.com/users/m-ad/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": 1637089211,
"node_id": "MDU6TGFiZ... | closed | false | {
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/users/nthmost/follower... | [
{
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/us... | null | 51 | 2020-04-02T15:19:00 | 2023-02-08T18:51:37 | 2020-10-09T00:40:56 | NONE | null | # Summary
The site randomly shows "0" for images inserted via st.image() and MediaFileManager logs "Missing file".
## More information
I have a couple of jpg images embedded with st.image() and randomly they will not render, instead there will just be a 0 shown instead. Reloading the page or rerunning the code fix... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1294/reactions",
"total_count": 10,
"+1": 8,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 2
} | https://api.github.com/repos/streamlit/streamlit/issues/1294/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1293 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1293/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1293/comments | https://api.github.com/repos/streamlit/streamlit/issues/1293/events | https://github.com/streamlit/streamlit/issues/1293 | 592,555,574 | MDU6SXNzdWU1OTI1NTU1NzQ= | 1,293 | ERROR 1: PROJ: proj_create_from_database: cannot build geodeticCRS 4326: SQLite error on SELECT name, ellipsoid_auth_name, ellipsoid_code, prime_meridian_auth_name, prime_meridian_code, area_of_use_auth_name, area_of_use_code, publication_date, deprecated FROM geodetic_datum WHERE auth_name = ? AND code = ?: no such co... | {
"login": "gonhonoria",
"id": 37090872,
"node_id": "MDQ6VXNlcjM3MDkwODcy",
"avatar_url": "https://avatars.githubusercontent.com/u/37090872?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gonhonoria",
"html_url": "https://github.com/gonhonoria",
"followers_url": "https://api.github.com/use... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 4 | 2020-04-02T11:22:20 | 2021-03-16T21:03:38 | 2020-04-02T20:05:22 | NONE | null | # Summary
Issue to display geomap
Type here a clear and concise description of the bug. Aim for 2-3 sentences.
# Steps to reproduce
What are the steps we should take to reproduce the bug:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
## Expected behavior:
Explain what you expect to happe... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1293/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1293/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1292 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1292/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1292/comments | https://api.github.com/repos/streamlit/streamlit/issues/1292/events | https://github.com/streamlit/streamlit/issues/1292 | 592,552,387 | MDU6SXNzdWU1OTI1NTIzODc= | 1,292 | can't import streamlit | {
"login": "Ivyw1219",
"id": 28444726,
"node_id": "MDQ6VXNlcjI4NDQ0NzI2",
"avatar_url": "https://avatars.githubusercontent.com/u/28444726?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Ivyw1219",
"html_url": "https://github.com/Ivyw1219",
"followers_url": "https://api.github.com/users/Ivy... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 7 | 2020-04-02T11:16:46 | 2022-12-21T10:59:36 | 2020-04-05T16:18:22 | NONE | null | # Summary
**Error: Streamlit requires raw Python (.py) files, not .**
I checked the file format, it is python, not others.
The streamlit version is 0.56.0
The python version is 3.7
How can I solve this?
# Steps to reproduce
What are the steps we should take to reproduce the bug:
1. Go to '...'
2. Cli... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1292/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1292/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1291 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1291/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1291/comments | https://api.github.com/repos/streamlit/streamlit/issues/1291/events | https://github.com/streamlit/streamlit/issues/1291 | 592,392,085 | MDU6SXNzdWU1OTIzOTIwODU= | 1,291 | Keyboard shortcuts | {
"login": "jrouquie",
"id": 741299,
"node_id": "MDQ6VXNlcjc0MTI5OQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/741299?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrouquie",
"html_url": "https://github.com/jrouquie",
"followers_url": "https://api.github.com/users/jrouqui... | [
{
"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 | 28 | 2020-04-02T06:33:39 | 2022-11-29T23:10:40 | null | NONE | null | ### Problem
I'm more productive when I can use keyboard shortcuts.
E.g. press left/right to move to previous / next image. Press space to toggle some viz. Press j/k to move up/down some slider.
### Solution
**MVP:** Provide a way to map 80% of the keys to custom actions. It could be an optional argument to `s... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1291/reactions",
"total_count": 30,
"+1": 30,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1291/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1290 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1290/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1290/comments | https://api.github.com/repos/streamlit/streamlit/issues/1290/events | https://github.com/streamlit/streamlit/pull/1290 | 591,691,772 | MDExOlB1bGxSZXF1ZXN0Mzk2ODExNzIw | 1,290 | Make preheated session have a normal unguessable ID | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 0 | 2020-04-01T07:32:09 | 2020-04-02T01:00:00 | 2020-04-02T00:59:57 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1290/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1290/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1290",
"html_url": "https://github.com/streamlit/streamlit/pull/1290",
"diff_url": "https://github.com/streamlit/streamlit/pull/1290.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1290.patch",
"merged_at": "2020-04-02T00:59:57"... | true | |
https://api.github.com/repos/streamlit/streamlit/issues/1289 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1289/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1289/comments | https://api.github.com/repos/streamlit/streamlit/issues/1289/events | https://github.com/streamlit/streamlit/pull/1289 | 591,683,476 | MDExOlB1bGxSZXF1ZXN0Mzk2ODA0OTA1 | 1,289 | Update URL used for data files in Streamlit hello | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 0 | 2020-04-01T07:15:35 | 2020-04-02T05:53:31 | 2020-04-02T04:36:53 | CONTRIBUTOR | null | The datafiles from /examples/data are now available at a dedicated repo:
https://github.com/streamlit/hello-data/tree/master/v1
That's their new home from now on! So I've updated the Hello pydeck example to match.
Let's delete the old /examples/data in September this year, to give users enough time to upgrade.
... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1289/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1289/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1289",
"html_url": "https://github.com/streamlit/streamlit/pull/1289",
"diff_url": "https://github.com/streamlit/streamlit/pull/1289.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1289.patch",
"merged_at": "2020-04-02T04:36:53"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1288 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1288/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1288/comments | https://api.github.com/repos/streamlit/streamlit/issues/1288/events | https://github.com/streamlit/streamlit/issues/1288 | 591,667,889 | MDU6SXNzdWU1OTE2Njc4ODk= | 1,288 | AmbiguousTimeError when trying to display dataframe with timestamps | {
"login": "laura-ham",
"id": 26965746,
"node_id": "MDQ6VXNlcjI2OTY1NzQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/26965746?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/laura-ham",
"html_url": "https://github.com/laura-ham",
"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": 1964011103,
"node_id": "MDU6TGFiZ... | closed | false | null | [] | null | 5 | 2020-04-01T06:42:32 | 2022-02-02T01:28:21 | 2022-02-02T01:28:21 | NONE | null | # Summary
I get a the following error when trying to display a dataframe with datetime values:
`AmbiguousTimeError: Cannot infer dst time from %r, try using the 'ambiguous' argument`
# Steps to reproduce
1. Have a panda dataframe with a column Series with datetime stamps over the whole year, so including the... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1288/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1288/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1287 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1287/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1287/comments | https://api.github.com/repos/streamlit/streamlit/issues/1287/events | https://github.com/streamlit/streamlit/issues/1287 | 591,604,220 | MDU6SXNzdWU1OTE2MDQyMjA= | 1,287 | Refactor flaky e2e test locations | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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 | 2020-04-01T04:03:28 | 2021-03-26T15:04:03 | 2021-03-26T15:04:03 | CONTRIBUTOR | null | Flaky tests currently live alongside non flaky ones as siblings in the root folder.
Move them under a parent folder using one of the following approaches
- e2e/flaky/specs, e2e/flaky/scripts
- e2e/specs/flaky/foo.spec.ts, e2e/scripts/flaky/foo.py
- e2e/specs/flaky_foo.spec.ts, e2e/scripts/flaky_foo.py
Question... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1287/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1287/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1286 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1286/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1286/comments | https://api.github.com/repos/streamlit/streamlit/issues/1286/events | https://github.com/streamlit/streamlit/issues/1286 | 591,322,954 | MDU6SXNzdWU1OTEzMjI5NTQ= | 1,286 | Test all pages of `streamlit hello` in e2e test | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
},
{
"... | closed | false | {
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.github.com/users/kantuni/... | [
{
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.githu... | null | 0 | 2020-03-31T18:24:40 | 2020-09-08T18:29:26 | 2020-09-08T18:29:26 | CONTRIBUTOR | null | Right now `e2e/specs/st_hello.spec.ts` only tests the landing page of `streamlit hello`. And even then, it doesn't test it well -- no screenshot!
We should test all pages so we can catch issues like #1277 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1286/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1286/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1285 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1285/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1285/comments | https://api.github.com/repos/streamlit/streamlit/issues/1285/events | https://github.com/streamlit/streamlit/pull/1285 | 591,320,228 | MDExOlB1bGxSZXF1ZXN0Mzk2NTExMjE3 | 1,285 | Release 0.57.2 | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 0 | 2020-03-31T18:20:37 | 2020-04-01T18:01:35 | 2020-04-01T07:31:53 | CONTRIBUTOR | null | Fix `hello` by readding data folder in examples. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1285/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1285/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1285",
"html_url": "https://github.com/streamlit/streamlit/pull/1285",
"diff_url": "https://github.com/streamlit/streamlit/pull/1285.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1285.patch",
"merged_at": "2020-04-01T07:31:53"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1284 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1284/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1284/comments | https://api.github.com/repos/streamlit/streamlit/issues/1284/events | https://github.com/streamlit/streamlit/pull/1284 | 591,192,995 | MDExOlB1bGxSZXF1ZXN0Mzk2NDA0NzI3 | 1,284 | Default hash func for sql alchemy engine | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [] | closed | false | null | [] | null | 1 | 2020-03-31T15:14:58 | 2020-04-24T19:50:08 | 2020-04-24T19:50:07 | CONTRIBUTOR | null | Issue #1190 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1284/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1284/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1284",
"html_url": "https://github.com/streamlit/streamlit/pull/1284",
"diff_url": "https://github.com/streamlit/streamlit/pull/1284.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1284.patch",
"merged_at": "2020-04-24T19:50:07"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1283 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1283/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1283/comments | https://api.github.com/repos/streamlit/streamlit/issues/1283/events | https://github.com/streamlit/streamlit/issues/1283 | 591,124,366 | MDU6SXNzdWU1OTExMjQzNjY= | 1,283 | Replace "Connecting with Streamlit Server" with "Connecting to local Streamlit server." | {
"login": "treuille",
"id": 1673013,
"node_id": "MDQ6VXNlcjE2NzMwMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1673013?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/treuille",
"html_url": "https://github.com/treuille",
"followers_url": "https://api.github.com/users/treui... | [
{
"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 | 2020-03-31T13:47:21 | 2022-09-23T13:57:52 | 2022-09-23T13:57:52 | CONTRIBUTOR | null | # Summary
A message we display is confusing and could cause unfounded security concerns among users.
Before the websocket connection is established, the user sees "connecting with Streamlit Server." Streamlit user @2mol thought that this meant one of our own servers rather than the just-created local server #1279... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1283/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/1283/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1282 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1282/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1282/comments | https://api.github.com/repos/streamlit/streamlit/issues/1282/events | https://github.com/streamlit/streamlit/issues/1282 | 590,776,735 | MDU6SXNzdWU1OTA3NzY3MzU= | 1,282 | "Tried to use SessionInfo before it was initialized" error in 0.57.0 | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 0 | 2020-03-31T04:13:50 | 2020-03-31T04:14:26 | 2020-03-31T04:14:26 | CONTRIBUTOR | null | # Steps to reproduce
1. `streamlit hello`
2. ...a browser tab automatically opens. Leave that tab as it is!
3. Open a second browser tab pointing at the app (i.e. localhost:8501)
## Expected behavior:
Both tabs work just fine!
## Actual behavior:
The second tab sometimes shows a dialog saying "Tried to... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1282/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1282/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1281 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1281/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1281/comments | https://api.github.com/repos/streamlit/streamlit/issues/1281/events | https://github.com/streamlit/streamlit/pull/1281 | 590,703,385 | MDExOlB1bGxSZXF1ZXN0Mzk1OTk0Nzgz | 1,281 | Plugins: webpack, iframe | {
"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 | 2020-03-31T00:59:15 | 2020-04-06T16:34:46 | 2020-04-06T16:15:42 | COLLABORATOR | null | This is a hacky but functional implementation of `st.plugin` that serves a webpack-compiled build folder, and wraps it in an iframe.
The Streamlit <-> iframe communication plumbing doesn't exist yet.
You can run `examples/plugin_example.py` to see it in action. (But the arg passing doesn't do anything yet.)
Ev... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1281/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/1281/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1281",
"html_url": "https://github.com/streamlit/streamlit/pull/1281",
"diff_url": "https://github.com/streamlit/streamlit/pull/1281.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1281.patch",
"merged_at": "2020-04-06T16:15:42"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1280 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1280/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1280/comments | https://api.github.com/repos/streamlit/streamlit/issues/1280/events | https://github.com/streamlit/streamlit/pull/1280 | 590,362,344 | MDExOlB1bGxSZXF1ZXN0Mzk1NzEwMjE0 | 1,280 | hash_func for tensorflow session | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [] | closed | false | null | [] | null | 0 | 2020-03-30T15:01:47 | 2020-03-30T23:59:58 | 2020-03-30T23:59:57 | CONTRIBUTOR | null | Issue #1203 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1280/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1280/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1280",
"html_url": "https://github.com/streamlit/streamlit/pull/1280",
"diff_url": "https://github.com/streamlit/streamlit/pull/1280.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1280.patch",
"merged_at": "2020-03-30T23:59:57"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1279 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1279/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1279/comments | https://api.github.com/repos/streamlit/streamlit/issues/1279/events | https://github.com/streamlit/streamlit/issues/1279 | 589,816,546 | MDU6SXNzdWU1ODk4MTY1NDY= | 1,279 | Why does streamlit need to connect to a remote server? | {
"login": "2mol",
"id": 1773075,
"node_id": "MDQ6VXNlcjE3NzMwNzU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1773075?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/2mol",
"html_url": "https://github.com/2mol",
"followers_url": "https://api.github.com/users/2mol/followers",
... | [
{
"id": 1634956291,
"node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs",
"name": "type:docs",
"color": "0052CC",
"default": false,
"description": "Requests for changes to docs (will be rerouted to docs repo)"
}
] | closed | false | null | [] | null | 5 | 2020-03-29T15:25:36 | 2021-11-01T20:58:10 | 2020-03-31T13:49:00 | NONE | null | It's not clear to me why Streamlit needs to connect to the streamlit server.
I am following the Azure deployment guide [here](https://towardsdatascience.com/deploying-a-streamlit-web-app-with-azure-app-service-1f09a2159743) and I get to the issue where the app is on "Please wait..." forever. On the top right it show... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1279/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/1279/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1278 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1278/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1278/comments | https://api.github.com/repos/streamlit/streamlit/issues/1278/events | https://github.com/streamlit/streamlit/pull/1278 | 589,792,159 | MDExOlB1bGxSZXF1ZXN0Mzk1MjUxNzA3 | 1,278 | Fix broken map demo in streamlit hello | {
"login": "tejasvi",
"id": 45873379,
"node_id": "MDQ6VXNlcjQ1ODczMzc5",
"avatar_url": "https://avatars.githubusercontent.com/u/45873379?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tejasvi",
"html_url": "https://github.com/tejasvi",
"followers_url": "https://api.github.com/users/tejasv... | [] | closed | false | null | [] | null | 0 | 2020-03-29T13:29:47 | 2020-03-31T18:17:55 | 2020-03-31T18:17:55 | CONTRIBUTOR | null | **Issue:** #1277
**Description:** Restored the dataset and the corresponding readme | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1278/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1278/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1278",
"html_url": "https://github.com/streamlit/streamlit/pull/1278",
"diff_url": "https://github.com/streamlit/streamlit/pull/1278.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1278.patch",
"merged_at": "2020-03-31T18:17:55"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1277 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1277/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1277/comments | https://api.github.com/repos/streamlit/streamlit/issues/1277/events | https://github.com/streamlit/streamlit/issues/1277 | 589,791,772 | MDU6SXNzdWU1ODk3OTE3NzI= | 1,277 | Mapping demo in `streamlit hello` example is broken | {
"login": "tejasvi",
"id": 45873379,
"node_id": "MDQ6VXNlcjQ1ODczMzc5",
"avatar_url": "https://avatars.githubusercontent.com/u/45873379?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tejasvi",
"html_url": "https://github.com/tejasvi",
"followers_url": "https://api.github.com/users/tejasv... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 3 | 2020-03-29T13:27:40 | 2020-03-31T18:21:31 | 2020-03-31T18:21:31 | CONTRIBUTOR | null | # The data source (/examples/data) is no longer present in the repo.
# Steps to reproduce
1. `streamlit hello`
2. Run mapping demo
## Expected behavior:
Run the demo.
## Actual behavior:
Deceiving error message:
> This demo requires internet access.
> Connection error: Not Found
## Is this a ... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1277/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1277/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1276 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1276/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1276/comments | https://api.github.com/repos/streamlit/streamlit/issues/1276/events | https://github.com/streamlit/streamlit/pull/1276 | 589,755,630 | MDExOlB1bGxSZXF1ZXN0Mzk1MjI0OTY0 | 1,276 | New st.pyplot clear_figure condition | {
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.github.com/users/kantuni/... | [] | closed | false | null | [] | null | 0 | 2020-03-29T09:46:08 | 2020-04-10T21:13:56 | 2020-04-10T21:13:51 | COLLABORATOR | null | Change behavior of `clear_figure` so it's:
- True by default if `fig` is not set
- False by default if `fig` is set
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1276/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1276/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1276",
"html_url": "https://github.com/streamlit/streamlit/pull/1276",
"diff_url": "https://github.com/streamlit/streamlit/pull/1276.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1276.patch",
"merged_at": "2020-04-10T21:13:51"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1275 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1275/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1275/comments | https://api.github.com/repos/streamlit/streamlit/issues/1275/events | https://github.com/streamlit/streamlit/pull/1275 | 589,749,502 | MDExOlB1bGxSZXF1ZXN0Mzk1MjIwNjc2 | 1,275 | Fix dataframe format issue | {
"login": "kantuni",
"id": 6151409,
"node_id": "MDQ6VXNlcjYxNTE0MDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6151409?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kantuni",
"html_url": "https://github.com/kantuni",
"followers_url": "https://api.github.com/users/kantuni/... | [] | closed | false | null | [] | null | 0 | 2020-03-29T09:02:05 | 2020-04-01T20:08:39 | 2020-04-01T20:08:33 | COLLABORATOR | null | Closes #1125. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1275/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1275/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1275",
"html_url": "https://github.com/streamlit/streamlit/pull/1275",
"diff_url": "https://github.com/streamlit/streamlit/pull/1275.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1275.patch",
"merged_at": "2020-04-01T20:08:33"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1274 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1274/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1274/comments | https://api.github.com/repos/streamlit/streamlit/issues/1274/events | https://github.com/streamlit/streamlit/pull/1274 | 589,738,655 | MDExOlB1bGxSZXF1ZXN0Mzk1MjEyODQw | 1,274 | Added support to st.image for objects supporting IPython.display.display | {
"login": "madhavajay",
"id": 2882739,
"node_id": "MDQ6VXNlcjI4ODI3Mzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/2882739?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/madhavajay",
"html_url": "https://github.com/madhavajay",
"followers_url": "https://api.github.com/users... | [] | closed | false | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [
{
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users... | null | 2 | 2020-03-29T07:38:19 | 2020-07-16T23:30:33 | 2020-07-16T20:14:56 | NONE | null | - methods _repr_jpeg_ or _repr_png_ are invoked if they exist
- this includes the likes of fastai.vision.image.Image
## Before contributing (PLEASE READ!)
⚠️ **As with most projects, prior to starting to code on a bug fix or feature request, please post in the issue saying you want to volunteer, and then wait fo... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1274/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1274/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1274",
"html_url": "https://github.com/streamlit/streamlit/pull/1274",
"diff_url": "https://github.com/streamlit/streamlit/pull/1274.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1274.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1273 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1273/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1273/comments | https://api.github.com/repos/streamlit/streamlit/issues/1273/events | https://github.com/streamlit/streamlit/issues/1273 | 589,738,560 | MDU6SXNzdWU1ODk3Mzg1NjA= | 1,273 | Support Images that conform to ipython.display.display | {
"login": "madhavajay",
"id": 2882739,
"node_id": "MDQ6VXNlcjI4ODI3Mzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/2882739?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/madhavajay",
"html_url": "https://github.com/madhavajay",
"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 | 2020-03-29T07:37:30 | 2022-11-15T17:00:29 | null | NONE | null | ### Problem
A lot of image classes out there support ipython.display's _repr_jpeg_ or _repr_png_.
Is your feature request related to a problem? Please describe the problem here. Ex. I'm always frustrated when [...]
Yes, I expected that when I passed a fastai.vision.image.Image to streamlit it would display it.
It... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1273/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1273/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1272 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1272/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1272/comments | https://api.github.com/repos/streamlit/streamlit/issues/1272/events | https://github.com/streamlit/streamlit/issues/1272 | 589,586,674 | MDU6SXNzdWU1ODk1ODY2NzQ= | 1,272 | Xgboost model not hashable | {
"login": "Pipboyguy",
"id": 34739235,
"node_id": "MDQ6VXNlcjM0NzM5MjM1",
"avatar_url": "https://avatars.githubusercontent.com/u/34739235?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Pipboyguy",
"html_url": "https://github.com/Pipboyguy",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
},
{
"... | closed | false | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com... | null | 2 | 2020-03-28T14:23:37 | 2020-05-22T15:42:42 | 2020-05-22T15:42:42 | NONE | null | Could not hash a fit_model output:
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1272/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1272/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1271 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1271/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1271/comments | https://api.github.com/repos/streamlit/streamlit/issues/1271/events | https://github.com/streamlit/streamlit/issues/1271 | 589,541,176 | MDU6SXNzdWU1ODk1NDExNzY= | 1,271 | Caching problem since 0.53.0 | {
"login": "AdrianSosic",
"id": 23265127,
"node_id": "MDQ6VXNlcjIzMjY1MTI3",
"avatar_url": "https://avatars.githubusercontent.com/u/23265127?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AdrianSosic",
"html_url": "https://github.com/AdrianSosic",
"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 | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com... | null | 2 | 2020-03-28T09:27:40 | 2020-04-23T17:57:08 | 2020-04-23T17:57:08 | NONE | null | # Summary
Hi, think I found a bug in Streamlit's caching mechanism that has been introduced somewhere after version 0.53.0. Compare the output of the following code between versions 0.53.0 and 0.54.0:
# Steps to reproduce
```
import numpy as np
import streamlit as st
class C:
def __init__(self, x):
s... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1271/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1271/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1270 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1270/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1270/comments | https://api.github.com/repos/streamlit/streamlit/issues/1270/events | https://github.com/streamlit/streamlit/pull/1270 | 589,525,133 | MDExOlB1bGxSZXF1ZXN0Mzk1MDU4OTMz | 1,270 | Release 0.57.1 - Fixes SessionInfo alert bug | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 1 | 2020-03-28T07:19:27 | 2020-03-31T04:14:19 | 2020-03-28T08:54:38 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1270/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1270/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1270",
"html_url": "https://github.com/streamlit/streamlit/pull/1270",
"diff_url": "https://github.com/streamlit/streamlit/pull/1270.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1270.patch",
"merged_at": "2020-03-28T08:54:38"... | true | |
https://api.github.com/repos/streamlit/streamlit/issues/1269 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1269/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1269/comments | https://api.github.com/repos/streamlit/streamlit/issues/1269/events | https://github.com/streamlit/streamlit/pull/1269 | 589,427,530 | MDExOlB1bGxSZXF1ZXN0Mzk0OTgxNzcz | 1,269 | Changing selectbox filtering as case insensitive | {
"login": "arraydude",
"id": 631997,
"node_id": "MDQ6VXNlcjYzMTk5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arraydude",
"html_url": "https://github.com/arraydude",
"followers_url": "https://api.github.com/users/arra... | [] | closed | false | null | [] | null | 0 | 2020-03-27T21:42:08 | 2020-03-28T00:19:44 | 2020-03-28T00:19:39 | CONTRIBUTOR | null | **Issue:** Changing selectbox filtering to case insensitive
**Description:** Fixing and adding test
---
**Contribution License Agreement**
By submiting 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/1269/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1269/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1269",
"html_url": "https://github.com/streamlit/streamlit/pull/1269",
"diff_url": "https://github.com/streamlit/streamlit/pull/1269.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1269.patch",
"merged_at": "2020-03-28T00:19:38"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1268 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1268/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1268/comments | https://api.github.com/repos/streamlit/streamlit/issues/1268/events | https://github.com/streamlit/streamlit/issues/1268 | 589,407,410 | MDU6SXNzdWU1ODk0MDc0MTA= | 1,268 | Need hash_func for type torch._C._TensorBase | {
"login": "tc87",
"id": 26268394,
"node_id": "MDQ6VXNlcjI2MjY4Mzk0",
"avatar_url": "https://avatars.githubusercontent.com/u/26268394?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tc87",
"html_url": "https://github.com/tc87",
"followers_url": "https://api.github.com/users/tc87/followers"... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
},
{
"... | closed | false | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [
{
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com... | null | 11 | 2020-03-27T20:53:13 | 2020-05-08T17:38:30 | 2020-05-08T16:42:56 | CONTRIBUTOR | null | # Summary
A community member noticed a "cannot hash of type" issue. More information can be found in [this forum discussion](https://discuss.streamlit.io/t/caching-pytorch-variables/2280).
# Full error message
This is the info provided by hertzmann:
```
“UnhashableType: Cannot hash object of type torch._C._Tenso... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1268/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1268/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1267 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1267/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1267/comments | https://api.github.com/repos/streamlit/streamlit/issues/1267/events | https://github.com/streamlit/streamlit/pull/1267 | 589,331,806 | MDExOlB1bGxSZXF1ZXN0Mzk0OTE0NDUx | 1,267 | Moving st_in_cache_warning from flaky to stable | {
"login": "arraydude",
"id": 631997,
"node_id": "MDQ6VXNlcjYzMTk5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arraydude",
"html_url": "https://github.com/arraydude",
"followers_url": "https://api.github.com/users/arra... | [] | closed | false | null | [] | null | 0 | 2020-03-27T18:42:57 | 2020-03-27T21:41:11 | 2020-03-27T21:41:08 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1267/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1267/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1267",
"html_url": "https://github.com/streamlit/streamlit/pull/1267",
"diff_url": "https://github.com/streamlit/streamlit/pull/1267.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1267.patch",
"merged_at": "2020-03-27T21:41:08"... | true | |
https://api.github.com/repos/streamlit/streamlit/issues/1266 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1266/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1266/comments | https://api.github.com/repos/streamlit/streamlit/issues/1266/events | https://github.com/streamlit/streamlit/pull/1266 | 588,842,967 | MDExOlB1bGxSZXF1ZXN0Mzk0NTE2NDkz | 1,266 | Release 0.57 | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 0 | 2020-03-27T02:28:20 | 2020-03-27T03:31:49 | 2020-03-27T03:31:43 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1266/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1266/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1266",
"html_url": "https://github.com/streamlit/streamlit/pull/1266",
"diff_url": "https://github.com/streamlit/streamlit/pull/1266.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1266.patch",
"merged_at": "2020-03-27T03:31:43"... | true | |
https://api.github.com/repos/streamlit/streamlit/issues/1265 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1265/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1265/comments | https://api.github.com/repos/streamlit/streamlit/issues/1265/events | https://github.com/streamlit/streamlit/pull/1265 | 588,810,990 | MDExOlB1bGxSZXF1ZXN0Mzk0NDkxMzYw | 1,265 | Version 0.57.0 - Argh. More Git/CircleCI errors. | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 0 | 2020-03-27T00:40:41 | 2020-03-27T02:29:04 | 2020-03-27T02:28:48 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1265/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1265/timeline | null | null | true | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1265",
"html_url": "https://github.com/streamlit/streamlit/pull/1265",
"diff_url": "https://github.com/streamlit/streamlit/pull/1265.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1265.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/streamlit/streamlit/issues/1264 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1264/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1264/comments | https://api.github.com/repos/streamlit/streamlit/issues/1264/events | https://github.com/streamlit/streamlit/pull/1264 | 588,808,547 | MDExOlB1bGxSZXF1ZXN0Mzk0NDg5NDE5 | 1,264 | Version 0.57.0 - Argh. Again... | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 0 | 2020-03-27T00:32:03 | 2020-03-27T01:00:56 | 2020-03-27T00:39:45 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1264/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1264/timeline | null | null | true | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1264",
"html_url": "https://github.com/streamlit/streamlit/pull/1264",
"diff_url": "https://github.com/streamlit/streamlit/pull/1264.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1264.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/streamlit/streamlit/issues/1263 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1263/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1263/comments | https://api.github.com/repos/streamlit/streamlit/issues/1263/events | https://github.com/streamlit/streamlit/pull/1263 | 588,705,721 | MDExOlB1bGxSZXF1ZXN0Mzk0NDAzMzUx | 1,263 | Fix bug where script was executing twice on first run. | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [] | closed | false | null | [] | null | 1 | 2020-03-26T20:26:52 | 2020-03-26T22:06:51 | 2020-03-26T21:43:35 | CONTRIBUTOR | null | This PR fixes #1230 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1263/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1263/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1263",
"html_url": "https://github.com/streamlit/streamlit/pull/1263",
"diff_url": "https://github.com/streamlit/streamlit/pull/1263.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1263.patch",
"merged_at": "2020-03-26T21:43:35"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1262 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1262/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1262/comments | https://api.github.com/repos/streamlit/streamlit/issues/1262/events | https://github.com/streamlit/streamlit/issues/1262 | 588,630,541 | MDU6SXNzdWU1ODg2MzA1NDE= | 1,262 | Improve discoverability of message to set $PATH on Windows | {
"login": "treuille",
"id": 1673013,
"node_id": "MDQ6VXNlcjE2NzMwMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1673013?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/treuille",
"html_url": "https://github.com/treuille",
"followers_url": "https://api.github.com/users/treui... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
},
{
"... | closed | false | {
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/users/nthmost/follower... | [
{
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/us... | null | 7 | 2020-03-26T18:21:41 | 2020-08-03T17:29:57 | 2020-08-03T17:29:57 | CONTRIBUTOR | null | # Summary
A number of users are running into trouble installing Streamlit on Windows because they don't realize they have to manually edit their `$PATH`.
- https://github.com/streamlit/streamlit/issues/1252
- https://discuss.streamlit.io/t/getting-an-error-streamlit-is-not-recognized-as-an-internal-or-external-... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1262/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1262/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1261 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1261/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1261/comments | https://api.github.com/repos/streamlit/streamlit/issues/1261/events | https://github.com/streamlit/streamlit/issues/1261 | 588,430,923 | MDU6SXNzdWU1ODg0MzA5MjM= | 1,261 | Checkbox display state mismatch | {
"login": "beeb",
"id": 703631,
"node_id": "MDQ6VXNlcjcwMzYzMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/703631?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/beeb",
"html_url": "https://github.com/beeb",
"followers_url": "https://api.github.com/users/beeb/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"
}
] | closed | false | null | [] | null | 1 | 2020-03-26T13:42:41 | 2020-03-29T08:32:54 | 2020-03-29T08:32:54 | NONE | null | # Summary
When using `checkbox`es to hide or show sections of the app, a change in the first checkbox will mess with subsequent checkboxes in terms of their display state (they lose their "checked" state if any)
# Steps to reproduce
With the MWE below:
- Run the app
- Check the "Third checkbox"
- Then, ch... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1261/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1261/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1260 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1260/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1260/comments | https://api.github.com/repos/streamlit/streamlit/issues/1260/events | https://github.com/streamlit/streamlit/pull/1260 | 588,216,318 | MDExOlB1bGxSZXF1ZXN0Mzk0MDA1MTMz | 1,260 | Media File Manager: manage memory during replace-media-in-place | {
"login": "nthmost",
"id": 98836,
"node_id": "MDQ6VXNlcjk4ODM2",
"avatar_url": "https://avatars.githubusercontent.com/u/98836?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nthmost",
"html_url": "https://github.com/nthmost",
"followers_url": "https://api.github.com/users/nthmost/follower... | [] | closed | false | null | [] | null | 2 | 2020-03-26T07:39:00 | 2020-05-04T12:33:54 | 2020-04-29T21:19:53 | CONTRIBUTOR | null | **Issue:** #1294
**Description:**
This PR introduces a sane memory management approach for MediaFileManager files in which we uniquely identify such files along with their "coordinates" in within their respective `element`.
To accomplish this, the DeltaGenerator gets a new private method, `_get_coordinat... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1260/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1260/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1260",
"html_url": "https://github.com/streamlit/streamlit/pull/1260",
"diff_url": "https://github.com/streamlit/streamlit/pull/1260.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1260.patch",
"merged_at": "2020-04-29T21:19:53"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1259 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1259/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1259/comments | https://api.github.com/repos/streamlit/streamlit/issues/1259/events | https://github.com/streamlit/streamlit/issues/1259 | 588,215,965 | MDU6SXNzdWU1ODgyMTU5NjU= | 1,259 | Selectbox state is lost when options list changes. Could it be kept? | {
"login": "beeb",
"id": 703631,
"node_id": "MDQ6VXNlcjcwMzYzMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/703631?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/beeb",
"html_url": "https://github.com/beeb",
"followers_url": "https://api.github.com/users/beeb/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": 1846373998,
"node_id": "MDU6TGFiZ... | closed | false | null | [] | null | 4 | 2020-03-26T07:38:16 | 2022-07-27T00:37:30 | 2022-07-27T00:37:30 | NONE | null | ### Problem
Consider the following MWE:
```python
import streamlit as st
import pandas as pd
df = pd.DataFrame([[1, 2, 3]], columns=['a', 'b', 'c'])
# we select which columns to display in a pandas dataframe
cols = st.multiselect('Columns to use:', df.columns.tolist(), df.columns.tolist())
df = df[cols] ... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1259/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1259/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1258 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1258/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1258/comments | https://api.github.com/repos/streamlit/streamlit/issues/1258/events | https://github.com/streamlit/streamlit/pull/1258 | 588,077,685 | MDExOlB1bGxSZXF1ZXN0MzkzODk3NDIw | 1,258 | DataFrame | Fixing column width behavior | {
"login": "arraydude",
"id": 631997,
"node_id": "MDQ6VXNlcjYzMTk5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/631997?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arraydude",
"html_url": "https://github.com/arraydude",
"followers_url": "https://api.github.com/users/arra... | [] | closed | false | null | [] | null | 0 | 2020-03-26T00:47:07 | 2020-03-27T19:39:52 | 2020-03-27T19:39:49 | CONTRIBUTOR | null | **Issue:** #155
**Description:**
- Setting max width when the table width exceeds the container width
- Giving the remaining space to cells
- Adding more space if the table is within 2/3 of the container width
<img width="450" alt="Screen Shot 2020-03-26 at 2 28 03 PM" src="https://user-images.githubuserconte... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1258/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1258/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1258",
"html_url": "https://github.com/streamlit/streamlit/pull/1258",
"diff_url": "https://github.com/streamlit/streamlit/pull/1258.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1258.patch",
"merged_at": "2020-03-27T19:39:49"... | true |
https://api.github.com/repos/streamlit/streamlit/issues/1257 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1257/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1257/comments | https://api.github.com/repos/streamlit/streamlit/issues/1257/events | https://github.com/streamlit/streamlit/pull/1257 | 588,042,060 | MDExOlB1bGxSZXF1ZXN0MzkzODY5NjM5 | 1,257 | Fix plugin tests | {
"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 | 2020-03-25T23:00:02 | 2020-03-25T23:00:29 | 2020-03-25T23:00:16 | COLLABORATOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1257/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1257/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1257",
"html_url": "https://github.com/streamlit/streamlit/pull/1257",
"diff_url": "https://github.com/streamlit/streamlit/pull/1257.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1257.patch",
"merged_at": "2020-03-25T23:00:16"... | true | |
https://api.github.com/repos/streamlit/streamlit/issues/1256 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1256/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1256/comments | https://api.github.com/repos/streamlit/streamlit/issues/1256/events | https://github.com/streamlit/streamlit/issues/1256 | 587,919,843 | MDU6SXNzdWU1ODc5MTk4NDM= | 1,256 | Error message should be clearer when there's a syntax error in the TOML file | {
"login": "tvst",
"id": 690814,
"node_id": "MDQ6VXNlcjY5MDgxNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tvst",
"html_url": "https://github.com/tvst",
"followers_url": "https://api.github.com/users/tvst/followers",
... | [
{
"id": 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 | 2020-03-25T18:56:51 | 2022-11-15T17:00:30 | null | CONTRIBUTOR | null | # Steps to reproduce
1. Create config.toml that has a syntax error, like this:
```toml
server.port=
```
2. Run a script with Streamlit (e.g. `streamlit hello`)
## Expected behavior:
We should see an error like this on the console:
```
ValueError: Error parsing ~/.streamlit/config.toml. This is most li... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1256/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1256/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1255 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1255/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1255/comments | https://api.github.com/repos/streamlit/streamlit/issues/1255/events | https://github.com/streamlit/streamlit/issues/1255 | 587,682,856 | MDU6SXNzdWU1ODc2ODI4NTY= | 1,255 | Bokeh not working on python 3.5 | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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": 1964044893,
"node_id": "MDU6TGFiZ... | closed | false | null | [] | null | 1 | 2020-03-25T13:06:40 | 2020-05-05T14:10:33 | 2020-05-05T14:10:33 | CONTRIBUTOR | null | - bokehjs 2.0 needs pybokeh 2.0 to work
- We have bokehjs 2.0 pinned in our package.json
- But pybokeh 2.0 requires python>=3.6
- bokeh is failing on python 3.5
Charts do not appear | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1255/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1255/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1254 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1254/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1254/comments | https://api.github.com/repos/streamlit/streamlit/issues/1254/events | https://github.com/streamlit/streamlit/pull/1254 | 587,668,620 | MDExOlB1bGxSZXF1ZXN0MzkzNTY1MjMx | 1,254 | pybokeh must be at least version 2 since bokehjs is version 2 | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/follow... | [] | closed | false | null | [] | null | 2 | 2020-03-25T12:41:46 | 2020-03-25T12:54:26 | 2020-03-25T12:54:20 | CONTRIBUTOR | null | Not sure if this PR is necessary, maybe I just had to upgrade my pip modules, but the idea behind it is correct, so perhaps we should enforce it in the Pipfile. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1254/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1254/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1254",
"html_url": "https://github.com/streamlit/streamlit/pull/1254",
"diff_url": "https://github.com/streamlit/streamlit/pull/1254.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1254.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1253 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1253/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1253/comments | https://api.github.com/repos/streamlit/streamlit/issues/1253/events | https://github.com/streamlit/streamlit/issues/1253 | 587,448,038 | MDU6SXNzdWU1ODc0NDgwMzg= | 1,253 | Need hash_func for type _asyncio.Task | {
"login": "tc87",
"id": 26268394,
"node_id": "MDQ6VXNlcjI2MjY4Mzk0",
"avatar_url": "https://avatars.githubusercontent.com/u/26268394?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tc87",
"html_url": "https://github.com/tc87",
"followers_url": "https://api.github.com/users/tc87/followers"... | [
{
"id": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
},
{
"... | open | false | null | [] | null | 0 | 2020-03-25T05:14:54 | 2022-11-15T17:00:30 | null | CONTRIBUTOR | null | # Summary
A community member noticed a "cannot hash of type" issue. More information can be found in [this forum discussion](https://discuss.streamlit.io/t/help-us-stress-test-streamlit-s-latest-caching-update/1944/15).
# Full error message
This is the error the community member received:
```
UnhashableType: Ca... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1253/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1253/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1252 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1252/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1252/comments | https://api.github.com/repos/streamlit/streamlit/issues/1252/events | https://github.com/streamlit/streamlit/issues/1252 | 587,269,920 | MDU6SXNzdWU1ODcyNjk5MjA= | 1,252 | Streamlit fails to run after pip installation on Windows 10 Anaconda | {
"login": "hertzmann",
"id": 5560050,
"node_id": "MDQ6VXNlcjU1NjAwNTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/5560050?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hertzmann",
"html_url": "https://github.com/hertzmann",
"followers_url": "https://api.github.com/users/he... | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | 7 | 2020-03-24T20:48:46 | 2022-05-07T19:30:33 | 2020-03-26T18:22:55 | NONE | null | # Summary
I've run `pip install streamlit` on Anaconda on Windows, but then `streamlit hello` fails to run ("command not found" type errors, "streamlit is not recognized as an internal or external command", etc).
# Steps to reproduce
What are the steps we should take to reproduce the bug:
1. Install Anacon... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1252/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1252/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1251 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1251/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1251/comments | https://api.github.com/repos/streamlit/streamlit/issues/1251/events | https://github.com/streamlit/streamlit/issues/1251 | 587,142,060 | MDU6SXNzdWU1ODcxNDIwNjA= | 1,251 | Improve st.cache error handling for Unhashable Types | {
"login": "jrhone",
"id": 699897,
"node_id": "MDQ6VXNlcjY5OTg5Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/699897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jrhone",
"html_url": "https://github.com/jrhone",
"followers_url": "https://api.github.com/users/jrhone/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": 1607719438,
"node_id": "MDU6TGFiZ... | open | false | null | [] | null | 0 | 2020-03-24T17:26:06 | 2020-10-12T19:04:23 | null | CONTRIBUTOR | null | We need to improve the error handling in the code snippet below.
```
try:
reduce_data = obj.__reduce__()
except BaseException as e:
raise UnhashableTypeError(e, obj)
```
Objects can define their own `__getstate__` method which get called by `__reduce__`... | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1251/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1251/timeline | null | null | null | null | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.