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/1855 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1855/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1855/comments | https://api.github.com/repos/streamlit/streamlit/issues/1855/events | https://github.com/streamlit/streamlit/issues/1855 | 678,365,529 | MDU6SXNzdWU2NzgzNjU1Mjk= | 1,855 | text_area updates every other update | {
"login": "ZupoLlask",
"id": 1229716,
"node_id": "MDQ6VXNlcjEyMjk3MTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/1229716?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZupoLlask",
"html_url": "https://github.com/ZupoLlask",
"followers_url": "https://api.github.com/users/ZupoLlask/followers",
"following_url": "https://api.github.com/users/ZupoLlask/following{/other_user}",
"gists_url": "https://api.github.com/users/ZupoLlask/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ZupoLlask/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ZupoLlask/subscriptions",
"organizations_url": "https://api.github.com/users/ZupoLlask/orgs",
"repos_url": "https://api.github.com/users/ZupoLlask/repos",
"events_url": "https://api.github.com/users/ZupoLlask/events{/privacy}",
"received_events_url": "https://api.github.com/users/ZupoLlask/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "MDU6TGFiZWwxODQ2MzczOTk4",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:state",
"name": "feature:state",
"color": "C5DEF5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | 2 | 2020-08-13T11:30:51 | 2021-11-30T20:43:51 | 2021-11-30T20:43:51 | NONE | null | # Summary
st.text_area is only returning the actual updated content on every other change.
# Steps to reproduce
What are the steps we should take to reproduce the bug:
```
import streamlit as st
import SessionState
session_state = SessionState.get(user_name="None", favorite_color="black")
st.write(session_state.user_name)
session_state.user_name = "Mary"
st.write(session_state.user_name)
template_string = st.text_area("Test", session_state.user_name, height=200)
session_state.user_name = template_string
```
## Actual behavior:
The text_area returned output only updates correctly every other change. For example:
1. Start with a blank text area
2. Add new text "My" Press ctrl+enter
3. Text area has text "My"
4. Add more text "My text" Press ctrl+enter
5. Only the word "My" appears
6. Repeat 4
7. "My text" appears
## Expected behavior:
Using either minimal example I would expect the text area to keep the update after every text_area change.
## Is this a regression?
That is, did this use to work the way you expected in the past?
no
# Debug info
- Streamlit version: Streamlit, version 0.61.0 and 0.64.1 nightly
- Python version: Python 3.8.3
- conda 4.8.3
- OS version: Windows
- Browser version: Chrome
# Additional information
@jetilton had already reported this bug on #1557 but in a way that got the issue dismissed.
I got the same exact issue and fine tuned his report... :-) | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1855/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/1855/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1854 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1854/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1854/comments | https://api.github.com/repos/streamlit/streamlit/issues/1854/events | https://github.com/streamlit/streamlit/pull/1854 | 678,180,981 | MDExOlB1bGxSZXF1ZXN0NDY3MTcyMDUx | 1,854 | Heading Anchors Draft (In-Page Link Enhancement) | {
"login": "wtype",
"id": 24996628,
"node_id": "MDQ6VXNlcjI0OTk2NjI4",
"avatar_url": "https://avatars.githubusercontent.com/u/24996628?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wtype",
"html_url": "https://github.com/wtype",
"followers_url": "https://api.github.com/users/wtype/followers",
"following_url": "https://api.github.com/users/wtype/following{/other_user}",
"gists_url": "https://api.github.com/users/wtype/gists{/gist_id}",
"starred_url": "https://api.github.com/users/wtype/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wtype/subscriptions",
"organizations_url": "https://api.github.com/users/wtype/orgs",
"repos_url": "https://api.github.com/users/wtype/repos",
"events_url": "https://api.github.com/users/wtype/events{/privacy}",
"received_events_url": "https://api.github.com/users/wtype/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 5 | 2020-08-13T06:11:43 | 2021-05-04T06:19:49 | 2021-02-05T18:03:46 | CONTRIBUTOR | null | # Heading Anchors Initial Draft (#824)
@nthmost
Updated this from the previous draft. I at least wanted to get a working draft before checking in.
This is a thin solution to adding anchors to heading elements: st.title, st.header, st.subheader, st.write(md). Need to work with Streamlit's ecosystem correctly and add a robust solution for st.write.
## Current setup
```python
st.title('this is a title')
st.title('this is a title', 'this is its anchor text')
```
**Renders**
```html
<a href="#this-is-a-title">
<h1 id="this-is-a-title">this is a title</h1>
</a>
<a href="#this-is-its-anchor-text">
<h1 id="this-is-its-anchor-text">this is a title</h1>
</a>
``` | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1854/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/1854/timeline | null | null | true | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1854",
"html_url": "https://github.com/streamlit/streamlit/pull/1854",
"diff_url": "https://github.com/streamlit/streamlit/pull/1854.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1854.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1853 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1853/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1853/comments | https://api.github.com/repos/streamlit/streamlit/issues/1853/events | https://github.com/streamlit/streamlit/pull/1853 | 678,016,358 | MDExOlB1bGxSZXF1ZXN0NDY3MDM5Mjcy | 1,853 | Release 0.65 | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-12T22:26:41 | 2020-08-12T23:23:06 | 2020-08-12T23:23:06 | CONTRIBUTOR | null | Update release notes, version, and notices for Release 0.65 released on 8/12.
Note: PR will not be squashed to align with 0.65.0 tag | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1853/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1853/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1853",
"html_url": "https://github.com/streamlit/streamlit/pull/1853",
"diff_url": "https://github.com/streamlit/streamlit/pull/1853.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1853.patch",
"merged_at": "2020-08-12T23:23:06"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1852 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1852/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1852/comments | https://api.github.com/repos/streamlit/streamlit/issues/1852/events | https://github.com/streamlit/streamlit/pull/1852 | 677,943,221 | MDExOlB1bGxSZXF1ZXN0NDY2OTc4NTYy | 1,852 | Fix security vulnerability | {
"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/followers",
"following_url": "https://api.github.com/users/kantuni/following{/other_user}",
"gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kantuni/subscriptions",
"organizations_url": "https://api.github.com/users/kantuni/orgs",
"repos_url": "https://api.github.com/users/kantuni/repos",
"events_url": "https://api.github.com/users/kantuni/events{/privacy}",
"received_events_url": "https://api.github.com/users/kantuni/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-12T20:02:48 | 2020-08-12T21:16:46 | 2020-08-12T21:16:42 | COLLABORATOR | null | Upgrade `serialize-javascript` to `3.1.0` or later. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1852/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1852/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1852",
"html_url": "https://github.com/streamlit/streamlit/pull/1852",
"diff_url": "https://github.com/streamlit/streamlit/pull/1852.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1852.patch",
"merged_at": "2020-08-12T21:16:42"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1850 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1850/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1850/comments | https://api.github.com/repos/streamlit/streamlit/issues/1850/events | https://github.com/streamlit/streamlit/issues/1850 | 677,892,399 | MDU6SXNzdWU2Nzc4OTIzOTk= | 1,850 | Minimum Characters for text_input | {
"login": "kurt-rhee",
"id": 33131958,
"node_id": "MDQ6VXNlcjMzMTMxOTU4",
"avatar_url": "https://avatars.githubusercontent.com/u/33131958?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kurt-rhee",
"html_url": "https://github.com/kurt-rhee",
"followers_url": "https://api.github.com/users/kurt-rhee/followers",
"following_url": "https://api.github.com/users/kurt-rhee/following{/other_user}",
"gists_url": "https://api.github.com/users/kurt-rhee/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kurt-rhee/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kurt-rhee/subscriptions",
"organizations_url": "https://api.github.com/users/kurt-rhee/orgs",
"repos_url": "https://api.github.com/users/kurt-rhee/repos",
"events_url": "https://api.github.com/users/kurt-rhee/events{/privacy}",
"received_events_url": "https://api.github.com/users/kurt-rhee/received_events",
"type": "User",
"site_admin": false
} | [
{
"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"
},
{
"id": 3904167520,
"node_id": "LA_kwDODCoeTs7otN5g",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:st.text_input",
"name": "feature:st.text_input",
"color": "C5DEF5",
"default": false,
"description": ""
}
] | open | false | null | [] | null | 0 | 2020-08-12T18:29:58 | 2022-11-15T17:00:22 | null | NONE | null | _(Note, you don't have to fill out every section here. They're just here for guidance. That said, nicely detailed feature requests are more likely to get eng attention sooner)_
### Problem
I would like my text_inputs to have a minimum number of characters. I run into this issue when creating CRUD apps with streamlit and the empty string characters confuse SQL when sorting.
### Solution
**MVP:** ValueError when parameter min_chars is violated
![image](https://user-images.githubusercontent.com/33131958/90053216-0628e980-dc8f-11ea-97b8-24cdce4e1ab1.png)
**Possible additions:** N/A
**Preferred solution:** MVP solution is preferred
### Additional context
N/A, willing to help if needed
---
Community voting on feature requests enables the Streamlit team to understand which features are most important to our users.
**If you'd like the Streamlit team to prioritize this feature request, please use the π (thumbs up emoji) reaction in response to the initial post.**
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1850/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/1850/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1849 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1849/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1849/comments | https://api.github.com/repos/streamlit/streamlit/issues/1849/events | https://github.com/streamlit/streamlit/pull/1849 | 677,714,186 | MDExOlB1bGxSZXF1ZXN0NDY2Nzg4NzMy | 1,849 | Introduce Select Slider which creates a slider over discrete values | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-12T13:55:35 | 2020-08-18T20:36:37 | 2020-08-18T20:36:36 | COLLABORATOR | null | **Issue:** https://github.com/streamlit/streamlit/issues/500
**Description:**
* Introduce Select Slider which creates a slider over discrete values
* Adds accessibility over values in the slider
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1849/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1849/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1849",
"html_url": "https://github.com/streamlit/streamlit/pull/1849",
"diff_url": "https://github.com/streamlit/streamlit/pull/1849.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1849.patch",
"merged_at": "2020-08-18T20:36:36"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1848 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1848/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1848/comments | https://api.github.com/repos/streamlit/streamlit/issues/1848/events | https://github.com/streamlit/streamlit/issues/1848 | 677,670,934 | MDU6SXNzdWU2Nzc2NzA5MzQ= | 1,848 | Import error in ipython | {
"login": "AnuragAnalog",
"id": 32128318,
"node_id": "MDQ6VXNlcjMyMTI4MzE4",
"avatar_url": "https://avatars.githubusercontent.com/u/32128318?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AnuragAnalog",
"html_url": "https://github.com/AnuragAnalog",
"followers_url": "https://api.github.com/users/AnuragAnalog/followers",
"following_url": "https://api.github.com/users/AnuragAnalog/following{/other_user}",
"gists_url": "https://api.github.com/users/AnuragAnalog/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AnuragAnalog/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AnuragAnalog/subscriptions",
"organizations_url": "https://api.github.com/users/AnuragAnalog/orgs",
"repos_url": "https://api.github.com/users/AnuragAnalog/repos",
"events_url": "https://api.github.com/users/AnuragAnalog/events{/privacy}",
"received_events_url": "https://api.github.com/users/AnuragAnalog/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-08-12T12:54:20 | 2021-05-23T20:11:35 | 2020-08-12T15:20:57 | NONE | null | ```python3
Python 3.6.9 (default, Jul 17 2020, 12:50:27)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.10.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import streamlit as st
-----------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-1-1aa3dc4fa683> in <module>
----> 1 import streamlit as st
/usr/local/lib/python3.6/dist-packages/streamlit/__init__.py in <module>
100 from streamlit import string_util as _string_util
101 from streamlit import type_util as _type_util
--> 102 from streamlit.DeltaGenerator import DeltaGenerator as _DeltaGenerator
103 from streamlit.ReportThread import add_report_ctx as _add_report_ctx
104 from streamlit.ReportThread import get_report_ctx as _get_report_ctx
/usr/local/lib/python3.6/dist-packages/streamlit/DeltaGenerator.py in <module>
39 from streamlit.js_number import JSNumber
40 from streamlit.js_number import JSNumberBoundsException
---> 41 from streamlit.proto import Alert_pb2
42 from streamlit.proto import Balloons_pb2
43 from streamlit.proto import BlockPath_pb2
/usr/local/lib/python3.6/dist-packages/streamlit/proto/Alert_pb2.py in <module>
19 syntax='proto3',
20 serialized_options=None,
---> 21 create_key=_descriptor._internal_create_key,
22 serialized_pb=b'\n\x1bstreamlit/proto/Alert.proto\"y\n\x05\x41lert\x12\x0c\n\x04\x62ody\x18\x01 \x01(\t\x12\x1d\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\r.Alert.Format\"C\n\x06\x46ormat\x12\n\n\x06UNUSED\x10\x00\x12\t\n\x05\x45RROR\x10\x01\x12\x0b\n\x07WARNING\x10\x02\x12\x08\n\x04INFO\x10\x03\x12\x0b\n\x07SUCCESS\x10\x04\x62\x06proto3'
23 )
AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
```
This is the streamlit package description
Name: streamlit
Version: 0.64.0
Summary: The fastest way to build data apps in Python
Home-page: https://streamlit.io
Author: Streamlit Inc
Author-email: hello@streamlit.io
License: Apache 2
Location: /usr/local/lib/python3.6/dist-packages
Requires: requests, packaging, pyarrow, altair, tzlocal, toml, protobuf, cachetools, botocore, astor, enum-compat, click, blinker, tornado, numpy, base58, pydeck, pillow, boto3, watchdog, pandas, validators, python-dateutil
Required-by:
Anyone can please help me out with this issue? | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1848/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1848/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1847 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1847/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1847/comments | https://api.github.com/repos/streamlit/streamlit/issues/1847/events | https://github.com/streamlit/streamlit/pull/1847 | 677,528,561 | MDExOlB1bGxSZXF1ZXN0NDY2NjMxNjcx | 1,847 | Returning dataframes | {
"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/followers",
"following_url": "https://api.github.com/users/kantuni/following{/other_user}",
"gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kantuni/subscriptions",
"organizations_url": "https://api.github.com/users/kantuni/orgs",
"repos_url": "https://api.github.com/users/kantuni/repos",
"events_url": "https://api.github.com/users/kantuni/events{/privacy}",
"received_events_url": "https://api.github.com/users/kantuni/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-12T09:07:05 | 2020-08-17T03:42:46 | 2020-08-17T03:42:41 | COLLABORATOR | null | `pandas.DataFrame` can now be used as a widget. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1847/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1847/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1847",
"html_url": "https://github.com/streamlit/streamlit/pull/1847",
"diff_url": "https://github.com/streamlit/streamlit/pull/1847.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1847.patch",
"merged_at": "2020-08-17T03:42:41"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1846 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1846/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1846/comments | https://api.github.com/repos/streamlit/streamlit/issues/1846/events | https://github.com/streamlit/streamlit/issues/1846 | 677,429,694 | MDU6SXNzdWU2Nzc0Mjk2OTQ= | 1,846 | Feature Request: Address Input Widget | {
"login": "sauhaardac",
"id": 10953031,
"node_id": "MDQ6VXNlcjEwOTUzMDMx",
"avatar_url": "https://avatars.githubusercontent.com/u/10953031?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sauhaardac",
"html_url": "https://github.com/sauhaardac",
"followers_url": "https://api.github.com/users/sauhaardac/followers",
"following_url": "https://api.github.com/users/sauhaardac/following{/other_user}",
"gists_url": "https://api.github.com/users/sauhaardac/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sauhaardac/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sauhaardac/subscriptions",
"organizations_url": "https://api.github.com/users/sauhaardac/orgs",
"repos_url": "https://api.github.com/users/sauhaardac/repos",
"events_url": "https://api.github.com/users/sauhaardac/events{/privacy}",
"received_events_url": "https://api.github.com/users/sauhaardac/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-12T06:29:45 | 2021-11-30T20:42:23 | 2021-11-30T20:42:22 | NONE | null | It would be great if there was some way to get location data from the user (similar to how address input on google maps works). Is there some existing solution to this? If not, I think it would make a great feature addition! | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1846/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/1846/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1845 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1845/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1845/comments | https://api.github.com/repos/streamlit/streamlit/issues/1845/events | https://github.com/streamlit/streamlit/issues/1845 | 677,358,419 | MDU6SXNzdWU2NzczNTg0MTk= | 1,845 | Updating urls seem to affect keyboard shortcuts | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": 2282122192,
"node_id": "MDU6TGFiZWwyMjgyMTIyMTky",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:experimental",
"name": "area:experimental",
"color": "C2E0C6",
"default": false,
"description": "Related to experimental features"
}
] | open | false | null | [] | null | 0 | 2020-08-12T03:42:12 | 2020-10-12T19:05:10 | null | CONTRIBUTOR | null | # Summary
With the new experimental query params functionality, our url can now change which appears to affect the keyboard shortcuts.
# Steps to reproduce
1. Start recording
2. Update url with `st.experimental_set_query_params(activity=1)`
3. Try to press ESC key
## Expected behavior:
ESC key still works to stop recording
## Actual behavior:
ESC does not work
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1845/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1845/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1844 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1844/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1844/comments | https://api.github.com/repos/streamlit/streamlit/issues/1844/events | https://github.com/streamlit/streamlit/pull/1844 | 677,310,350 | MDExOlB1bGxSZXF1ZXN0NDY2NDQ3OTAw | 1,844 | Handle leading spaces in SVG Strings for st.image() | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-12T01:36:48 | 2020-08-12T04:36:26 | 2020-08-12T04:36:26 | CONTRIBUTOR | null | Fixes #275 #1843 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1844/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1844/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1844",
"html_url": "https://github.com/streamlit/streamlit/pull/1844",
"diff_url": "https://github.com/streamlit/streamlit/pull/1844.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1844.patch",
"merged_at": "2020-08-12T04:36:26"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1843 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1843/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1843/comments | https://api.github.com/repos/streamlit/streamlit/issues/1843/events | https://github.com/streamlit/streamlit/issues/1843 | 677,297,876 | MDU6SXNzdWU2NzcyOTc4NzY= | 1,843 | Trim whitespace when a string is provided to st.image | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-08-12T01:01:26 | 2020-08-13T17:17:18 | 2020-08-13T17:17:18 | CONTRIBUTOR | null | # Summary
It would be great to trim the whitespace from any strings provided into `st.image`. Right now if something starts with `\n` it will produce the following error now that we support svg as strings as an input.
```
FileNotFoundError: [Errno 2] No such file or directory: '\n<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">\n <circle id="svg_1" r="15" cy="20" cx="20" fill="yellow"/>\n</svg>'
```
# Steps to reproduce
```
svg = """
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<circle id="svg_1" r="15" cy="20" cx="20" fill="yellow"/>
</svg>
"""
st.image(svg)
```
## Expected behavior:
Renders image
## Actual behavior:
Gets error
![image](https://user-images.githubusercontent.com/24946400/89963486-b9ed9300-dc15-11ea-878a-031a277121ed.png)
## Is this a regression?
Nope | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1843/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1843/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1842 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1842/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1842/comments | https://api.github.com/repos/streamlit/streamlit/issues/1842/events | https://github.com/streamlit/streamlit/pull/1842 | 677,263,419 | MDExOlB1bGxSZXF1ZXN0NDY2NDA4Nzcy | 1,842 | Too many c's | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-11T23:26:54 | 2020-10-01T17:14:46 | 2020-08-12T04:35:04 | CONTRIBUTOR | null | Quick typo fix!
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1842/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1842/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1842",
"html_url": "https://github.com/streamlit/streamlit/pull/1842",
"diff_url": "https://github.com/streamlit/streamlit/pull/1842.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1842.patch",
"merged_at": "2020-08-12T04:35:04"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1841 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1841/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1841/comments | https://api.github.com/repos/streamlit/streamlit/issues/1841/events | https://github.com/streamlit/streamlit/issues/1841 | 677,243,352 | MDU6SXNzdWU2NzcyNDMzNTI= | 1,841 | Make the search bar sticky | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [
{
"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 | {
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
} | [
{
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
}
] | null | 1 | 2020-08-11T22:36:36 | 2021-05-10T16:24:53 | 2021-05-10T16:24:52 | CONTRIBUTOR | null | We have some pretty long pages and right now if you want to search, you have to scroll up to the top in order to search. It's a bit annoying on our API page especially given the length.
Two possible improvements:
1. Use CSS to make the header (including search) sticky
2. Add a floating button to return to the top of the page. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1841/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1841/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1840 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1840/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1840/comments | https://api.github.com/repos/streamlit/streamlit/issues/1840/events | https://github.com/streamlit/streamlit/pull/1840 | 677,032,727 | MDExOlB1bGxSZXF1ZXN0NDY2MjI3NTUx | 1,840 | typo fix | {
"login": "mathematicalmichael",
"id": 40366263,
"node_id": "MDQ6VXNlcjQwMzY2MjYz",
"avatar_url": "https://avatars.githubusercontent.com/u/40366263?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mathematicalmichael",
"html_url": "https://github.com/mathematicalmichael",
"followers_url": "https://api.github.com/users/mathematicalmichael/followers",
"following_url": "https://api.github.com/users/mathematicalmichael/following{/other_user}",
"gists_url": "https://api.github.com/users/mathematicalmichael/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mathematicalmichael/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mathematicalmichael/subscriptions",
"organizations_url": "https://api.github.com/users/mathematicalmichael/orgs",
"repos_url": "https://api.github.com/users/mathematicalmichael/repos",
"events_url": "https://api.github.com/users/mathematicalmichael/events{/privacy}",
"received_events_url": "https://api.github.com/users/mathematicalmichael/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 3 | 2020-08-11T16:48:01 | 2020-08-11T17:46:37 | 2020-08-11T17:42:48 | CONTRIBUTOR | null | typo fix re-submit bc #1829 was messy | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1840/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1840/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1840",
"html_url": "https://github.com/streamlit/streamlit/pull/1840",
"diff_url": "https://github.com/streamlit/streamlit/pull/1840.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1840.patch",
"merged_at": "2020-08-11T17:42:48"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1839 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1839/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1839/comments | https://api.github.com/repos/streamlit/streamlit/issues/1839/events | https://github.com/streamlit/streamlit/issues/1839 | 676,557,662 | MDU6SXNzdWU2NzY1NTc2NjI= | 1,839 | Restrict a date selection of weekend days | {
"login": "paras9404",
"id": 52593966,
"node_id": "MDQ6VXNlcjUyNTkzOTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/52593966?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/paras9404",
"html_url": "https://github.com/paras9404",
"followers_url": "https://api.github.com/users/paras9404/followers",
"following_url": "https://api.github.com/users/paras9404/following{/other_user}",
"gists_url": "https://api.github.com/users/paras9404/gists{/gist_id}",
"starred_url": "https://api.github.com/users/paras9404/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/paras9404/subscriptions",
"organizations_url": "https://api.github.com/users/paras9404/orgs",
"repos_url": "https://api.github.com/users/paras9404/repos",
"events_url": "https://api.github.com/users/paras9404/events{/privacy}",
"received_events_url": "https://api.github.com/users/paras9404/received_events",
"type": "User",
"site_admin": false
} | [
{
"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"
},
{
"id": 3904164369,
"node_id": "LA_kwDODCoeTs7otNIR",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:st.date_input",
"name": "feature:st.date_input",
"color": "C5DEF5",
"default": false,
"description": ""
}
] | open | false | null | [] | null | 1 | 2020-08-11T03:48:09 | 2023-01-02T17:56:49 | null | NONE | null |
### Problem
how to restrict user to pick date which in on weekend days.
it's useful in when working on **stock-market** data. in weekend market remain closed so it's not have data for that date.
so will it possible to that user can not select date which in on *Saturday Sunday.*
user can only have to select weekdays for their starting date and ending date.
### Solution
**MVP:**
```
d5 = st.sidebar.date_input( "enter start date and end date : ", [datetime.date ( 2010, 7, 6 ), datetime.date ( 2020, 9, 8 ) ] )
start,end=d5
```
it's just restrict on startdate and enddate of our data, but i want to put restriction on user input date.
**Possible additions:**
if we can add more optional parameter in `st.date_input` for restrict input
```
weekdays['monday', 'tuesday', 'wednesday', 'thursday', 'friday']
```
---
Community voting on feature requests enables the Streamlit team to understand which features are most important to our users.
**If you'd like the Streamlit team to prioritize this feature request, please use the π (thumbs up emoji) reaction in response to the initial post.**
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1839/reactions",
"total_count": 8,
"+1": 8,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1839/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1838 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1838/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1838/comments | https://api.github.com/repos/streamlit/streamlit/issues/1838/events | https://github.com/streamlit/streamlit/pull/1838 | 676,546,277 | MDExOlB1bGxSZXF1ZXN0NDY1ODM2ODIx | 1,838 | Epic: Handling timezones [On Hold] | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-11T03:14:24 | 2020-08-11T17:56:13 | 2020-08-11T17:56:13 | CONTRIBUTOR | null | **Issue:** #1837
**Description:**
- [x] Create datetime proto to store the timezone name
- [ ] Make sure that pandas timestamp and datetime.timestamp are both handled. (Failing - datetime.now() is off by several hours.)
- [x] Render the correct date and timezone on the frontend using moment-timezone
- [ ] Update st.write so that datetime objects are rendered on the frontend. However, preserve the existing inline st.write for datetime objects when applicable
- Approaches Considered
- [Current] Encode datetime objects into st.write string and create a markdown parser
- Create a datetime element and in `Block.tsx`, collapse datetime elements with proceeding and following st.write if applicable
**Test cases**
- [x] Dataframe with no timezone shows date as is in client timezone
- [x] Dataframe with timezone shows date as is in datetime timezone regardless of client timezone
- [x] Dataframe with date as string shows as given string
- [x] `st.write('date:', datetime.now(), 'is one line')` renders as:
```
>>> date: `Aug 11, 2020 2:51 AM EDT` is one line
```
- [x] `st.write('date:', datetime.now())` renders as
```
>>> date: `Aug 11, 2020 2:51 AM EDT`
```
- [ ] `st.write(datetime.now(), datetime.now())` renders as below. (Failing - 2nd date is not parsed.)
```
>>> `Aug 11, 2020 2:51 AM EDT` `Aug 11, 2020 2:51 AM EDT`
```
- [x] `st.write(datetime.now())` renders as `date: Aug 11, 2020 2:51 AM EDT`.
- [ ] `st.write(datetime.now(), datetime.now().tzinfo)` renders as below. (Failing - following code block is not respected)
```
>>> `date: Aug 11, 2020 2:51 AM EDT` `None`
```
- [x] `st.write(datetime.now(), pd.Dataframe(...))` renders as below
```
>>> `date: Aug 11, 2020 2:51 AM EDT`.
>>> [data frame here]
```
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1838/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1838/timeline | null | null | true | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1838",
"html_url": "https://github.com/streamlit/streamlit/pull/1838",
"diff_url": "https://github.com/streamlit/streamlit/pull/1838.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1838.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1837 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1837/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1837/comments | https://api.github.com/repos/streamlit/streamlit/issues/1837/events | https://github.com/streamlit/streamlit/issues/1837 | 676,543,265 | MDU6SXNzdWU2NzY1NDMyNjU= | 1,837 | Handling timezones | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-11T03:05:03 | 2022-02-02T00:38:16 | 2022-02-02T00:38:15 | CONTRIBUTOR | null | As part of the timezone cleanup, we will always localize and render the date in the timezone provided regardless of client location if available. If no timezone is provided, we will localize and render the date in the client timezone.
This logic will be applied to all dataframes and `st.write`. Charts may vary depending on library and will be handled on a case by case basis.
Example 1:
Input: Datetime(2013,03,07, 0, 0, 0).localize('PST')
Server Render (EST): Mar 7 2013 12AM PST
Client Render (MST): Mar 7 2013 12AM PST
Example 2:
Input: Datetime(2013,03,07, 0, 0, 0)
Server Render (EST): Mar 7 2013 12AM EST
Client Render (MST): Mar 7 2013 12AM MST
**Tasks:**
- [x] Create datetime proto to store the timezone name
- [ ] Make sure that pandas timestamp and datetime.timestamp are both handled. (Failing - datetime.now() is off by several hours.)
- [x] Render the correct date and timezone on the frontend using moment-timezone
- [ ] Update st.write so that datetime objects are rendered on the frontend. However, preserve the existing inline behavior st.write has for datetime objects when applicable
- [Current approach] Encode datetime objects into st.write string and create a markdown parser
- [Alternative approach] Create a datetime element and in `Block.tsx`, collapse datetime elements with proceeding and following st.write if applicable
**Test cases**
- [x] Dataframe with no timezone shows date as is in client timezone
- [x] Dataframe with timezone shows date as is in datetime timezone regardless of client timezone
- [x] Dataframe with date as string shows as given string
- [x] `st.write('date:', datetime.now(), 'is one line')` renders as:
```
>>> date: `Aug 11, 2020 2:51 AM EDT` is one line
```
- [x] `st.write('date:', datetime.now())` renders as
```
>>> date: `Aug 11, 2020 2:51 AM EDT`
```
- [ ] `st.write(datetime.now(), datetime.now())` renders as below. (Failing - 2nd date is not parsed.)
```
>>> `Aug 11, 2020 2:51 AM EDT` `Aug 11, 2020 2:51 AM EDT`
```
- [x] `st.write(datetime.now())` renders as `date: Aug 11, 2020 2:51 AM EDT`.
- [ ] `st.write(datetime.now(), datetime.now().tzinfo)` renders as below. (Failing - following code block is not respected)
```
>>> `date: Aug 11, 2020 2:51 AM EDT` `None`
```
- [x] `st.write(datetime.now(), pd.Dataframe(...))` renders as below
```
>>> `date: Aug 11, 2020 2:51 AM EDT`.
>>> [data frame here]
``` | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1837/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1837/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1836 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1836/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1836/comments | https://api.github.com/repos/streamlit/streamlit/issues/1836/events | https://github.com/streamlit/streamlit/issues/1836 | 676,542,930 | MDU6SXNzdWU2NzY1NDI5MzA= | 1,836 | #1346 | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-11T03:03:54 | 2020-08-11T03:04:08 | 2020-08-11T03:04:08 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1836/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1836/timeline | null | completed | null | null | false |
|
https://api.github.com/repos/streamlit/streamlit/issues/1835 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1835/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1835/comments | https://api.github.com/repos/streamlit/streamlit/issues/1835/events | https://github.com/streamlit/streamlit/issues/1835 | 676,542,884 | MDU6SXNzdWU2NzY1NDI4ODQ= | 1,835 | 1288 | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-11T03:03:47 | 2020-08-11T03:04:14 | 2020-08-11T03:04:14 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1835/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1835/timeline | null | completed | null | null | false |
|
https://api.github.com/repos/streamlit/streamlit/issues/1834 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1834/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1834/comments | https://api.github.com/repos/streamlit/streamlit/issues/1834/events | https://github.com/streamlit/streamlit/pull/1834 | 676,299,927 | MDExOlB1bGxSZXF1ZXN0NDY1NjM1ODcy | 1,834 | Make slider update immediately on mouse up | {
"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",
"following_url": "https://api.github.com/users/tvst/following{/other_user}",
"gists_url": "https://api.github.com/users/tvst/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tvst/subscriptions",
"organizations_url": "https://api.github.com/users/tvst/orgs",
"repos_url": "https://api.github.com/users/tvst/repos",
"events_url": "https://api.github.com/users/tvst/events{/privacy}",
"received_events_url": "https://api.github.com/users/tvst/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-10T17:32:44 | 2021-07-24T00:36:42 | 2020-08-10T19:15:21 | CONTRIBUTOR | null | This is a just a quick/cheap UX win:
* While a slider is still being dragged, fire off events every 200ms (throttled)
* OLD: ~When a slider is done being dragged, fire off event after 200ms~
* NEW: When a slider is done being dragged, fire off event immediately
Sliders feel much faster now!
I believe BaseWeb didn't use to support this when we first implemented sliders. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1834/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1834/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1834",
"html_url": "https://github.com/streamlit/streamlit/pull/1834",
"diff_url": "https://github.com/streamlit/streamlit/pull/1834.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1834.patch",
"merged_at": "2020-08-10T19:15:21"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1833 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1833/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1833/comments | https://api.github.com/repos/streamlit/streamlit/issues/1833/events | https://github.com/streamlit/streamlit/pull/1833 | 676,281,068 | MDExOlB1bGxSZXF1ZXN0NDY1NjIwMTM3 | 1,833 | Heading Anchors Initial Concept | {
"login": "wtype",
"id": 24996628,
"node_id": "MDQ6VXNlcjI0OTk2NjI4",
"avatar_url": "https://avatars.githubusercontent.com/u/24996628?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wtype",
"html_url": "https://github.com/wtype",
"followers_url": "https://api.github.com/users/wtype/followers",
"following_url": "https://api.github.com/users/wtype/following{/other_user}",
"gists_url": "https://api.github.com/users/wtype/gists{/gist_id}",
"starred_url": "https://api.github.com/users/wtype/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wtype/subscriptions",
"organizations_url": "https://api.github.com/users/wtype/orgs",
"repos_url": "https://api.github.com/users/wtype/repos",
"events_url": "https://api.github.com/users/wtype/events{/privacy}",
"received_events_url": "https://api.github.com/users/wtype/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-10T16:59:23 | 2020-08-14T20:51:28 | 2020-08-13T06:12:06 | CONTRIBUTOR | null | @nthmost
A lot missing here, but wanting clarification on features:
**Question 1**
On lines 66β87 of StreamlitMarkdown.tsx, I have passed the anchor prop into the StreamlitMarkdown component, but am not sure the best way to read the anchor prop from the heading renderer.
Do you have any guidance on this? The current implementation works, but it doesnβt seem sustainable to have this function here.
**Question2**
Do I add:
string anchor = 3;
in Markdown.proto, or is this considered an optional value since it applies to specific elements? | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1833/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1833/timeline | null | null | true | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1833",
"html_url": "https://github.com/streamlit/streamlit/pull/1833",
"diff_url": "https://github.com/streamlit/streamlit/pull/1833.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1833.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1832 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1832/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1832/comments | https://api.github.com/repos/streamlit/streamlit/issues/1832/events | https://github.com/streamlit/streamlit/pull/1832 | 676,276,407 | MDExOlB1bGxSZXF1ZXN0NDY1NjE2MzM2 | 1,832 | Update st.stop() docs with a more suggestive example | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-10T16:51:26 | 2020-08-10T17:48:25 | 2020-08-10T17:48:22 | COLLABORATOR | null | **Issue:** None
**Description:**
Simple Docs change with a meaningful example and clarity in the informational message
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1832/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1832/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1832",
"html_url": "https://github.com/streamlit/streamlit/pull/1832",
"diff_url": "https://github.com/streamlit/streamlit/pull/1832.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1832.patch",
"merged_at": "2020-08-10T17:48:22"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1831 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1831/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1831/comments | https://api.github.com/repos/streamlit/streamlit/issues/1831/events | https://github.com/streamlit/streamlit/issues/1831 | 675,908,121 | MDU6SXNzdWU2NzU5MDgxMjE= | 1,831 | Detect if runtime environment is supported by Streamlit. | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": 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-08-10T06:41:13 | 2021-11-30T20:39:08 | 2021-11-30T20:39:08 | CONTRIBUTOR | null | # Summary
There have been instances where running in a different environment than the one recommended in our docs have cause issues. It would be great to dispaly a warning when running in an incompatible environment to warn of possible errors.
Examples:
- Running on MacOS without a virtual environment. `python` defaulted to 2.7.
![image](https://user-images.githubusercontent.com/24946400/89757198-952cda80-dab2-11ea-9c8c-24c1ebb4e837.png)
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1831/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1831/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1830 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1830/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1830/comments | https://api.github.com/repos/streamlit/streamlit/issues/1830/events | https://github.com/streamlit/streamlit/issues/1830 | 675,624,722 | MDU6SXNzdWU2NzU2MjQ3MjI= | 1,830 | Need a new function that can automatically say yes to all overwrite instructions | {
"login": "saumyaborwankar",
"id": 46644513,
"node_id": "MDQ6VXNlcjQ2NjQ0NTEz",
"avatar_url": "https://avatars.githubusercontent.com/u/46644513?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/saumyaborwankar",
"html_url": "https://github.com/saumyaborwankar",
"followers_url": "https://api.github.com/users/saumyaborwankar/followers",
"following_url": "https://api.github.com/users/saumyaborwankar/following{/other_user}",
"gists_url": "https://api.github.com/users/saumyaborwankar/gists{/gist_id}",
"starred_url": "https://api.github.com/users/saumyaborwankar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/saumyaborwankar/subscriptions",
"organizations_url": "https://api.github.com/users/saumyaborwankar/orgs",
"repos_url": "https://api.github.com/users/saumyaborwankar/repos",
"events_url": "https://api.github.com/users/saumyaborwankar/events{/privacy}",
"received_events_url": "https://api.github.com/users/saumyaborwankar/received_events",
"type": "User",
"site_admin": false
} | [
{
"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"
},
{
"id": 1848183387,
"node_id": "MDU6TGFiZWwxODQ4MTgzMzg3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:st.file_uploader",
"name": "feature:st.file_uploader",
"color": "C5DEF5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | 3 | 2020-08-09T02:49:05 | 2021-05-23T20:12:22 | 2021-03-09T06:04:29 | NONE | null | Whenever I try to upload a video it is stored in the exactly same location and I have to say yes in the terminal every time, is there a workaround for this? | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1830/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1830/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1829 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1829/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1829/comments | https://api.github.com/repos/streamlit/streamlit/issues/1829/events | https://github.com/streamlit/streamlit/pull/1829 | 675,622,704 | MDExOlB1bGxSZXF1ZXN0NDY1MDk3Njc4 | 1,829 | fix typo | {
"login": "mathematicalmichael",
"id": 40366263,
"node_id": "MDQ6VXNlcjQwMzY2MjYz",
"avatar_url": "https://avatars.githubusercontent.com/u/40366263?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mathematicalmichael",
"html_url": "https://github.com/mathematicalmichael",
"followers_url": "https://api.github.com/users/mathematicalmichael/followers",
"following_url": "https://api.github.com/users/mathematicalmichael/following{/other_user}",
"gists_url": "https://api.github.com/users/mathematicalmichael/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mathematicalmichael/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mathematicalmichael/subscriptions",
"organizations_url": "https://api.github.com/users/mathematicalmichael/orgs",
"repos_url": "https://api.github.com/users/mathematicalmichael/repos",
"events_url": "https://api.github.com/users/mathematicalmichael/events{/privacy}",
"received_events_url": "https://api.github.com/users/mathematicalmichael/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 8 | 2020-08-09T02:27:40 | 2020-08-11T16:40:09 | 2020-08-11T16:40:09 | CONTRIBUTOR | null | **Issue:**
simple typo
**Description:**
updated date for kicks, fixed typo
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1829/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1829/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1829",
"html_url": "https://github.com/streamlit/streamlit/pull/1829",
"diff_url": "https://github.com/streamlit/streamlit/pull/1829.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1829.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1828 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1828/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1828/comments | https://api.github.com/repos/streamlit/streamlit/issues/1828/events | https://github.com/streamlit/streamlit/issues/1828 | 675,274,992 | MDU6SXNzdWU2NzUyNzQ5OTI= | 1,828 | Add slack notification to CI failures on develop branch | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [
{
"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 | 2 | 2020-08-07T20:50:32 | 2021-11-30T20:38:12 | 2021-11-30T20:38:12 | CONTRIBUTOR | null | Surface failures on `develop` immediately by updating our CI workflow for `develop` branch to send a slack notification to @eng-core channel tagging the commit author | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1828/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1828/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1827 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1827/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1827/comments | https://api.github.com/repos/streamlit/streamlit/issues/1827/events | https://github.com/streamlit/streamlit/issues/1827 | 675,257,029 | MDU6SXNzdWU2NzUyNTcwMjk= | 1,827 | Request: st.rerun() | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-08-07T20:28:55 | 2020-09-03T05:37:55 | 2020-09-03T05:37:54 | COLLABORATOR | null | ### Problem
We've implemented [`st.stop()`](https://github.com/streamlit/streamlit/issues/168). In that discussion, we brought up implementing a `st.rerun()` statement and tabled it. This issue serves as a placeholder for this functionality to be discussed.
### Possible Solution
```python
if st.button('Confirm'):
change_state()
st.rerun()
```
### Additional context
See [this comment](https://github.com/streamlit/streamlit/issues/168#issuecomment-546623536) for more context on a solution. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1827/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1827/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1826 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1826/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1826/comments | https://api.github.com/repos/streamlit/streamlit/issues/1826/events | https://github.com/streamlit/streamlit/pull/1826 | 675,255,835 | MDExOlB1bGxSZXF1ZXN0NDY0ODAxNzY0 | 1,826 | Convert DeckGLChart to FunctionalComponent with Hooks | {
"login": "tanmaylaud",
"id": 31733620,
"node_id": "MDQ6VXNlcjMxNzMzNjIw",
"avatar_url": "https://avatars.githubusercontent.com/u/31733620?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanmaylaud",
"html_url": "https://github.com/tanmaylaud",
"followers_url": "https://api.github.com/users/tanmaylaud/followers",
"following_url": "https://api.github.com/users/tanmaylaud/following{/other_user}",
"gists_url": "https://api.github.com/users/tanmaylaud/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tanmaylaud/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tanmaylaud/subscriptions",
"organizations_url": "https://api.github.com/users/tanmaylaud/orgs",
"repos_url": "https://api.github.com/users/tanmaylaud/repos",
"events_url": "https://api.github.com/users/tanmaylaud/events{/privacy}",
"received_events_url": "https://api.github.com/users/tanmaylaud/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-07T20:25:59 | 2020-08-12T15:25:37 | 2020-08-12T15:25:37 | CONTRIBUTOR | null | This partly addresses issue #1501
Added hooks to DeckGLChart
Updated test cases
Updated snapshots
Split the main code from util functions ( into separate files ) for better readability | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1826/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1826/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1826",
"html_url": "https://github.com/streamlit/streamlit/pull/1826",
"diff_url": "https://github.com/streamlit/streamlit/pull/1826.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1826.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1825 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1825/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1825/comments | https://api.github.com/repos/streamlit/streamlit/issues/1825/events | https://github.com/streamlit/streamlit/pull/1825 | 675,246,346 | MDExOlB1bGxSZXF1ZXN0NDY0Nzk0MjY0 | 1,825 | Convert Dataframe and DataFrame Cell to Function with Hooks | {
"login": "tanmaylaud",
"id": 31733620,
"node_id": "MDQ6VXNlcjMxNzMzNjIw",
"avatar_url": "https://avatars.githubusercontent.com/u/31733620?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanmaylaud",
"html_url": "https://github.com/tanmaylaud",
"followers_url": "https://api.github.com/users/tanmaylaud/followers",
"following_url": "https://api.github.com/users/tanmaylaud/following{/other_user}",
"gists_url": "https://api.github.com/users/tanmaylaud/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tanmaylaud/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tanmaylaud/subscriptions",
"organizations_url": "https://api.github.com/users/tanmaylaud/orgs",
"repos_url": "https://api.github.com/users/tanmaylaud/repos",
"events_url": "https://api.github.com/users/tanmaylaud/events{/privacy}",
"received_events_url": "https://api.github.com/users/tanmaylaud/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-07T20:04:16 | 2020-08-13T16:34:18 | 2020-08-13T16:34:18 | CONTRIBUTOR | null | Partly addresses #1501
Migrated DataFrame and its child elements to Functional component with Hooks
Split the code into separate files for better readability
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1825/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1825/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1825",
"html_url": "https://github.com/streamlit/streamlit/pull/1825",
"diff_url": "https://github.com/streamlit/streamlit/pull/1825.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1825.patch",
"merged_at": "2020-08-13T16:34:18"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1824 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1824/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1824/comments | https://api.github.com/repos/streamlit/streamlit/issues/1824/events | https://github.com/streamlit/streamlit/pull/1824 | 675,206,230 | MDExOlB1bGxSZXF1ZXN0NDY0NzYzNTY2 | 1,824 | Fix merge issue w/ st.set_page_config and `output_format` param | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-07T18:50:50 | 2020-08-07T20:04:14 | 2020-08-07T20:04:14 | CONTRIBUTOR | null | We just merged #1794 , which was working off an older version of the develop/ branch. Unfortunately, this did not include the latest changes from #1784 , which changed the name of an internal parameter. There were no merge conflicts, but the integration test for set_page_config failed, leading us to detect this. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1824/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1824/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1824",
"html_url": "https://github.com/streamlit/streamlit/pull/1824",
"diff_url": "https://github.com/streamlit/streamlit/pull/1824.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1824.patch",
"merged_at": "2020-08-07T20:04:14"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1823 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1823/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1823/comments | https://api.github.com/repos/streamlit/streamlit/issues/1823/events | https://github.com/streamlit/streamlit/pull/1823 | 675,147,153 | MDExOlB1bGxSZXF1ZXN0NDY0NzE1NDAz | 1,823 | Convert ReportView to Stateless Function | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-07T16:54:02 | 2020-08-12T23:25:50 | 2020-08-12T23:25:47 | COLLABORATOR | null | **Issue:** https://github.com/streamlit/streamlit/issues/1501
**Description:**
* Converted the `ReportView` to a Stateless function.
* Added tests to `ReportView` for test coverage
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1823/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1823/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1823",
"html_url": "https://github.com/streamlit/streamlit/pull/1823",
"diff_url": "https://github.com/streamlit/streamlit/pull/1823.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1823.patch",
"merged_at": "2020-08-12T23:25:47"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1822 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1822/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1822/comments | https://api.github.com/repos/streamlit/streamlit/issues/1822/events | https://github.com/streamlit/streamlit/issues/1822 | 674,643,049 | MDU6SXNzdWU2NzQ2NDMwNDk= | 1,822 | API Upkeep | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-06T22:45:13 | 2021-11-30T20:37:56 | 2021-11-30T20:37:55 | CONTRIBUTOR | null | Epic to track upkeep work for our APIs. Examples:
- Moving a feature from `experimental` to `beta` or `beta` to official
- Adding deprecation warnings, and then removing support for old APIs or arguments
Upkeep tasks are unlike standard tasks. After working on one, we cannot close out the issue, but rather need to follow up in a few months, possibly several times until the feature is finalized.
- [ ] Remove deckgl_chart (removable since 2020-05-01) | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1822/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1822/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1821 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1821/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1821/comments | https://api.github.com/repos/streamlit/streamlit/issues/1821/events | https://github.com/streamlit/streamlit/issues/1821 | 674,642,700 | MDU6SXNzdWU2NzQ2NDI3MDA= | 1,821 | Move st.beta_set_page_config out of beta | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-08-06T22:44:10 | 2020-10-19T20:01:00 | 2020-10-19T20:01:00 | CONTRIBUTOR | null | Special note: At this point we'd also like to showcase this functionality in our "Getting Started" docs! Check in with Randy then. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1821/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1821/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1820 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1820/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1820/comments | https://api.github.com/repos/streamlit/streamlit/issues/1820/events | https://github.com/streamlit/streamlit/issues/1820 | 674,642,542 | MDU6SXNzdWU2NzQ2NDI1NDI= | 1,820 | Move st.experimental_show into beta | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [
{
"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 | 1 | 2020-08-06T22:43:45 | 2021-11-30T20:37:35 | 2021-11-30T20:37:35 | CONTRIBUTOR | null | Product discussion regarding if it should be removed from experimental with or without a warning period
[https://streamlit.slack.com/archives/C017USJF285/p1604084393444100|https://streamlit.slack.com/archives/C017USJF285/p1604084393444100] | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1820/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1820/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1819 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1819/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1819/comments | https://api.github.com/repos/streamlit/streamlit/issues/1819/events | https://github.com/streamlit/streamlit/issues/1819 | 674,641,073 | MDU6SXNzdWU2NzQ2NDEwNzM= | 1,819 | Move st.experimental_get/set_query_params into beta | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-08-06T22:39:41 | 2022-09-23T14:12:11 | 2022-09-23T14:12:11 | CONTRIBUTOR | null | A discussion was started with product regarding if experimental should remain in experimental for a warning period. [https://streamlit.slack.com/archives/C017USJF285/p1604084393444100|https://streamlit.slack.com/archives/C017USJF285/p1604084393444100] | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1819/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} | https://api.github.com/repos/streamlit/streamlit/issues/1819/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1818 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1818/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1818/comments | https://api.github.com/repos/streamlit/streamlit/issues/1818/events | https://github.com/streamlit/streamlit/pull/1818 | 674,596,813 | MDExOlB1bGxSZXF1ZXN0NDY0MjYwMTU5 | 1,818 | Rename references to pre-release namespacing as 'naming convention' | {
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-06T20:57:19 | 2020-08-11T14:45:57 | 2020-08-11T14:45:57 | CONTRIBUTOR | null | Revise pre-release docs to indicate that `beta_` and `experimental_` are naming conventions, not specific Python namespaces.
Fixes #1807 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1818/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1818/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1818",
"html_url": "https://github.com/streamlit/streamlit/pull/1818",
"diff_url": "https://github.com/streamlit/streamlit/pull/1818.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1818.patch",
"merged_at": "2020-08-11T14:45:57"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1817 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1817/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1817/comments | https://api.github.com/repos/streamlit/streamlit/issues/1817/events | https://github.com/streamlit/streamlit/pull/1817 | 674,544,216 | MDExOlB1bGxSZXF1ZXN0NDY0MjE2ODIw | 1,817 | Convert Button and ErrorElement to Stateless Function | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-06T19:18:10 | 2020-08-11T17:58:17 | 2020-08-11T17:58:13 | COLLABORATOR | null | **Issue:** https://github.com/streamlit/streamlit/issues/1501
**Description:**
* Converted the following components:
* `Button`
* `ErrorElement`
* Added tests to `ErrorElement` for test coverage
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1817/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1817/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1817",
"html_url": "https://github.com/streamlit/streamlit/pull/1817",
"diff_url": "https://github.com/streamlit/streamlit/pull/1817.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1817.patch",
"merged_at": "2020-08-11T17:58:13"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1816 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1816/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1816/comments | https://api.github.com/repos/streamlit/streamlit/issues/1816/events | https://github.com/streamlit/streamlit/pull/1816 | 674,543,070 | MDExOlB1bGxSZXF1ZXN0NDY0MjE1ODQ3 | 1,816 | New version of pandas has different styling format | {
"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/followers",
"following_url": "https://api.github.com/users/kantuni/following{/other_user}",
"gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kantuni/subscriptions",
"organizations_url": "https://api.github.com/users/kantuni/orgs",
"repos_url": "https://api.github.com/users/kantuni/repos",
"events_url": "https://api.github.com/users/kantuni/events{/privacy}",
"received_events_url": "https://api.github.com/users/kantuni/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-06T19:15:47 | 2021-07-12T01:10:44 | 2020-08-10T16:37:30 | COLLABORATOR | null | Closes #1777. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1816/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1816/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1816",
"html_url": "https://github.com/streamlit/streamlit/pull/1816",
"diff_url": "https://github.com/streamlit/streamlit/pull/1816.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1816.patch",
"merged_at": "2020-08-10T16:37:30"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1815 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1815/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1815/comments | https://api.github.com/repos/streamlit/streamlit/issues/1815/events | https://github.com/streamlit/streamlit/pull/1815 | 674,508,894 | MDExOlB1bGxSZXF1ZXN0NDY0MTg4NDEz | 1,815 | Support st.write in sidebar | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 3 | 2020-08-06T18:15:57 | 2020-08-21T20:39:00 | 2020-08-21T20:39:00 | CONTRIBUTOR | null | Fixes #36 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1815/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1815/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1815",
"html_url": "https://github.com/streamlit/streamlit/pull/1815",
"diff_url": "https://github.com/streamlit/streamlit/pull/1815.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1815.patch",
"merged_at": "2020-08-21T20:38:59"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1814 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1814/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1814/comments | https://api.github.com/repos/streamlit/streamlit/issues/1814/events | https://github.com/streamlit/streamlit/issues/1814 | 674,494,223 | MDU6SXNzdWU2NzQ0OTQyMjM= | 1,814 | Custom Components Ideas | {
"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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 3 | 2020-08-06T17:49:16 | 2021-11-30T20:35:53 | 2021-11-30T20:35:53 | CONTRIBUTOR | null | Issues filed as enhancements for Streamlit which we think would be best handled as Custom Components. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1814/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1814/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1812 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1812/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1812/comments | https://api.github.com/repos/streamlit/streamlit/issues/1812/events | https://github.com/streamlit/streamlit/issues/1812 | 674,081,857 | MDU6SXNzdWU2NzQwODE4NTc= | 1,812 | Get rid of deprecated arguments in DeltaGenerator methods | {
"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",
"following_url": "https://api.github.com/users/tvst/following{/other_user}",
"gists_url": "https://api.github.com/users/tvst/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tvst/subscriptions",
"organizations_url": "https://api.github.com/users/tvst/orgs",
"repos_url": "https://api.github.com/users/tvst/repos",
"events_url": "https://api.github.com/users/tvst/events{/privacy}",
"received_events_url": "https://api.github.com/users/tvst/received_events",
"type": "User",
"site_admin": false
} | [
{
"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 | 1 | 2020-08-06T07:18:10 | 2022-07-20T16:10:51 | 2022-07-20T16:10:51 | CONTRIBUTOR | null | In particular, there are several expired deprecations inside the following:
- [x] st.altair_chart
- [x] st.graphviz_chart
- [x] st.plotly_chart
- [x] st.vega_lite_chart
- [x] st.image | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1812/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1812/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1811 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1811/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1811/comments | https://api.github.com/repos/streamlit/streamlit/issues/1811/events | https://github.com/streamlit/streamlit/issues/1811 | 674,078,680 | MDU6SXNzdWU2NzQwNzg2ODA= | 1,811 | Move st.beta_color_picker out of beta | {
"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",
"following_url": "https://api.github.com/users/tvst/following{/other_user}",
"gists_url": "https://api.github.com/users/tvst/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tvst/subscriptions",
"organizations_url": "https://api.github.com/users/tvst/orgs",
"repos_url": "https://api.github.com/users/tvst/repos",
"events_url": "https://api.github.com/users/tvst/events{/privacy}",
"received_events_url": "https://api.github.com/users/tvst/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": 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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
}
] | null | 2 | 2020-08-06T07:12:51 | 2020-10-27T17:03:17 | 2020-10-27T15:29:21 | CONTRIBUTOR | null | According to [this](https://www.notion.so/streamlit/Experimental-and-Beta-Namespaces-0781e692281c4359aaf0f9f37fcad58f) the process for that is:
- [x] 1) Feature is added to the beta namespace.
- [ ] 2) After a few months: the feature's API stabilizes and the feature is *cloned* into the `st` namespace, so it will exist in both `st` and `st.beta`. At this point, users will see a warning when using the version of the feature that lives in the beta namespace -- but the `st.beta` feature will otherwise still work.
- [ ] 3) After 3 months: the feature is *removed* from the `st.beta` namespace, but there will still be a stub in `st.beta` that shows an error with appropriate instructions.
- [ ] 4) After 3 months: the stub in `st.beta` is removed. The main difference between `st.beta` and `st.experimental` is that beta features will always make it into the `st` namespace at some point, while experimental ones often do not. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1811/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/1811/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1810 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1810/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1810/comments | https://api.github.com/repos/streamlit/streamlit/issues/1810/events | https://github.com/streamlit/streamlit/issues/1810 | 674,076,633 | MDU6SXNzdWU2NzQwNzY2MzM= | 1,810 | Remove st.deck_gl_chart (deprecation deadline passed months ago) | {
"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",
"following_url": "https://api.github.com/users/tvst/following{/other_user}",
"gists_url": "https://api.github.com/users/tvst/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tvst/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tvst/subscriptions",
"organizations_url": "https://api.github.com/users/tvst/orgs",
"repos_url": "https://api.github.com/users/tvst/repos",
"events_url": "https://api.github.com/users/tvst/events{/privacy}",
"received_events_url": "https://api.github.com/users/tvst/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-06T07:09:03 | 2020-08-06T12:52:24 | 2020-08-06T12:52:24 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1810/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1810/timeline | null | completed | null | null | false |
|
https://api.github.com/repos/streamlit/streamlit/issues/1809 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1809/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1809/comments | https://api.github.com/repos/streamlit/streamlit/issues/1809/events | https://github.com/streamlit/streamlit/issues/1809 | 673,928,575 | MDU6SXNzdWU2NzM5Mjg1NzU= | 1,809 | In number_input, min_value & max_value format override format string and raises no warning | {
"login": "CheapSquier",
"id": 42678884,
"node_id": "MDQ6VXNlcjQyNjc4ODg0",
"avatar_url": "https://avatars.githubusercontent.com/u/42678884?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/CheapSquier",
"html_url": "https://github.com/CheapSquier",
"followers_url": "https://api.github.com/users/CheapSquier/followers",
"following_url": "https://api.github.com/users/CheapSquier/following{/other_user}",
"gists_url": "https://api.github.com/users/CheapSquier/gists{/gist_id}",
"starred_url": "https://api.github.com/users/CheapSquier/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/CheapSquier/subscriptions",
"organizations_url": "https://api.github.com/users/CheapSquier/orgs",
"repos_url": "https://api.github.com/users/CheapSquier/repos",
"events_url": "https://api.github.com/users/CheapSquier/events{/privacy}",
"received_events_url": "https://api.github.com/users/CheapSquier/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": 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"
},
{
"id": 1964271488,
"node_id": "MDU6TGFiZWwxOTY0MjcxNDg4",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:widgets",
"name": "area:widgets",
"color": "C2E0C6",
"default": false,
"description": ""
}
] | closed | false | {
"login": "vdonato",
"id": 3144420,
"node_id": "MDQ6VXNlcjMxNDQ0MjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vdonato",
"html_url": "https://github.com/vdonato",
"followers_url": "https://api.github.com/users/vdonato/followers",
"following_url": "https://api.github.com/users/vdonato/following{/other_user}",
"gists_url": "https://api.github.com/users/vdonato/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vdonato/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vdonato/subscriptions",
"organizations_url": "https://api.github.com/users/vdonato/orgs",
"repos_url": "https://api.github.com/users/vdonato/repos",
"events_url": "https://api.github.com/users/vdonato/events{/privacy}",
"received_events_url": "https://api.github.com/users/vdonato/received_events",
"type": "User",
"site_admin": false
} | [
{
"login": "vdonato",
"id": 3144420,
"node_id": "MDQ6VXNlcjMxNDQ0MjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3144420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vdonato",
"html_url": "https://github.com/vdonato",
"followers_url": "https://api.github.com/users/vdonato/followers",
"following_url": "https://api.github.com/users/vdonato/following{/other_user}",
"gists_url": "https://api.github.com/users/vdonato/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vdonato/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vdonato/subscriptions",
"organizations_url": "https://api.github.com/users/vdonato/orgs",
"repos_url": "https://api.github.com/users/vdonato/repos",
"events_url": "https://api.github.com/users/vdonato/events{/privacy}",
"received_events_url": "https://api.github.com/users/vdonato/received_events",
"type": "User",
"site_admin": false
}
] | null | 3 | 2020-08-06T00:23:18 | 2021-01-15T22:00:19 | 2021-01-15T21:30:13 | NONE | null | # Summary
Regardless of the format string specified by the user, actual format used will be based on min_value and max_value
# Steps to reproduce
The following code presents a warning:
`weight = st.number_input("Today's weight:", min_value=50.0, max_value=750.0, format="%d")`
_Warning: NumberInput value below is float, but format %d displays as integer._
I believe that's intended behavior. However, the inverse condition doesn't produce a warning or error.
```
weight = st.number_input("Today's weight:", min_value=50, max_value=750, format="%4.1f")
print(weight)
st.write("Echoing weight: ", weight)
```
If the input value is, for example, 170.4, the weight value will be 170, shown by both print() and st.write(), based on the interpreted format of min and max values. Note that this line of code does not produce any error or warning. The user (at least in my case) assumed min_value and max_value would be raised to float rather than ignoring format. I couldn't figure out why my input was being reduced from 170.4 to 170
The correct code works fine
`weight = st.number_input("Today's weight:", min_value=50.0, max_value=750.0, format="%4.1f")`
## Expected behavior:
A warning in both cases, not just one or the other. Maybe:
_Warning: NumberInput value below is integer, format %f lowered to match integer._
## Actual behavior:
No warning produced, seems like there should be.
Sorry, already explained in the Steps to Reproduce section
## Is this a regression?
No (not that I know of)
# Debug info
- Streamlit version: (get it with `$ streamlit version`) 0.64.0
- Python version: (get it with `$ python --version`) 3.7.7
- Using Conda
- OS version: Windows 10 64bit
- Browser version: Chrome Version 84.0.4147.105 (Official Build) (64-bit)
# Additional information
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1809/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1809/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1808 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1808/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1808/comments | https://api.github.com/repos/streamlit/streamlit/issues/1808/events | https://github.com/streamlit/streamlit/issues/1808 | 673,881,841 | MDU6SXNzdWU2NzM4ODE4NDE= | 1,808 | Automatically clean up Python imports | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [
{
"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 | 1 | 2020-08-05T22:18:13 | 2021-12-06T22:03:04 | 2021-12-06T22:03:04 | CONTRIBUTOR | null | Infra task to enforce some kind of cleanliness to our Python imports, if possible. Similar to what ESLint does for our Javascript.
For Python, we use the Black formatter, but it doesn't seem to support this kind of functionality (since removing Python imports can lead to side effects). [Autoflake](https://github.com/myint/autoflake) is one place to look, as is [reorder-python-imports](https://pypi.org/project/reorder-python-imports/) | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1808/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1808/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1807 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1807/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1807/comments | https://api.github.com/repos/streamlit/streamlit/issues/1807/events | https://github.com/streamlit/streamlit/issues/1807 | 673,737,125 | MDU6SXNzdWU2NzM3MzcxMjU= | 1,807 | Try pre-release features incorrect for beta/experimental | {
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
} | [
{
"id": 1634956291,
"node_id": "MDU6TGFiZWwxNjM0OTU2Mjkx",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:docs",
"name": "type:docs",
"color": "0052CC",
"default": false,
"description": "Requests for changes to docs (will be rerouted to docs repo)"
}
] | closed | false | null | [] | null | 0 | 2020-08-05T17:58:19 | 2020-08-11T14:45:57 | 2020-08-11T14:45:57 | CONTRIBUTOR | null | At some point, we decided to no longer have functions namespaced, but instead prefixing `st.beta_` to the function name:
https://docs.streamlit.io/en/stable/pre_release_features.html#beta-and-experimental-namespaces
Info should be re-written to not imply there are separate namespaces for these functions, but rather just prefixes.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1807/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1807/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1806 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1806/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1806/comments | https://api.github.com/repos/streamlit/streamlit/issues/1806/events | https://github.com/streamlit/streamlit/pull/1806 | 673,700,134 | MDExOlB1bGxSZXF1ZXN0NDYzNTE5NDkw | 1,806 | Change parameter from log_level to global.logLevel | {
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-08-05T16:52:21 | 2020-08-05T17:42:03 | 2020-08-05T17:42:03 | CONTRIBUTOR | null | Fixes #1786
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1806/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1806/timeline | null | null | true | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1806",
"html_url": "https://github.com/streamlit/streamlit/pull/1806",
"diff_url": "https://github.com/streamlit/streamlit/pull/1806.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1806.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1805 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1805/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1805/comments | https://api.github.com/repos/streamlit/streamlit/issues/1805/events | https://github.com/streamlit/streamlit/pull/1805 | 673,185,586 | MDExOlB1bGxSZXF1ZXN0NDYzMDkyMjMz | 1,805 | Splitting up delta_generator, part 3! | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-05T01:32:12 | 2020-08-10T17:56:29 | 2020-08-10T17:56:29 | CONTRIBUTOR | null | This one takes care of all the remaining methods that made use of the @_with_element decorator. Primarily widgets, but also some miscellaneous remaining elements.
One possible thing we could do differently is to namespace widgets somehow so it's more clear which of these return values and which do not, e.g. perhaps placing them in the `streamlit.widgets.foo` module instead of `streamlit.elements.foo`
I think we'll wait until a future part 4 to rename delta_generator to something that makes sense. But taking suggestions in the meantime!
Fixes #1765 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1805/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1805/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1805",
"html_url": "https://github.com/streamlit/streamlit/pull/1805",
"diff_url": "https://github.com/streamlit/streamlit/pull/1805.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1805.patch",
"merged_at": "2020-08-10T17:56:29"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1804 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1804/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1804/comments | https://api.github.com/repos/streamlit/streamlit/issues/1804/events | https://github.com/streamlit/streamlit/issues/1804 | 673,182,537 | MDU6SXNzdWU2NzMxODI1Mzc= | 1,804 | st.video start_time seem not work | {
"login": "datalee",
"id": 13651873,
"node_id": "MDQ6VXNlcjEzNjUxODcz",
"avatar_url": "https://avatars.githubusercontent.com/u/13651873?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/datalee",
"html_url": "https://github.com/datalee",
"followers_url": "https://api.github.com/users/datalee/followers",
"following_url": "https://api.github.com/users/datalee/following{/other_user}",
"gists_url": "https://api.github.com/users/datalee/gists{/gist_id}",
"starred_url": "https://api.github.com/users/datalee/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/datalee/subscriptions",
"organizations_url": "https://api.github.com/users/datalee/orgs",
"repos_url": "https://api.github.com/users/datalee/repos",
"events_url": "https://api.github.com/users/datalee/events{/privacy}",
"received_events_url": "https://api.github.com/users/datalee/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": 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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
}
] | null | 4 | 2020-08-05T01:21:50 | 2020-10-09T00:48:57 | 2020-10-09T00:44:23 | NONE | null | # Summary
i set start_time,but it not work
# Steps to reproduce
![ζͺεΎ111](https://user-images.githubusercontent.com/13651873/89361032-c39a6680-d6fc-11ea-8f0a-1b603fbfcac0.JPG)
i set start_time==18,but it start from 0
# Debug info
- Streamlit version: (get it with `$ streamlit version`)
Streamlit, version 0.64.0
- Python version: (get it with `$ python --version`)
Python 3.6.5 :: Anaconda, Inc.
- Using Conda? PipEnv? PyEnv? Pex?
Anaconda
- OS version:
win10
- Browser version:
Google Chrome ε·²ζ―ζζ°ηζ¬
ηζ¬ 84.0.4147.105οΌζ£εΌηζ¬οΌ οΌ64 δ½οΌ
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1804/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1804/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1803 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1803/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1803/comments | https://api.github.com/repos/streamlit/streamlit/issues/1803/events | https://github.com/streamlit/streamlit/issues/1803 | 672,675,880 | MDU6SXNzdWU2NzI2NzU4ODA= | 1,803 | Jump forward or backward (No seeking) in a playing video [st.video] | {
"login": "rohit167",
"id": 44225389,
"node_id": "MDQ6VXNlcjQ0MjI1Mzg5",
"avatar_url": "https://avatars.githubusercontent.com/u/44225389?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rohit167",
"html_url": "https://github.com/rohit167",
"followers_url": "https://api.github.com/users/rohit167/followers",
"following_url": "https://api.github.com/users/rohit167/following{/other_user}",
"gists_url": "https://api.github.com/users/rohit167/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rohit167/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rohit167/subscriptions",
"organizations_url": "https://api.github.com/users/rohit167/orgs",
"repos_url": "https://api.github.com/users/rohit167/repos",
"events_url": "https://api.github.com/users/rohit167/events{/privacy}",
"received_events_url": "https://api.github.com/users/rohit167/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": 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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": false
}
] | null | 5 | 2020-08-04T10:13:16 | 2021-04-23T22:45:26 | 2021-04-23T22:45:26 | NONE | null | # Summary
Unable to jump forward or backward in a playing video
# Steps to reproduce
What are the steps we should take to reproduce the bug:
1. Use code
code
`
>>video_file = open('myvideo.mp4', 'rb')
>>video_bytes = video_file.read()
>>st.video(video_bytes)
`
2. Run application and try to jump forward in a video
## Expected behavior:
It should be able to jump forward in a video. Seeking should be allowed.
## Actual behavior:
No seeking
# Debug info
- Streamlit version: 0.59.0
- Python version: 3.7.1
- OS : windows
- Browser: chrome | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1803/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1803/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1802 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1802/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1802/comments | https://api.github.com/repos/streamlit/streamlit/issues/1802/events | https://github.com/streamlit/streamlit/pull/1802 | 672,315,912 | MDExOlB1bGxSZXF1ZXN0NDYyMzc0NDk1 | 1,802 | Add unix socket | {
"login": "koenvo",
"id": 3765024,
"node_id": "MDQ6VXNlcjM3NjUwMjQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/3765024?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/koenvo",
"html_url": "https://github.com/koenvo",
"followers_url": "https://api.github.com/users/koenvo/followers",
"following_url": "https://api.github.com/users/koenvo/following{/other_user}",
"gists_url": "https://api.github.com/users/koenvo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/koenvo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/koenvo/subscriptions",
"organizations_url": "https://api.github.com/users/koenvo/orgs",
"repos_url": "https://api.github.com/users/koenvo/repos",
"events_url": "https://api.github.com/users/koenvo/events{/privacy}",
"received_events_url": "https://api.github.com/users/koenvo/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-03T20:12:45 | 2020-08-20T20:14:53 | 2020-08-20T20:14:53 | CONTRIBUTOR | null | **Issue:**
This pull requests adds the feature to allow passing unix sockets via the `server.address` option ( https://github.com/streamlit/streamlit/issues/1664 )
**Description:**
The changes are:
- Update `start_listening` to check if a unix socket is specified
- Add `start_listening_unix_socket`
- Add `UnixSocketTest`
Some extra changes were needed to prevent unwanted behaviour:
- Change `_on_server_start` to suppress the opening of the browser on streamlit server when unix socket is specified without browser.serverAddress because it doesn't make sense
- Change `_print_url` to prevent printing an invalid url (see 4)
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1802/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1802/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1802",
"html_url": "https://github.com/streamlit/streamlit/pull/1802",
"diff_url": "https://github.com/streamlit/streamlit/pull/1802.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1802.patch",
"merged_at": "2020-08-20T20:14:53"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1801 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1801/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1801/comments | https://api.github.com/repos/streamlit/streamlit/issues/1801/events | https://github.com/streamlit/streamlit/issues/1801 | 671,931,053 | MDU6SXNzdWU2NzE5MzEwNTM= | 1,801 | caching with comprehension list with if | {
"login": "vhfgosselin",
"id": 20767690,
"node_id": "MDQ6VXNlcjIwNzY3Njkw",
"avatar_url": "https://avatars.githubusercontent.com/u/20767690?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vhfgosselin",
"html_url": "https://github.com/vhfgosselin",
"followers_url": "https://api.github.com/users/vhfgosselin/followers",
"following_url": "https://api.github.com/users/vhfgosselin/following{/other_user}",
"gists_url": "https://api.github.com/users/vhfgosselin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vhfgosselin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vhfgosselin/subscriptions",
"organizations_url": "https://api.github.com/users/vhfgosselin/orgs",
"repos_url": "https://api.github.com/users/vhfgosselin/repos",
"events_url": "https://api.github.com/users/vhfgosselin/events{/privacy}",
"received_events_url": "https://api.github.com/users/vhfgosselin/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "MDU6TGFiZWwxNjA3NzE5NDM4",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:cache",
"name": "feature:cache",
"color": "C5DEF5",
"default": false,
"description": "Related to st.cache, st.experimental_singleton, st.experimental_memo"
}
] | closed | false | null | [] | null | 7 | 2020-08-03T09:19:57 | 2021-12-06T22:02:43 | 2021-12-06T22:02:43 | NONE | null | # Summary
Caching a function with a comprehension list with an if inside seem creates an error message.
# Steps to reproduce
What are the steps we should take to reproduce the bug:
Here's a sample code:
```python
import streamlit as st
@st.cache()
def create_raw_data():
global production
production=[[10 for m in range(3) if w>2] for w in range(5)]
create_raw_data()
st.write(production)
```
## Expected behavior:
## Actual behavior:
```
KeyError: 'w'
Streamlit encountered an error while caching the body of create_raw_data(). This is likely due to a bug in C:\Vincent\PycharmProjects\Streamlit_trials\Sugar\generator.py near line 6:
production=[[10 for m in range(3) if w>2] for w in range(5)]
```
## Is this a regression?
I doesn't seem so since I tried this with several versions of streamlit and still got the same error message.
# Debug info
- Streamlit version: (get it with `$ streamlit version`): 0.64
- Python version: (get it with `$ python --version`) Python 3.7 and Python 3.8
- Using Conda? PipEnv? PyEnv? Pex? Tried with conda and pipenv
- OS version: windows 10
- Browser version: chrome 84.0
# Additional information
It seems that the if statement is the culprit here, if removed the code is cached nicely.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1801/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1801/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1800 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1800/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1800/comments | https://api.github.com/repos/streamlit/streamlit/issues/1800/events | https://github.com/streamlit/streamlit/issues/1800 | 671,666,395 | MDU6SXNzdWU2NzE2NjYzOTU= | 1,800 | Some tags + newline combinations mess with HTML rendering | {
"login": "ZupoLlask",
"id": 1229716,
"node_id": "MDQ6VXNlcjEyMjk3MTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/1229716?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZupoLlask",
"html_url": "https://github.com/ZupoLlask",
"followers_url": "https://api.github.com/users/ZupoLlask/followers",
"following_url": "https://api.github.com/users/ZupoLlask/following{/other_user}",
"gists_url": "https://api.github.com/users/ZupoLlask/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ZupoLlask/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ZupoLlask/subscriptions",
"organizations_url": "https://api.github.com/users/ZupoLlask/orgs",
"repos_url": "https://api.github.com/users/ZupoLlask/repos",
"events_url": "https://api.github.com/users/ZupoLlask/events{/privacy}",
"received_events_url": "https://api.github.com/users/ZupoLlask/received_events",
"type": "User",
"site_admin": false
} | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
},
{
"id": 1846473688,
"node_id": "MDU6TGFiZWwxODQ2NDczNjg4",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:st.markdown",
"name": "feature:st.markdown",
"color": "C5DEF5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | 2 | 2020-08-02T18:31:02 | 2022-09-23T14:11:55 | 2022-09-23T14:11:54 | NONE | null | # Summary
Some HTML element tags followed by a single newline character prevents HTML from rendering properly when using `st.markdown()` or `st.write()` with `unsafe_allow_html=True`. If `unsafe_allow_html=False` HTML code is properly printed (unlike when it has to be rendered).
Honestly, this seems totally related with issue #921 and with the `react-markdown` problem (https://github.com/rexxars/react-markdown/pull/428).
However, as I was getting some really weird issues and decided to look for the root cause of the issue, I think it's better to report my findings.
# Steps to reproduce
What are the steps we should take to reproduce the bug:
1. Run the following app:
```
import streamlit as st
# NOK
st.markdown(f"""<span></span><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)
st.markdown(f"""<strong></strong><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)
st.markdown(f"""<style></style><div>\n<strong>TESTING</strong></div>""", unsafe_allow_html=True)
st.markdown(f"""<style></style><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)
st.markdown(f"""<span></span><div>\n<p>TESTING</p></div>""", unsafe_allow_html=True)
# OK? NOK?
st.markdown(f"""<strong></strong><div>\n<strong>TESTING</strong></div>""", unsafe_allow_html=True)
# OK
st.markdown(f"""<div></div><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)
st.markdown(f"""<center></center><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)
```
2. Please note that in all examples there is a "TESTING" string, inside some varying HTML element which in turn is always inside a `div` HTML element with a newline character just after the `div` opening tag. The trigger for the issue seems to be related with the combination of the newline character with some HTML element tags.
## Expected behavior:
Element tags around "TESTING" string must always be rendered inside its `div` HTML element, not outside of it.
## Actual behavior:
**NOK examples**
`st.markdown(f"""<span></span><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)`
```
# resulting relevant HTML source code below
<p><span></span><div></div></p><style>TESTING</style>
```
`st.markdown(f"""<strong></strong><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)`
```
# resulting relevant HTML source code below
<p><strong></strong><div></div></p><style>TESTING</style>
```
`st.markdown(f"""<style></style><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)`
```
# resulting relevant HTML source code below
<style></style><div></div><style>TESTING</style>
```
`st.markdown(f"""<span></span><div>\n<p>TESTING</p></div>""", unsafe_allow_html=True)`
```
# resulting relevant HTML source code below
<p><span></span><div></div></p><p>TESTING</p>
```
**OK? NOK? example**
`st.markdown(f"""<strong></strong><div>\n<strong>TESTING</strong></div>""", unsafe_allow_html=True)`
```
# resulting relevant HTML source code below
<p><strong></strong><div>
<strong>TESTING</strong></div></p>
```
**OK examples (for completeness sake)**
`st.markdown(f"""<div></div><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)`
```
# resulting relevant HTML source code below
<div></div><div>
<style>TESTING</style></div>
```
`st.markdown(f"""<center></center><div>\n<style>TESTING</style></div>""", unsafe_allow_html=True)`
```
# resulting relevant HTML source code below
<center></center><div>
<style>TESTING</style></div>
```
## Is this a regression?
No.
# Debug info
- Streamlit version: 0.64.0
- Python version: 3.7.6
- Using Conda 4.8.3
- OS version: Windows 10 and Ubuntu 18.04.1 LTS
- Browser version: Chrome 84
# Additional information
This seems to be related with:
- https://github.com/streamlit/streamlit/issues/921
- https://github.com/rexxars/react-markdown/pull/428
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1800/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1800/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1799 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1799/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1799/comments | https://api.github.com/repos/streamlit/streamlit/issues/1799/events | https://github.com/streamlit/streamlit/issues/1799 | 671,585,947 | MDU6SXNzdWU2NzE1ODU5NDc= | 1,799 | Ability to align widgets | {
"login": "mohak79",
"id": 65616006,
"node_id": "MDQ6VXNlcjY1NjE2MDA2",
"avatar_url": "https://avatars.githubusercontent.com/u/65616006?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mohak79",
"html_url": "https://github.com/mohak79",
"followers_url": "https://api.github.com/users/mohak79/followers",
"following_url": "https://api.github.com/users/mohak79/following{/other_user}",
"gists_url": "https://api.github.com/users/mohak79/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mohak79/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mohak79/subscriptions",
"organizations_url": "https://api.github.com/users/mohak79/orgs",
"repos_url": "https://api.github.com/users/mohak79/repos",
"events_url": "https://api.github.com/users/mohak79/events{/privacy}",
"received_events_url": "https://api.github.com/users/mohak79/received_events",
"type": "User",
"site_admin": false
} | [
{
"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"
},
{
"id": 1634945110,
"node_id": "MDU6TGFiZWwxNjM0OTQ1MTEw",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:layout",
"name": "area:layout",
"color": "C2E0C6",
"default": false,
"description": ""
},
{
"id": 1964271488,
"node_id": "MDU6TGFiZWwxOTY0MjcxNDg4",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:widgets",
"name": "area:widgets",
"color": "C2E0C6",
"default": false,
"description": ""
}
] | open | false | null | [] | null | 1 | 2020-08-02T09:45:30 | 2022-11-15T17:00:23 | null | NONE | null | ### Problem
All the streamlit widgets are left-aligned and it is sometimes frustrating because the rest of the web app is centre aligned and there is only one button which is out of the way. There should be a methodology to align the widgets.
### Solution
**Smallest Possible Solution:** Give text alignment as an argument in the widget
**Possible additions:** The same problem can be solved if a markdown could be made clickable. i.e. it registers a click and returns a bool value just like a button. This would open up huge possibilities for the platform
---
Community voting on feature requests enables the Streamlit team to understand which features are most important to our users.
**If you'd like the Streamlit team to prioritize this feature request, please use the π (thumbs up emoji) reaction in response to the initial post.** | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1799/reactions",
"total_count": 16,
"+1": 13,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 1,
"eyes": 1
} | https://api.github.com/repos/streamlit/streamlit/issues/1799/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1798 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1798/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1798/comments | https://api.github.com/repos/streamlit/streamlit/issues/1798/events | https://github.com/streamlit/streamlit/pull/1798 | 671,075,447 | MDExOlB1bGxSZXF1ZXN0NDYxMzA0NTQ1 | 1,798 | Add unit tests to CLI | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-08-01T18:09:13 | 2020-08-04T06:32:13 | 2020-08-04T06:32:09 | COLLABORATOR | null | **Issue:** https://github.com/streamlit/streamlit/issues/83
**Description:**
* Added Makefile instruction to create html coverage reports
* Updated gitignore to ignore htmlcov folder
* Moved CLI test coverage from 76% to 99%
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1798/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1798/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1798",
"html_url": "https://github.com/streamlit/streamlit/pull/1798",
"diff_url": "https://github.com/streamlit/streamlit/pull/1798.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1798.patch",
"merged_at": "2020-08-04T06:32:09"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1797 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1797/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1797/comments | https://api.github.com/repos/streamlit/streamlit/issues/1797/events | https://github.com/streamlit/streamlit/issues/1797 | 670,283,783 | MDU6SXNzdWU2NzAyODM3ODM= | 1,797 | Streamlit doesn't notice code changes in cached functions in CWD | {
"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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": 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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": false
}
] | null | 1 | 2020-07-31T22:11:58 | 2020-09-04T18:18:24 | 2020-09-04T18:18:24 | CONTRIBUTOR | null | # Summary
When running a script that uses Streamlit's caching from the current working directory, hashes of Python functions don't respond to code changes. What happens is that _get_main_script_directory() returns '.'. filepath is always an absolute path, so the subdirectory check file_util.file_is_in_folder_glob() always fails. This causes the hashing code to silently fall back on the codepath for library functions, which only considers their name and module. As a result, user functions hashed in this situation always have the same hash value, regardless of their content.
# Steps to reproduce
Start with this script in eg. fn_hashing_test.py:
```
#!/usr/bin/env python
import hashlib, streamlit
def fn():
pass
func_hasher = hashlib.md5()
streamlit.hashing.update_hash(
fn,
hasher=func_hasher,
hash_reason=streamlit.hashing.HashReason.CACHING_FUNC_BODY,
hash_source=fn,
)
print(func_hasher.hexdigest())
```
Run it like
```
$ ./fn_hashing_test.py
147a4f7a8619dcccbb4e040b8dfb4ec2
$ md5 fn_hashing_test.py
MD5 (fn_hashing_test.py) = b9e87b45ef13eb5593babce9c4dcddef
Then change the function body so that its hash value should change:
#!/usr/bin/env python
import hashlib, streamlit
def fn():
print('a')
func_hasher = hashlib.md5()
streamlit.hashing.update_hash(
fn,
hasher=func_hasher,
hash_reason=streamlit.hashing.HashReason.CACHING_FUNC_BODY,
hash_source=fn,
)
print(func_hasher.hexdigest())
```
But it doesn't:
```
$ ./fn_hashing_test.py
147a4f7a8619dcccbb4e040b8dfb4ec2
$ md5 fn_hashing_test.py
MD5 (fn_hashing_test.py) = 4849ddefb37b6d8bbf310797ca64d009
```
# Additional information
Point of record: https://github.com/streamlit/streamlit/pull/1793
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1797/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1797/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1796 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1796/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1796/comments | https://api.github.com/repos/streamlit/streamlit/issues/1796/events | https://github.com/streamlit/streamlit/pull/1796 | 670,123,318 | MDExOlB1bGxSZXF1ZXN0NDYwNDE0MzYx | 1,796 | Fix broken formatting of add_rows docs | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-31T19:07:27 | 2020-07-31T19:51:16 | 2020-07-31T19:51:16 | CONTRIBUTOR | null | See: https://i.imgur.com/ZzU1PiJ.png | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1796/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1796/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1796",
"html_url": "https://github.com/streamlit/streamlit/pull/1796",
"diff_url": "https://github.com/streamlit/streamlit/pull/1796.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1796.patch",
"merged_at": "2020-07-31T19:51:16"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1795 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1795/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1795/comments | https://api.github.com/repos/streamlit/streamlit/issues/1795/events | https://github.com/streamlit/streamlit/pull/1795 | 670,063,096 | MDExOlB1bGxSZXF1ZXN0NDYwMzYxMjg4 | 1,795 | Migrating to Functional Components with Hooks | {
"login": "tanmaylaud",
"id": 31733620,
"node_id": "MDQ6VXNlcjMxNzMzNjIw",
"avatar_url": "https://avatars.githubusercontent.com/u/31733620?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanmaylaud",
"html_url": "https://github.com/tanmaylaud",
"followers_url": "https://api.github.com/users/tanmaylaud/followers",
"following_url": "https://api.github.com/users/tanmaylaud/following{/other_user}",
"gists_url": "https://api.github.com/users/tanmaylaud/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tanmaylaud/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tanmaylaud/subscriptions",
"organizations_url": "https://api.github.com/users/tanmaylaud/orgs",
"repos_url": "https://api.github.com/users/tanmaylaud/repos",
"events_url": "https://api.github.com/users/tanmaylaud/events{/privacy}",
"received_events_url": "https://api.github.com/users/tanmaylaud/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 5 | 2020-07-31T17:54:47 | 2020-08-13T16:40:41 | 2020-08-13T16:40:41 | CONTRIBUTOR | null | This PR is part of ongoing effort to address issue #1501
**Description:**
Migrated following elements:
- Alert
- BokehChart
- CodeBlock
- Audio
- DocString
- ExceptionElement
- Markdown
- Json
- Text
- PlotlyChart
- GraphVizChart
- IFrame
- ImageList
- Table
- Video | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1795/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1795/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1795",
"html_url": "https://github.com/streamlit/streamlit/pull/1795",
"diff_url": "https://github.com/streamlit/streamlit/pull/1795.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1795.patch",
"merged_at": "2020-08-13T16:40:41"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1794 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1794/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1794/comments | https://api.github.com/repos/streamlit/streamlit/issues/1794/events | https://github.com/streamlit/streamlit/pull/1794 | 669,035,298 | MDExOlB1bGxSZXF1ZXN0NDU5NDU2MzQy | 1,794 | Implement st.set_page_config | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 7 | 2020-07-30T17:59:59 | 2020-08-11T19:36:42 | 2020-08-07T08:40:23 | CONTRIBUTOR | null | Fixes #1770 ; see this one for the full context.
Fixes #1006
Fixes #532
Fixes #314
Fixes #1108
Fixes #971 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1794/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/1794/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1794",
"html_url": "https://github.com/streamlit/streamlit/pull/1794",
"diff_url": "https://github.com/streamlit/streamlit/pull/1794.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1794.patch",
"merged_at": "2020-08-07T08:40:23"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1793 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1793/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1793/comments | https://api.github.com/repos/streamlit/streamlit/issues/1793/events | https://github.com/streamlit/streamlit/pull/1793 | 668,681,634 | MDExOlB1bGxSZXF1ZXN0NDU5MTM4MTIw | 1,793 | Fix hashing code run from CWD | {
"login": "BigPictures",
"id": 63026741,
"node_id": "MDQ6VXNlcjYzMDI2NzQx",
"avatar_url": "https://avatars.githubusercontent.com/u/63026741?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BigPictures",
"html_url": "https://github.com/BigPictures",
"followers_url": "https://api.github.com/users/BigPictures/followers",
"following_url": "https://api.github.com/users/BigPictures/following{/other_user}",
"gists_url": "https://api.github.com/users/BigPictures/gists{/gist_id}",
"starred_url": "https://api.github.com/users/BigPictures/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/BigPictures/subscriptions",
"organizations_url": "https://api.github.com/users/BigPictures/orgs",
"repos_url": "https://api.github.com/users/BigPictures/repos",
"events_url": "https://api.github.com/users/BigPictures/events{/privacy}",
"received_events_url": "https://api.github.com/users/BigPictures/received_events",
"type": "User",
"site_admin": false
} | [] | 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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": 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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": false
}
] | null | 10 | 2020-07-30T12:39:18 | 2020-09-04T18:17:31 | 2020-09-04T18:17:30 | NONE | null | Issue: #1797
When running a script that uses Streamlit's caching from the current working directory, hashes of Python functions don't respond to code changes. What happens is that `_get_main_script_directory()` returns `'.'`. `filepath` is always an absolute path, so the subdirectory check `file_util.file_is_in_folder_glob()` always fails. This causes the hashing code to silently fall back on the codepath for library functions, which only considers their name and module. As a result, user functions hashed in this situation always have the same hash value, regardless of their content.
Sorry, but the contribution guidelines (apart from the license agreement) seem a bit heavy-handed for this one-line fix. If there are major objections to this PR, please just close it. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1793/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 1,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1793/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1793",
"html_url": "https://github.com/streamlit/streamlit/pull/1793",
"diff_url": "https://github.com/streamlit/streamlit/pull/1793.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1793.patch",
"merged_at": null
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1792 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1792/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1792/comments | https://api.github.com/repos/streamlit/streamlit/issues/1792/events | https://github.com/streamlit/streamlit/issues/1792 | 668,519,077 | MDU6SXNzdWU2Njg1MTkwNzc= | 1,792 | Streamlit and Multithreading Shutdown Events and Multiinitialisation | {
"login": "silas2471",
"id": 60975779,
"node_id": "MDQ6VXNlcjYwOTc1Nzc5",
"avatar_url": "https://avatars.githubusercontent.com/u/60975779?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/silas2471",
"html_url": "https://github.com/silas2471",
"followers_url": "https://api.github.com/users/silas2471/followers",
"following_url": "https://api.github.com/users/silas2471/following{/other_user}",
"gists_url": "https://api.github.com/users/silas2471/gists{/gist_id}",
"starred_url": "https://api.github.com/users/silas2471/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/silas2471/subscriptions",
"organizations_url": "https://api.github.com/users/silas2471/orgs",
"repos_url": "https://api.github.com/users/silas2471/repos",
"events_url": "https://api.github.com/users/silas2471/events{/privacy}",
"received_events_url": "https://api.github.com/users/silas2471/received_events",
"type": "User",
"site_admin": false
} | [
{
"id": 1516285324,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:bug",
"name": "type:bug",
"color": "D93F0B",
"default": false,
"description": "Something isn't working"
}
] | open | false | null | [] | null | 15 | 2020-07-30T09:04:46 | 2021-03-30T08:37:37 | null | NONE | null | # Summary
1.While working with Streamlit I needed a thread to run in the Background, however this thread does not shut down when pressing CTRL + C in the terminal. Thus i tried setting a shutdown event with Signal.SIGTERM, this is not possible either, I get the "ValueError: signal only works in main thread".
Is there a function which i can implement, which will be called upon Pressing CTRL+C in the streamlit console?
2.Another Problem which occures , is that the Manager and thus the thread is sometimes initialized twice.
It doesnt happen that often with this small snippet, but in a bigger project it happened much more frequently.
At some point it happened upon every start of the streamlit Server,
a "fix" was to put a time.sleep(2) in the main function, rendering the interface rather useless though.
After a restart of the Workstation, the Problem seems to happen less frequently.
EDIT: The second Problem seems to correlate with the runtime of the Computer. When I start off in the morning I only get one Initialisation, 8hours later however it initializes with up to 4 Instances!
EDIT2: In the second Problem, the number of initialized Instances correlates to the number of Clients/Webpages which try to connect to the Streamlit Server!
# Steps to reproduce
The Code below is a Minimum working example
uncomment the signal.signal(signal.SIGTERM, manager.terminate) line to see the secondary Problem.
```
import streamlit as st
import threading
import time
import signal
class SomeThread(threading.Thread):
def __init__(self, dummy_list):
super(SomeThread, self).__init__()
self.dummy_list = dummy_list
self.sleep_time = 1
self.shutdown=False
def run(self):
while not self.shutdown:
print(self.dummy_list)
time.sleep(2)
def terminate(self):
self.shutdown = True
@st.cache(allow_output_mutation=True)
class Manager:
def __init__(self):
print("Manager is beeing Initialized")
self.dummy_list = []
self.thread = SomeThread(self.dummy_list)
self.thread.start()
def do_smth(self, item):
self.dummy_list.append(item)
print("blub")
def terminate(self):
self.thread.terminate()
def main():
manager = Manager()
signal.signal(signal.SIGTERM, manager.terminate)
selected = st.selectbox("Dummy", [1, 23, 4])
if st.button("add"):
manager.do_smth(selected)
if __name__=="__main__":
main()
```
## Expected behavior:
1. Upon pressing CTRL + C I expect the thread to stop and streamlit to shutdown.
2. I expect the Manager object to be initialized only once
## Actual behavior:
1. Both the Thread and streamlit continue to run.
2. sometimes the Manager object and thread is initialized twice
## Is this a regression?
no
# Debug info
- Streamlit version: 0.63.0
- Python version: 3.6.9
- pipEnv
- OS version: Ubuntu
- Browser version: Edge, firefox
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1792/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/1792/timeline | null | null | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1791 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1791/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1791/comments | https://api.github.com/repos/streamlit/streamlit/issues/1791/events | https://github.com/streamlit/streamlit/pull/1791 | 668,390,284 | MDExOlB1bGxSZXF1ZXN0NDU4ODg4NzA3 | 1,791 | Fixed incorrect word in (multi)select docs | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-30T05:42:50 | 2020-07-30T07:05:38 | 2020-07-30T07:05:26 | COLLABORATOR | null | **Issue:** None Just a fix in the docs
**Description:**
My change in https://github.com/streamlit/streamlit/pull/1785/files#diff-9cd67e8248e5ba7bf4a76f18b17788baL1854 accidentally called (multi)select options "radio" options. This commit changes it back.
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1791/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1791/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1791",
"html_url": "https://github.com/streamlit/streamlit/pull/1791",
"diff_url": "https://github.com/streamlit/streamlit/pull/1791.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1791.patch",
"merged_at": "2020-07-30T07:05:26"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1790 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1790/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1790/comments | https://api.github.com/repos/streamlit/streamlit/issues/1790/events | https://github.com/streamlit/streamlit/issues/1790 | 668,321,600 | MDU6SXNzdWU2NjgzMjE2MDA= | 1,790 | Progress bar min and max values | {
"login": "tirthajyoti",
"id": 26864928,
"node_id": "MDQ6VXNlcjI2ODY0OTI4",
"avatar_url": "https://avatars.githubusercontent.com/u/26864928?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tirthajyoti",
"html_url": "https://github.com/tirthajyoti",
"followers_url": "https://api.github.com/users/tirthajyoti/followers",
"following_url": "https://api.github.com/users/tirthajyoti/following{/other_user}",
"gists_url": "https://api.github.com/users/tirthajyoti/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tirthajyoti/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tirthajyoti/subscriptions",
"organizations_url": "https://api.github.com/users/tirthajyoti/orgs",
"repos_url": "https://api.github.com/users/tirthajyoti/repos",
"events_url": "https://api.github.com/users/tirthajyoti/events{/privacy}",
"received_events_url": "https://api.github.com/users/tirthajyoti/received_events",
"type": "User",
"site_admin": false
} | [
{
"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"
},
{
"id": 1964271488,
"node_id": "MDU6TGFiZWwxOTY0MjcxNDg4",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:widgets",
"name": "area:widgets",
"color": "C2E0C6",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | 5 | 2020-07-30T02:57:32 | 2021-04-28T02:08:36 | 2021-03-29T21:30:30 | NONE | null | ### Problem
The progress bar does not seem to have `min_val`, `max_val` options. Can they be added?
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1790/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1790/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1789 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1789/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1789/comments | https://api.github.com/repos/streamlit/streamlit/issues/1789/events | https://github.com/streamlit/streamlit/pull/1789 | 668,317,537 | MDExOlB1bGxSZXF1ZXN0NDU4ODMyNDE0 | 1,789 | Fixed misspelling in PR template | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-30T02:48:37 | 2020-07-30T04:54:18 | 2020-07-30T04:54:18 | COLLABORATOR | null | **Issue:** None (Just a Misspelling)
**Description:**
There's a misspelling in the License Agreement, and I'd like to fix it so my browser does not complain every time I create a pull request)
---
**Contribution License Agreement**
By *submitting* this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1789/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1789/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1789",
"html_url": "https://github.com/streamlit/streamlit/pull/1789",
"diff_url": "https://github.com/streamlit/streamlit/pull/1789.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1789.patch",
"merged_at": "2020-07-30T04:54:18"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1788 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1788/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1788/comments | https://api.github.com/repos/streamlit/streamlit/issues/1788/events | https://github.com/streamlit/streamlit/issues/1788 | 668,204,876 | MDU6SXNzdWU2NjgyMDQ4NzY= | 1,788 | Something's Wrong (testing Asana integration) | {
"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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-07-29T22:17:27 | 2020-11-16T18:29:17 | 2020-09-17T07:24:19 | CONTRIBUTOR | null | # Summary
I filed a bug in hopes it would get picked up by Asana
# 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 happen when you go through the steps above, assuming there were no bugs.
## Actual behavior:
Explain the buggy behavior you experience when you go through the steps above.
If applicable, add screenshots to help explain your problem.
## Is this a regression?
That is, did this use to work the way you expected in the past?
yes / no
# Debug info
- Streamlit version: (get it with `$ streamlit version`)
- Python version: (get it with `$ python --version`)
- Using Conda? PipEnv? PyEnv? Pex?
- OS version:
- Browser version:
# Additional information
If needed, add any other context about the problem here. For example, did this bug come from https://discuss.streamlit.io or another site? Link the original source here!
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1788/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1788/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1787 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1787/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1787/comments | https://api.github.com/repos/streamlit/streamlit/issues/1787/events | https://github.com/streamlit/streamlit/pull/1787 | 668,115,351 | MDExOlB1bGxSZXF1ZXN0NDU4NjYzNDUy | 1,787 | Fix e2e/Dockerfile | {
"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/tconkling/followers",
"following_url": "https://api.github.com/users/tconkling/following{/other_user}",
"gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tconkling/subscriptions",
"organizations_url": "https://api.github.com/users/tconkling/orgs",
"repos_url": "https://api.github.com/users/tconkling/repos",
"events_url": "https://api.github.com/users/tconkling/events{/privacy}",
"received_events_url": "https://api.github.com/users/tconkling/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-29T20:03:28 | 2020-07-29T22:56:42 | 2020-07-29T22:56:39 | COLLABORATOR | null | Our e2e Dockerfile hasn't kept pace with recent Makefile changes; this brings it up to date. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1787/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1787/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1787",
"html_url": "https://github.com/streamlit/streamlit/pull/1787",
"diff_url": "https://github.com/streamlit/streamlit/pull/1787.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1787.patch",
"merged_at": "2020-07-29T22:56:39"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1786 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1786/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1786/comments | https://api.github.com/repos/streamlit/streamlit/issues/1786/events | https://github.com/streamlit/streamlit/issues/1786 | 668,114,945 | MDU6SXNzdWU2NjgxMTQ5NDU= | 1,786 | log_level parameter in CLI help is incorrect | {
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
} | [
{
"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 | 5 | 2020-07-29T20:02:45 | 2022-09-23T14:10:58 | 2022-09-23T14:10:58 | CONTRIBUTOR | null | `streamlit help` indicates that to set up logging, you use `--log_level`
```python
(embedcode) rzwitch@threadripper:~$ streamlit help
Usage: streamlit [OPTIONS] COMMAND [ARGS]...
Try out a demo with:
$ streamlit hello
Or use the line below to run your own script:
$ streamlit run your_script.py
Options:
--log_level [error|warning|info|debug]
--version Show the version and exit.
--help Show this message and exit.
Commands:
activate Activate Streamlit by entering your email.
cache Manage the Streamlit cache.
config Manage Streamlit's config settings.
docs Show help in browser.
hello Runs the Hello World script.
help Print this help message.
run Run a Python script, piping stderr to Streamlit.
version Print Streamlit's version number.
```
```python
streamlit run pt.py --log_level=debug
Usage: streamlit run [OPTIONS] TARGET [ARGS]...
Try 'streamlit run --help' for help.
Error: no such option: --log_level
```
The correct value is `--global.logLevel`
```python
(embedcode) rzwitch@threadripper:~$ streamlit run pt.py --global.logLevel=debug
Initialized tornado logs
Skipping PyPI version check
Setting up signal handler
Using selector: EpollSelector
Server state: None -> State.INITIAL
Starting server...
Serving static content from /home/rzwitch/miniconda3/envs/embedcode/lib/python3.8/site-packages/streamlit/static
Server started on port 8501
No singleton. Registering one.
Watcher created for /home/rzwitch/pt.py
...
```
ref: https://discuss.streamlit.io/t/how-to-set-log-level-to-debug/4601/2 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1786/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1786/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1785 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1785/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1785/comments | https://api.github.com/repos/streamlit/streamlit/issues/1785/events | https://github.com/streamlit/streamlit/pull/1785 | 668,042,310 | MDExOlB1bGxSZXF1ZXN0NDU4NjAyMTU3 | 1,785 | Allow SelectBoxes, Radio Buttons, and MultiSelect to use DataFrames | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 2 | 2020-07-29T18:16:00 | 2020-07-30T02:37:20 | 2020-07-30T02:37:16 | COLLABORATOR | null | **Issue:** https://github.com/streamlit/streamlit/issues/78
**Description:**
When a DataFrame is sent as an argument, the component will select options from the first column.
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1785/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1785/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1785",
"html_url": "https://github.com/streamlit/streamlit/pull/1785",
"diff_url": "https://github.com/streamlit/streamlit/pull/1785.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1785.patch",
"merged_at": "2020-07-30T02:37:16"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1784 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1784/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1784/comments | https://api.github.com/repos/streamlit/streamlit/issues/1784/events | https://github.com/streamlit/streamlit/pull/1784 | 668,033,711 | MDExOlB1bGxSZXF1ZXN0NDU4NTk1MjAx | 1,784 | Deprecate st.image format in favor of output_format | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | 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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": 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/followers",
"following_url": "https://api.github.com/users/nthmost/following{/other_user}",
"gists_url": "https://api.github.com/users/nthmost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nthmost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nthmost/subscriptions",
"organizations_url": "https://api.github.com/users/nthmost/orgs",
"repos_url": "https://api.github.com/users/nthmost/repos",
"events_url": "https://api.github.com/users/nthmost/events{/privacy}",
"received_events_url": "https://api.github.com/users/nthmost/received_events",
"type": "User",
"site_admin": false
}
] | null | 0 | 2020-07-29T18:01:17 | 2020-07-31T06:15:12 | 2020-07-31T05:42:42 | COLLABORATOR | null | **Issue:** https://github.com/streamlit/streamlit/issues/1137
**Description:**
The format parameter is a little bit confusing. Renaming it to output_format
has clearer meaning. In addition, we allow a output_format="auto" which
decides the proper output format based on input type and whether an alpha
channel exists
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1784/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1784/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1784",
"html_url": "https://github.com/streamlit/streamlit/pull/1784",
"diff_url": "https://github.com/streamlit/streamlit/pull/1784.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1784.patch",
"merged_at": "2020-07-31T05:42:42"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1783 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1783/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1783/comments | https://api.github.com/repos/streamlit/streamlit/issues/1783/events | https://github.com/streamlit/streamlit/issues/1783 | 667,956,377 | MDU6SXNzdWU2Njc5NTYzNzc= | 1,783 | Dates frontend is very slow - choosing a date is very slow and unresponsive | {
"login": "vinzeebreak",
"id": 18598248,
"node_id": "MDQ6VXNlcjE4NTk4MjQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/18598248?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vinzeebreak",
"html_url": "https://github.com/vinzeebreak",
"followers_url": "https://api.github.com/users/vinzeebreak/followers",
"following_url": "https://api.github.com/users/vinzeebreak/following{/other_user}",
"gists_url": "https://api.github.com/users/vinzeebreak/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vinzeebreak/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vinzeebreak/subscriptions",
"organizations_url": "https://api.github.com/users/vinzeebreak/orgs",
"repos_url": "https://api.github.com/users/vinzeebreak/repos",
"events_url": "https://api.github.com/users/vinzeebreak/events{/privacy}",
"received_events_url": "https://api.github.com/users/vinzeebreak/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": 1848260284,
"node_id": "MDU6TGFiZWwxODQ4MjYwMjg0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:performance",
"name": "area:performance",
"color": "C2E0C6",
"default": false,
"description": ""
},
{
"id": 1964271488,
"node_id": "MDU6TGFiZWwxOTY0MjcxNDg4",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:widgets",
"name": "area:widgets",
"color": "C2E0C6",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | 7 | 2020-07-29T15:58:32 | 2020-12-12T00:05:54 | 2020-12-01T17:47:35 | NONE | null | # Summary
Dates are very slow to manipulate inside the browser. Feels "buggy".
# Steps to reproduce
Code `app.py`:
```python
import streamlit as st
def main():
st.date_input("date")
if __name__ == "__main__":
main()
```
Then,
```bash
streamlit run app.py
```
Finally, try to manipulate with your cursor the date object inside your browser.
## Expected behavior:
It should be fast to choose a date.
## Actual behavior:
Interface is very slow and therefore hard to use
## Is this a regression?
yes
# Debug info
- Streamlit version: 0.64.1.dev20200728
- Python version: Python 3.6.8
- Using virtualenvwrapper
- OS version: Ubuntu 18.04
- Browser version: Mozilla Firefox 78.0.2 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1783/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/1783/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1782 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1782/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1782/comments | https://api.github.com/repos/streamlit/streamlit/issues/1782/events | https://github.com/streamlit/streamlit/issues/1782 | 667,856,770 | MDU6SXNzdWU2Njc4NTY3NzA= | 1,782 | Option to switch from Light to Dark Theme | {
"login": "tanmaylaud",
"id": 31733620,
"node_id": "MDQ6VXNlcjMxNzMzNjIw",
"avatar_url": "https://avatars.githubusercontent.com/u/31733620?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanmaylaud",
"html_url": "https://github.com/tanmaylaud",
"followers_url": "https://api.github.com/users/tanmaylaud/followers",
"following_url": "https://api.github.com/users/tanmaylaud/following{/other_user}",
"gists_url": "https://api.github.com/users/tanmaylaud/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tanmaylaud/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tanmaylaud/subscriptions",
"organizations_url": "https://api.github.com/users/tanmaylaud/orgs",
"repos_url": "https://api.github.com/users/tanmaylaud/repos",
"events_url": "https://api.github.com/users/tanmaylaud/events{/privacy}",
"received_events_url": "https://api.github.com/users/tanmaylaud/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-07-29T13:43:44 | 2020-08-06T23:07:54 | 2020-07-31T20:53:45 | CONTRIBUTOR | null | Currently Streamlit has default Light Theme. There are many css files where the colors are assigned.
It will be good to provide the user with an option to switch to a dark theme.
BaseUI provides light and dark theme options but we have customised the css.
### Solution
It would be good to align and parametrise the css files so that a single switch in menu can allow all the components to refresh seamlessly.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1782/reactions",
"total_count": 4,
"+1": 3,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1782/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1781 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1781/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1781/comments | https://api.github.com/repos/streamlit/streamlit/issues/1781/events | https://github.com/streamlit/streamlit/issues/1781 | 667,735,140 | MDU6SXNzdWU2Njc3MzUxNDA= | 1,781 | number_input not resetting to default value | {
"login": "SandeshNandagawe",
"id": 42147164,
"node_id": "MDQ6VXNlcjQyMTQ3MTY0",
"avatar_url": "https://avatars.githubusercontent.com/u/42147164?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SandeshNandagawe",
"html_url": "https://github.com/SandeshNandagawe",
"followers_url": "https://api.github.com/users/SandeshNandagawe/followers",
"following_url": "https://api.github.com/users/SandeshNandagawe/following{/other_user}",
"gists_url": "https://api.github.com/users/SandeshNandagawe/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SandeshNandagawe/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SandeshNandagawe/subscriptions",
"organizations_url": "https://api.github.com/users/SandeshNandagawe/orgs",
"repos_url": "https://api.github.com/users/SandeshNandagawe/repos",
"events_url": "https://api.github.com/users/SandeshNandagawe/events{/privacy}",
"received_events_url": "https://api.github.com/users/SandeshNandagawe/received_events",
"type": "User",
"site_admin": false
} | [
{
"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"
},
{
"id": 1964271488,
"node_id": "MDU6TGFiZWwxOTY0MjcxNDg4",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:widgets",
"name": "area:widgets",
"color": "C2E0C6",
"default": false,
"description": ""
},
{
"id": 4772037732,
"node_id": "LA_kwDODCoeTs8AAAABHG-EZA",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/status:expected-behavior",
"name": "status:expected-behavior",
"color": "FEF2C0",
"default": false,
"description": "This issue describes expected behavior"
}
] | closed | false | null | [] | null | 1 | 2020-07-29T10:33:09 | 2022-11-07T17:34:11 | 2020-10-26T21:18:27 | NONE | null | # Summary
Selecting one column through 'select box', then using **'number_input'** to get the user input, it has its default value; but when I cane the column, the value input by user is taken and number_input is not resetting to the default.
# Steps to reproduce
What are the steps we should take to reproduce the bug:
## Expected behavior:
with change in column name it should reset to default value provided in the number_input and not the last input value by the user
## Actual behavior:
Explain the buggy behavior you experience when you go through the steps above.
If applicable, add screenshots to help explain your problem.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1781/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1781/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1780 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1780/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1780/comments | https://api.github.com/repos/streamlit/streamlit/issues/1780/events | https://github.com/streamlit/streamlit/issues/1780 | 667,690,435 | MDU6SXNzdWU2Njc2OTA0MzU= | 1,780 | Getting "Module not found error" when attempting to import user package | {
"login": "atomsk121",
"id": 65228616,
"node_id": "MDQ6VXNlcjY1MjI4NjE2",
"avatar_url": "https://avatars.githubusercontent.com/u/65228616?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/atomsk121",
"html_url": "https://github.com/atomsk121",
"followers_url": "https://api.github.com/users/atomsk121/followers",
"following_url": "https://api.github.com/users/atomsk121/following{/other_user}",
"gists_url": "https://api.github.com/users/atomsk121/gists{/gist_id}",
"starred_url": "https://api.github.com/users/atomsk121/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/atomsk121/subscriptions",
"organizations_url": "https://api.github.com/users/atomsk121/orgs",
"repos_url": "https://api.github.com/users/atomsk121/repos",
"events_url": "https://api.github.com/users/atomsk121/events{/privacy}",
"received_events_url": "https://api.github.com/users/atomsk121/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-07-29T09:24:10 | 2020-08-06T23:07:54 | 2020-07-29T12:55:08 | NONE | null | # Summary
Getting "Module not found error" when attempting to import user package.
Printed out a statement from the module in file I run using streamlit to prove that there is no problem regularly.
Ran streamlit - Got module not found error.
# Steps to reproduce
What are the steps we should take to reproduce the bug:
1. Create custom package
2. Import in streamlit file.
3. Use a module from the package to ensure that there is no problem with the package itself.
3. Run streamlit app.
Example:
`import streamlit as st
from dashboard_layer.freq_enums import frequency_enum
if __name__ == '__main__':
print(frequency_enum.freqsAll_mt.value)`
## Expected behavior:
Value printed out.
Streamlit runs as it should - No error.
## Actual behavior:
Value printed out.
Streamlit:
Using relative import
![image](https://user-images.githubusercontent.com/65228616/88782108-de695a00-d195-11ea-8e83-4dd9beff4813.png)
Using regular import:
![image](https://user-images.githubusercontent.com/65228616/88782265-0e186200-d196-11ea-9c49-205bda5a4238.png)
## Is this a regression?
No
# Debug info
- Streamlit version: Streamlit, version 0.64.0
- Python version: Python 3.8.3
- Using Pip
- OS version: Windows 10
- Browser version: Google chrome Version 84.0.4147.89 (Official Build) (64-bit)
# Additional information
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1780/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/1780/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1779 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1779/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1779/comments | https://api.github.com/repos/streamlit/streamlit/issues/1779/events | https://github.com/streamlit/streamlit/pull/1779 | 667,438,799 | MDExOlB1bGxSZXF1ZXN0NDU4MTA1Mjcz | 1,779 | e2e tests for component templates | {
"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/tconkling/followers",
"following_url": "https://api.github.com/users/tconkling/following{/other_user}",
"gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tconkling/subscriptions",
"organizations_url": "https://api.github.com/users/tconkling/orgs",
"repos_url": "https://api.github.com/users/tconkling/repos",
"events_url": "https://api.github.com/users/tconkling/events{/privacy}",
"received_events_url": "https://api.github.com/users/tconkling/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-28T23:13:06 | 2020-07-29T22:57:53 | 2020-07-29T22:57:50 | COLLABORATOR | null | - https://github.com/streamlit/component-template is now a submodule of Streamlit
- Adds e2e tests for component-template
- `run_e2e_tests.py` now suppresses the streamlit/cypress output unless a test fails, which means no more 50k-line cypress logs. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1779/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1779/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1779",
"html_url": "https://github.com/streamlit/streamlit/pull/1779",
"diff_url": "https://github.com/streamlit/streamlit/pull/1779.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1779.patch",
"merged_at": "2020-07-29T22:57:50"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1778 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1778/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1778/comments | https://api.github.com/repos/streamlit/streamlit/issues/1778/events | https://github.com/streamlit/streamlit/pull/1778 | 667,396,272 | MDExOlB1bGxSZXF1ZXN0NDU4MDcwOTgy | 1,778 | Pin pandas to < 1.1.0 | {
"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/tconkling/followers",
"following_url": "https://api.github.com/users/tconkling/following{/other_user}",
"gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tconkling/subscriptions",
"organizations_url": "https://api.github.com/users/tconkling/orgs",
"repos_url": "https://api.github.com/users/tconkling/repos",
"events_url": "https://api.github.com/users/tconkling/events{/privacy}",
"received_events_url": "https://api.github.com/users/tconkling/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-28T21:33:45 | 2020-07-28T22:22:28 | 2020-07-28T22:22:24 | COLLABORATOR | null | pandas 1.1.0 has breaking changes to its styling code.
We're temporarily pinning to < 1.1.0, and have an open issue to fix this here:
https://github.com/streamlit/streamlit/issues/1777 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1778/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1778/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1778",
"html_url": "https://github.com/streamlit/streamlit/pull/1778",
"diff_url": "https://github.com/streamlit/streamlit/pull/1778.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1778.patch",
"merged_at": "2020-07-28T22:22:24"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1777 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1777/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1777/comments | https://api.github.com/repos/streamlit/streamlit/issues/1777/events | https://github.com/streamlit/streamlit/issues/1777 | 667,393,846 | MDU6SXNzdWU2NjczOTM4NDY= | 1,777 | dataframe styling breaks on pandas >= 1.1.0 | {
"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/tconkling/followers",
"following_url": "https://api.github.com/users/tconkling/following{/other_user}",
"gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tconkling/subscriptions",
"organizations_url": "https://api.github.com/users/tconkling/orgs",
"repos_url": "https://api.github.com/users/tconkling/repos",
"events_url": "https://api.github.com/users/tconkling/events{/privacy}",
"received_events_url": "https://api.github.com/users/tconkling/received_events",
"type": "User",
"site_admin": false
} | [
{
"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/followers",
"following_url": "https://api.github.com/users/kantuni/following{/other_user}",
"gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kantuni/subscriptions",
"organizations_url": "https://api.github.com/users/kantuni/orgs",
"repos_url": "https://api.github.com/users/kantuni/repos",
"events_url": "https://api.github.com/users/kantuni/events{/privacy}",
"received_events_url": "https://api.github.com/users/kantuni/received_events",
"type": "User",
"site_admin": 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/followers",
"following_url": "https://api.github.com/users/kantuni/following{/other_user}",
"gists_url": "https://api.github.com/users/kantuni/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kantuni/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kantuni/subscriptions",
"organizations_url": "https://api.github.com/users/kantuni/orgs",
"repos_url": "https://api.github.com/users/kantuni/repos",
"events_url": "https://api.github.com/users/kantuni/events{/privacy}",
"received_events_url": "https://api.github.com/users/kantuni/received_events",
"type": "User",
"site_admin": false
}
] | null | 1 | 2020-07-28T21:29:46 | 2020-08-10T16:37:30 | 2020-08-10T16:37:30 | COLLABORATOR | null | Pandas just released v1.1.0, and our styling code (which uses private pandas methods) is incompatible with it.
(As a temporary workaround, we're pinning pandas to < 1.1.0.)
When this is fixed, we should remove the restriction on pandas < 1.1.0 from the Streamlit `Pipfile` | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1777/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1777/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1776 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1776/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1776/comments | https://api.github.com/repos/streamlit/streamlit/issues/1776/events | https://github.com/streamlit/streamlit/pull/1776 | 667,310,138 | MDExOlB1bGxSZXF1ZXN0NDU4MDAxNjI2 | 1,776 | Splitting up delta_generator, part 2 | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-28T19:20:12 | 2020-08-04T04:53:45 | 2020-08-04T04:53:45 | CONTRIBUTOR | null | This one pulls out all of the charts and other non-widget elements.
Mostly need to be careful of the DELTAS_TYPES_THAT_MELT_DATAFRAMES, since that codepath had some dependencies on @_with_element.
Ideally we merge in part 1 (#1762) first for a cleaner diff, but if one mega-PR is easier on reviewers I'm happy to do that too. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1776/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1776/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1776",
"html_url": "https://github.com/streamlit/streamlit/pull/1776",
"diff_url": "https://github.com/streamlit/streamlit/pull/1776.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1776.patch",
"merged_at": "2020-08-04T04:53:45"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1775 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1775/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1775/comments | https://api.github.com/repos/streamlit/streamlit/issues/1775/events | https://github.com/streamlit/streamlit/issues/1775 | 667,270,116 | MDU6SXNzdWU2NjcyNzAxMTY= | 1,775 | Issue with installing streamlit on fresh python | {
"login": "SirVectrex",
"id": 43294797,
"node_id": "MDQ6VXNlcjQzMjk0Nzk3",
"avatar_url": "https://avatars.githubusercontent.com/u/43294797?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SirVectrex",
"html_url": "https://github.com/SirVectrex",
"followers_url": "https://api.github.com/users/SirVectrex/followers",
"following_url": "https://api.github.com/users/SirVectrex/following{/other_user}",
"gists_url": "https://api.github.com/users/SirVectrex/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SirVectrex/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SirVectrex/subscriptions",
"organizations_url": "https://api.github.com/users/SirVectrex/orgs",
"repos_url": "https://api.github.com/users/SirVectrex/repos",
"events_url": "https://api.github.com/users/SirVectrex/events{/privacy}",
"received_events_url": "https://api.github.com/users/SirVectrex/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "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 | 6 | 2020-07-28T18:11:15 | 2020-09-05T06:17:37 | 2020-08-02T20:49:41 | NONE | null | # Summary
I have used streamlit happily for a month or two on my desktop machine and recently switched to a laptop. After installing PyCharm, VS Code and Python streamlit was the first to go. (Fresh setup) Same issues with a fresh virtual enviroment (venv)
Thanks for the help!
Unfortunately
`pip install streamlit`
throws a big error message
# Steps to reproduce
`pip install streamlit`
## Expected behavior:
Completed install
## Actual behavior:
Huge error message. (Follows)
# Debug info
- Streamlit version: (get it with `$ streamlit version`)
- Python version: (get it with `$ python --version`)
- Using Conda? PipEnv? PyEnv? Pex?
- OS version:
- Browser version:
# Additional information
```
ERROR: Command errored out with exit status 1:
command: 'c:\myvenv\scripts\python.exe' 'c:\myvenv\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\flori\AppData\Local\Temp\pip-build-env-ny0h1s32\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
cwd: None
Complete output (270 lines):
Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
Collecting cython>=0.29
Using cached Cython-0.29.21-cp38-cp38-win32.whl (1.6 MB)
Collecting numpy==1.16.0
Using cached numpy-1.16.0.zip (5.1 MB)
Collecting setuptools
Using cached setuptools-49.2.0-py3-none-any.whl (789 kB)
Collecting setuptools_scm
Using cached setuptools_scm-4.1.2-py2.py3-none-any.whl (27 kB)
Collecting wheel
Using cached wheel-0.34.2-py2.py3-none-any.whl (26 kB)
Using legacy setup.py install for numpy, since package 'wheel' is not installed.
Installing collected packages: cython, numpy, setuptools, setuptools-scm, wheel
Running setup.py install for numpy: started
Running setup.py install for numpy: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\myvenv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\flori\\AppData\\Local\\Temp\\pip-install-050tohk5\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\flori\\AppData\\Local\\Temp\\pip-install-050tohk5\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\flori\AppData\Local\Temp\pip-record-bzf1e11r\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\flori\AppData\Local\Temp\pip-build-env-ny0h1s32\overlay' --compile --install-headers 'c:\myvenv\include\site\python3.8\numpy'
cwd: C:\Users\flori\AppData\Local\Temp\pip-install-050tohk5\numpy\
Complete output (249 lines):
Running from numpy source directory.
Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:
- `pip install .` (from a git repo or downloaded source
release)
- `pip install numpy` (last NumPy release on PyPi)
C:\Users\flori\AppData\Local\Temp\pip-install-050tohk5\numpy\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
return is_string(s) and ('*' in s or '?' is s)
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
blis_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blis not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
openblas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['c:\\myvenv\\lib', 'C:\\']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
atlas_3_10_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
atlas_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
accelerate_info:
NOT AVAILABLE
C:\Users\flori\AppData\Local\Temp\pip-install-050tohk5\numpy\numpy\distutils\system_info.py:625: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
self.calc_info()
blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blas not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
C:\Users\flori\AppData\Local\Temp\pip-install-050tohk5\numpy\numpy\distutils\system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
self.calc_info()
blas_src_info:
NOT AVAILABLE
C:\Users\flori\AppData\Local\Temp\pip-install-050tohk5\numpy\numpy\distutils\system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
self.calc_info()
NOT AVAILABLE
Der Befehl "svnversion" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
non-existing path in 'numpy\\distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
openblas_lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
openblas_clapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas,lapack not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in c:\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack not found in ['c:\\myvenv\\lib', 'C:\\']
NOT AVAILABLE
C:\Users\flori\AppData\Local\Temp\pip-install-050tohk5\numpy\numpy\distutils\system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
self.calc_info()
lapack_src_info:
NOT AVAILABLE
C:\Users\flori\AppData\Local\Temp\pip-install-050tohk5\numpy\numpy\distutils\system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
self.calc_info()
NOT AVAILABLE
C:\Users\flori\AppData\Local\Programs\Python\Python38-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build\src.win32-3.8
creating build\src.win32-3.8\numpy
creating build\src.win32-3.8\numpy\distutils
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\myvenv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\flori\\AppData\\Local\\Temp\\pip-install-050tohk5\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\flori\\AppData\\Local\\Temp\\pip-install-050tohk5\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\flori\AppData\Local\Temp\pip-record-bzf1e11r\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\flori\AppData\Local\Temp\pip-build-env-ny0h1s32\overlay' --compile --install-headers 'c:\myvenv\include\site\python3.8\numpy' Check the logs for full command output.
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\myvenv\scripts\python.exe' 'c:\myvenv\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\flori\AppData\Local\Temp\pip-build-env-ny0h1s32\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
```
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1775/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1775/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1774 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1774/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1774/comments | https://api.github.com/repos/streamlit/streamlit/issues/1774/events | https://github.com/streamlit/streamlit/issues/1774 | 667,202,557 | MDU6SXNzdWU2NjcyMDI1NTc= | 1,774 | Ability to set canonical URL | {
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": 1516285327,
"node_id": "MDU6TGFiZWwxNTE2Mjg1MzI3",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/type:enhancement",
"name": "type:enhancement",
"color": "0E8A16",
"default": false,
"description": "Requests for feature enhancements or new features"
}
] | closed | false | null | [] | null | 4 | 2020-07-28T16:18:45 | 2022-09-23T14:09:44 | 2022-09-23T14:09:43 | CONTRIBUTOR | null | Users trying to get Google to index their publicly-available Streamlit apps are running into issue where Google believes every app is `awesome-streamlit`. Setting canonical url via nginx did not solve issue.
Desired solution would be for users to be able to have apps indexed in search engines, with the expectation that setting the canonical url would be what fixes this.
ref: https://discuss.streamlit.io/t/google-not-indexing-streamlit-site-because-setting-canonical-to-https-awesome-streamlit-org/4510 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1774/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1774/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1773 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1773/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1773/comments | https://api.github.com/repos/streamlit/streamlit/issues/1773/events | https://github.com/streamlit/streamlit/pull/1773 | 667,140,160 | MDExOlB1bGxSZXF1ZXN0NDU3ODY0ODE4 | 1,773 | Add note about mapbox tokens and pydeck | {
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-07-28T14:54:14 | 2020-07-29T14:44:04 | 2020-07-29T14:44:01 | CONTRIBUTOR | null | Adds note to FAQ about supplying Mapbox token via `config.toml`, instead of inside of PyDeck specification in the Streamlit app.
Ref: https://discuss.streamlit.io/t/deprecation-warning-deckgl-pydeck-maps-to-require-mapbox-token-for-production-usage/2982/10?u=randyzwitch | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1773/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1773/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1773",
"html_url": "https://github.com/streamlit/streamlit/pull/1773",
"diff_url": "https://github.com/streamlit/streamlit/pull/1773.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1773.patch",
"merged_at": "2020-07-29T14:44:01"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1772 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1772/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1772/comments | https://api.github.com/repos/streamlit/streamlit/issues/1772/events | https://github.com/streamlit/streamlit/pull/1772 | 667,090,162 | MDExOlB1bGxSZXF1ZXN0NDU3ODIyODE2 | 1,772 | Make log messages configurable | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 2 | 2020-07-28T13:50:44 | 2020-10-01T17:15:02 | 2020-08-08T14:42:59 | CONTRIBUTOR | null | **Issue:** #447
**Description:**
We currently show the timestamp in our logging message for development mode. This is a nice feature that users would like as well. Making this publicly accessible through a series of config options.
Timestamp is required to be configurable to [prevent double timestamps in S4A](https://github.com/streamlit/s4t/pull/227).
This change also deprecates `global.logLevel` in favor of `logger.logLevel`, ending support for it in October 31, 2020
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1772/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1772/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1772",
"html_url": "https://github.com/streamlit/streamlit/pull/1772",
"diff_url": "https://github.com/streamlit/streamlit/pull/1772.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1772.patch",
"merged_at": "2020-08-08T14:42:59"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1771 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1771/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1771/comments | https://api.github.com/repos/streamlit/streamlit/issues/1771/events | https://github.com/streamlit/streamlit/pull/1771 | 667,074,379 | MDExOlB1bGxSZXF1ZXN0NDU3ODEwMDIx | 1,771 | Update keras hashing to reflect latest Tensorflow release | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-28T13:29:29 | 2020-10-01T17:14:58 | 2020-07-28T14:25:35 | CONTRIBUTOR | null | **Issue:** Tensor flow released a new version and it's causing hashing keras to break. We're only checking against `tensorflow.python.keras.engine.training.Model` and `keras.engine.training.Model` now. There's a new object they're using as a base `tensorflow.python.keras.engine.functional.Functional`
**Description:** Update the list of keras objects to include the latest.
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1771/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1771/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1771",
"html_url": "https://github.com/streamlit/streamlit/pull/1771",
"diff_url": "https://github.com/streamlit/streamlit/pull/1771.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1771.patch",
"merged_at": "2020-07-28T14:25:35"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1770 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1770/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1770/comments | https://api.github.com/repos/streamlit/streamlit/issues/1770/events | https://github.com/streamlit/streamlit/issues/1770 | 666,966,510 | MDU6SXNzdWU2NjY5NjY1MTA= | 1,770 | New API: st.set_page_config | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [
{
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
}
] | null | 7 | 2020-07-28T10:34:22 | 2021-02-17T21:19:05 | 2020-08-07T08:40:23 | CONTRIBUTOR | null | ## Proposal
```
st.set_page_config(
layout="centered", # Can be "centered" or "wide". In the future also "dashboard", etc.
initial_sidebar_state="auto", # Can be "auto", "expanded", "collapsed"
page_title=None, # String or None. Strings get appended with "β’ Streamlit".
page_icon=None, # String, anything supported by st.image, or None.
)
```
## Background
We want to support the following in Streamlit:
1. Ability to set page favicon
2. Ability to set page title
3. Ability to make a page start in wide mode (today you need to toggle it in "preferences")
4. Ability to make a page start with the sidebar collapsed (today you need to collapse via the UI)
## Must be first st command
For all of these settings, we'd prefer if the user sets them near the top of their script. Because it would be weird to have an app load, then show a bunch of stuff, *and then* change into wide mode, for example.
## Immutable, for now
For title and favicon, it makes a lot of sense to support mutation. But it's not what 99% of the users will be doing, so it's OK if we don't support it at first.
For wide-mode and expand-sidebar, mutations make a lot less sense.
(Copied from our internal spec [here](https://www.notion.so/streamlit/Product-1472107ee200491b82894fe5fb5e4559?p=44a10601796749f6bf8c130c4f2892cc)) | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1770/reactions",
"total_count": 12,
"+1": 10,
"-1": 0,
"laugh": 0,
"hooray": 2,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1770/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1769 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1769/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1769/comments | https://api.github.com/repos/streamlit/streamlit/issues/1769/events | https://github.com/streamlit/streamlit/pull/1769 | 666,742,818 | MDExOlB1bGxSZXF1ZXN0NDU3NTMyNDMx | 1,769 | Implement st.stop() functionality | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-28T04:15:41 | 2020-07-29T20:19:32 | 2020-07-29T20:19:28 | COLLABORATOR | null | **Issue:** https://github.com/streamlit/streamlit/issues/168
**Description:**
Implements an `st.stop()` functionality including unit and e2e tests.
**Docs**
Stops excecution immediately. Streamlit will not run any statements
after `st.stop()`. We recommend rendering a message prior to calling this
to indicate the execution has stopped and why.
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1769/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1769/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1769",
"html_url": "https://github.com/streamlit/streamlit/pull/1769",
"diff_url": "https://github.com/streamlit/streamlit/pull/1769.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1769.patch",
"merged_at": "2020-07-29T20:19:28"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1768 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1768/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1768/comments | https://api.github.com/repos/streamlit/streamlit/issues/1768/events | https://github.com/streamlit/streamlit/pull/1768 | 666,641,314 | MDExOlB1bGxSZXF1ZXN0NDU3NDQ5NTEz | 1,768 | Streamlit for Teams capitalized | {
"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/arraydude/followers",
"following_url": "https://api.github.com/users/arraydude/following{/other_user}",
"gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arraydude/subscriptions",
"organizations_url": "https://api.github.com/users/arraydude/orgs",
"repos_url": "https://api.github.com/users/arraydude/repos",
"events_url": "https://api.github.com/users/arraydude/events{/privacy}",
"received_events_url": "https://api.github.com/users/arraydude/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-27T23:14:48 | 2020-07-28T23:18:48 | 2020-07-28T23:18:45 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1768/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1768/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1768",
"html_url": "https://github.com/streamlit/streamlit/pull/1768",
"diff_url": "https://github.com/streamlit/streamlit/pull/1768.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1768.patch",
"merged_at": "2020-07-28T23:18:45"
} | true |
|
https://api.github.com/repos/streamlit/streamlit/issues/1767 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1767/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1767/comments | https://api.github.com/repos/streamlit/streamlit/issues/1767/events | https://github.com/streamlit/streamlit/issues/1767 | 666,569,892 | MDU6SXNzdWU2NjY1Njk4OTI= | 1,767 | Inline JavaScript in Custom Component | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": 1948948989,
"node_id": "MDU6TGFiZWwxOTQ4OTQ4OTg5",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/feature:custom-components",
"name": "feature:custom-components",
"color": "C5DEF5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | 3 | 2020-07-27T20:38:38 | 2020-08-04T22:27:33 | 2020-08-04T22:27:32 | COLLABORATOR | null | # Summary
Building a custom component with [HTML rendering](https://docs.streamlit.io/en/stable/develop_streamlit_components.html#render-an-html-string), inline scripts in `<script>` tags cause errors in the application
# Steps to reproduce
Attempting to embed a tweet.
```
components.html("""
<blockquote id="tweet-123">
</blockquote>
<script sync src="https://platform.twitter.com/widgets.js"></script>
<script>
twttr.widgets.createTweet("123", document.getElementById("tweet-123"), {
theme: "dark"
});
</script>
"""
```
*Note* You can replace 123 with a valid tweet id.
## Expected behavior:
Unsure. Based on doc, this should work and embed the tweet (or mark a JS error or error from Twitter, etc). But options of expectation.
1. It works as expected.
2. It does not work and the error reflects that inline JS is not supported.
3. It has undefined behavior and the docs say that inline JS is not supported.
## Actual behavior:
I get a Python KeyError on a string in the html. See Screenshot.
![image](https://user-images.githubusercontent.com/69432/88589645-4e4cd880-d00e-11ea-9acd-b259c80a4a99.png)
## Is this a regression?
No
# Debug info
- Streamlit version: 0.63.0
- Python version: 3.8
- Using Conda? PipEnv? PyEnv? Pex? PipEnv
- OS version: Mac OS X Catalina
- Browser version: Chrome 84
# Additional information
Came from my hackathon project π
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1767/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/1767/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1766 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1766/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1766/comments | https://api.github.com/repos/streamlit/streamlit/issues/1766/events | https://github.com/streamlit/streamlit/pull/1766 | 666,399,276 | MDExOlB1bGxSZXF1ZXN0NDU3MjUwNDIx | 1,766 | Fix CFFI hashing | {
"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/tconkling/followers",
"following_url": "https://api.github.com/users/tconkling/following{/other_user}",
"gists_url": "https://api.github.com/users/tconkling/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tconkling/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tconkling/subscriptions",
"organizations_url": "https://api.github.com/users/tconkling/orgs",
"repos_url": "https://api.github.com/users/tconkling/repos",
"events_url": "https://api.github.com/users/tconkling/events{/privacy}",
"received_events_url": "https://api.github.com/users/tconkling/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-27T15:50:44 | 2020-07-27T17:26:57 | 2020-07-27T17:26:53 | COLLABORATOR | null | FFI objects can also have the type "_cffi_backend.FFI" | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1766/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1766/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1766",
"html_url": "https://github.com/streamlit/streamlit/pull/1766",
"diff_url": "https://github.com/streamlit/streamlit/pull/1766.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1766.patch",
"merged_at": "2020-07-27T17:26:53"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1765 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1765/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1765/comments | https://api.github.com/repos/streamlit/streamlit/issues/1765/events | https://github.com/streamlit/streamlit/issues/1765 | 665,938,312 | MDU6SXNzdWU2NjU5MzgzMTI= | 1,765 | Documentation - API should not list element as a parameter. | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": 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 | 3 | 2020-07-27T02:58:44 | 2020-08-10T17:56:29 | 2020-08-10T17:56:29 | CONTRIBUTOR | null | # Summary
[API](https://docs.streamlit.io/en/stable/api.html) should not list element as a parameter. This is happening on all the components in the API.
# Steps to reproduce
1. Go to
## Expected behavior:
For example, streamlit.text should be as follows
```
streamlit.text(body)
```
## Actual behavior:
```
streamlit.text(element, body)
```
## Is this a regression?
Yes | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1765/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1765/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1764 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1764/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1764/comments | https://api.github.com/repos/streamlit/streamlit/issues/1764/events | https://github.com/streamlit/streamlit/issues/1764 | 665,848,333 | MDU6SXNzdWU2NjU4NDgzMzM= | 1,764 | Attribute Error on import streamlit if mysql.connector is installed in same Anaconda environment | {
"login": "CheapSquier",
"id": 42678884,
"node_id": "MDQ6VXNlcjQyNjc4ODg0",
"avatar_url": "https://avatars.githubusercontent.com/u/42678884?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/CheapSquier",
"html_url": "https://github.com/CheapSquier",
"followers_url": "https://api.github.com/users/CheapSquier/followers",
"following_url": "https://api.github.com/users/CheapSquier/following{/other_user}",
"gists_url": "https://api.github.com/users/CheapSquier/gists{/gist_id}",
"starred_url": "https://api.github.com/users/CheapSquier/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/CheapSquier/subscriptions",
"organizations_url": "https://api.github.com/users/CheapSquier/orgs",
"repos_url": "https://api.github.com/users/CheapSquier/repos",
"events_url": "https://api.github.com/users/CheapSquier/events{/privacy}",
"received_events_url": "https://api.github.com/users/CheapSquier/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "MDU6TGFiZWwxODQ2NDE3NDM0",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:windows",
"name": "area:windows",
"color": "C2E0C6",
"default": false,
"description": "Related to Windows compatibility"
},
{
"id": 2026998410,
"node_id": "MDU6TGFiZWwyMDI2OTk4NDEw",
"url": "https://api.github.com/repos/streamlit/streamlit/labels/area:dependencies",
"name": "area:dependencies",
"color": "C2E0C6",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | 6 | 2020-07-26T19:51:37 | 2021-03-26T16:10:19 | 2021-03-26T16:10:19 | NONE | null | # Summary
The streamlit app I was working on would execute fine until I decided to integrate mysql support. After installing mysql connector in the same Anaconda env I get an "Exception has occurred: AttributeError
module 'google.protobuf.descriptor' has no attribute '_internal_create_key'" when I simply try to import streamlit. Might
# Steps to reproduce
1. Create a new Anaconda env with python 3.7.7, windows 64-bit
2. pip install streamlit (streamlit should work now)
3. conda install -c anaconda mysql-connector-python (now streamlit doesn't work)
## Expected behavior:
I'd expect to be able to use streamlit and mysql
## Actual behavior:
Doesn't work. Maybe a conflict between protobuf library installed by streamlit and libprotobuf installed by mysql?
## Is this a regression?
First time attempted, so unknown if it's a regression.
# Debug info
- Streamlit version: 0.64.0 (btw, even '$ streamlit version' breaks after installing mysql connector)
- Python version: 3.7.7
- Using Conda
- OS version: Windows 10, 64-bit
- Browser version: Chrome, but not really relevant
# Additional information
Attached files are conda list reports for an env that works (st3_libs) and another one that's the same but with mysql installed (st3b_libs_mysql) and streamlit doesn't work there. It's got a few other libs than what I indicated in the Steps to reproduce section, but I did confirm that those 3 steps worked.
[st3b_libs_mysql.txt](https://github.com/streamlit/streamlit/files/4978286/st3b_libs_mysql.txt)
[st3_libs.txt](https://github.com/streamlit/streamlit/files/4978287/st3_libs.txt)
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1764/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} | https://api.github.com/repos/streamlit/streamlit/issues/1764/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1763 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1763/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1763/comments | https://api.github.com/repos/streamlit/streamlit/issues/1763/events | https://github.com/streamlit/streamlit/issues/1763 | 665,829,132 | MDU6SXNzdWU2NjU4MjkxMzI= | 1,763 | Streamlit Component iframe reloads when new Python arguments are passed in | {
"login": "asg017",
"id": 15178711,
"node_id": "MDQ6VXNlcjE1MTc4NzEx",
"avatar_url": "https://avatars.githubusercontent.com/u/15178711?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/asg017",
"html_url": "https://github.com/asg017",
"followers_url": "https://api.github.com/users/asg017/followers",
"following_url": "https://api.github.com/users/asg017/following{/other_user}",
"gists_url": "https://api.github.com/users/asg017/gists{/gist_id}",
"starred_url": "https://api.github.com/users/asg017/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/asg017/subscriptions",
"organizations_url": "https://api.github.com/users/asg017/orgs",
"repos_url": "https://api.github.com/users/asg017/repos",
"events_url": "https://api.github.com/users/asg017/events{/privacy}",
"received_events_url": "https://api.github.com/users/asg017/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-07-26T17:50:37 | 2020-07-27T16:43:30 | 2020-07-26T23:28:09 | NONE | null | # Summary
When a custom Streamlit Component gets passed new arguments, it causes the entire iframe to be removed and a new one is re-rendered. Instead, I expected the new arguments to be passed in through the iframe through a parent `postMessage`, which would avoid excessive changes.
# Steps to reproduce
What are the steps we should take to reproduce the bug:
1. [Download this gist](https://gist.github.com/asg017/d0c974a6944a66d4332c1066ac065af1) and run `streamlit run app.py`.
2. Change the value of the `arg1` slider
3. Observe the 2nd rendered custom component change color.
## Expected behavior:
In this small example, I expected the background color to not change. I thought that the new value of `arg1` would be sent to the custom component through an iframe `postMessage`, and since the `index.html` element doesn't have iframe message handling, I though nothing would change.
## Actual behavior:
When the arguments for the component changed on the Python side, it causes the iframe to be completely removed and added back in, causing the color to reload. You can also see the component get removed for a second, only to be replaced by a new iframe.
![output](https://user-images.githubusercontent.com/15178711/88474385-a4206400-ceda-11ea-95a4-afd4ccefa017.gif)
## Is this a regression?
no
# Debug info
- Streamlit version: 0.64.0
- Python version: 3.7.3
- Using virtualenv and pip
- OS version: ChromeOS Version 84.0.4147.83
- Browser version: Chrome 84.0.4147.83
# Additional information
I came across this when I was making a Streamlit Component from the TypeScript example. When I changed the argument values from the Python side, I expected `<MyComponent/>` to run `shouldComponentUpdate()` and `componentDidUpdate()` with the new values in `this.props.args`. Instead, it seemed like the entire iframe page was removed and rebuilt again, so I made the smaller example above to make sure I wasn't going crazy.
Like I said in the example notebook, this may be the expected behavior, but I couldn't find anything in the docs about it, and some light exploring [in the example component code](https://github.com/streamlit/component-template/blob/a8bce55c7ad6d162b1056575d61a2ac78e51ecc3/template/my_component/frontend/src/streamlit/streamlit.ts#L124-L132) made me think that new rendered events were supposed to be transmitted through postMessage.
The reason why I wanted the postMessage behavior was so that I could have more control for how data updates change my component. For example, if my custom component was a bar chart and I passed in a new `"color"` parameter, I'd want to be able to just change the color of the already-rendered bar chart, instead of reloading the entire thing. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1763/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1763/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1762 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1762/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1762/comments | https://api.github.com/repos/streamlit/streamlit/issues/1762/events | https://github.com/streamlit/streamlit/pull/1762 | 665,427,134 | MDExOlB1bGxSZXF1ZXN0NDU2NDk3Nzkz | 1,762 | Begin splitting up delta_generator.py | {
"login": "akrolsmir",
"id": 856034,
"node_id": "MDQ6VXNlcjg1NjAzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/856034?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akrolsmir",
"html_url": "https://github.com/akrolsmir",
"followers_url": "https://api.github.com/users/akrolsmir/followers",
"following_url": "https://api.github.com/users/akrolsmir/following{/other_user}",
"gists_url": "https://api.github.com/users/akrolsmir/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akrolsmir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akrolsmir/subscriptions",
"organizations_url": "https://api.github.com/users/akrolsmir/orgs",
"repos_url": "https://api.github.com/users/akrolsmir/repos",
"events_url": "https://api.github.com/users/akrolsmir/events{/privacy}",
"received_events_url": "https://api.github.com/users/akrolsmir/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 3 | 2020-07-24T21:26:59 | 2020-07-31T20:53:45 | 2020-07-31T20:53:45 | CONTRIBUTOR | null | This is the first of ~3 PRs to move out the individual st.commands into separate files. The goal of this refactor is to:
1. Make it easier for Streamlit core team to create and modify elements (right now: single file with 3k+ lines)
2. Allow IDEs to provide useful autocomplete information for devs using Streamlit
3. Not break any docs, existing functionality, or performance
https://www.notion.so/streamlit/Splitting-up-DeltaGenerator-py-24ec9e67607f417b99a10de400ff72ed
In this PR, we set up all the necessary scaffolding to pull out Elements (streamlit commands that don't return a value) and Widgets (with return values) from DG.py. We also actually extract some of the simpler elements -- the ones that don't melt dataframes, as well as the Button widget as a proof-of-concept. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1762/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/1762/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1762",
"html_url": "https://github.com/streamlit/streamlit/pull/1762",
"diff_url": "https://github.com/streamlit/streamlit/pull/1762.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1762.patch",
"merged_at": "2020-07-31T20:53:45"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1761 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1761/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1761/comments | https://api.github.com/repos/streamlit/streamlit/issues/1761/events | https://github.com/streamlit/streamlit/issues/1761 | 665,353,507 | MDU6SXNzdWU2NjUzNTM1MDc= | 1,761 | Breakup frontend/src/lib folder | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-07-24T18:53:01 | 2021-03-26T16:09:10 | 2021-03-26T16:09:10 | CONTRIBUTOR | null | ### Problem
`lib` is getting pretty large and is becoming a massive dumping ground.Splitting it up can help provide better context to what things are. Also we can then esignore all of vendors :)
### Proposed Solution
Below is a proposed breakdown of the lib folder and can probably benefit from better naming. Some files not sure
src/clients: API clients
src/utils: helper/utils (i.e. format, s3helper, UriUtil)
src/vendors: third party libraries that we copied over (i.e. Segment)
src/types: constants, enums, interface definitions
src/modules: ConnectionManager, MetricsManager, etc
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1761/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1761/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1760 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1760/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1760/comments | https://api.github.com/repos/streamlit/streamlit/issues/1760/events | https://github.com/streamlit/streamlit/issues/1760 | 665,148,123 | MDU6SXNzdWU2NjUxNDgxMjM= | 1,760 | Cloud Deployment Documentation | {
"login": "anirbansaha96",
"id": 52232270,
"node_id": "MDQ6VXNlcjUyMjMyMjcw",
"avatar_url": "https://avatars.githubusercontent.com/u/52232270?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anirbansaha96",
"html_url": "https://github.com/anirbansaha96",
"followers_url": "https://api.github.com/users/anirbansaha96/followers",
"following_url": "https://api.github.com/users/anirbansaha96/following{/other_user}",
"gists_url": "https://api.github.com/users/anirbansaha96/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anirbansaha96/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anirbansaha96/subscriptions",
"organizations_url": "https://api.github.com/users/anirbansaha96/orgs",
"repos_url": "https://api.github.com/users/anirbansaha96/repos",
"events_url": "https://api.github.com/users/anirbansaha96/events{/privacy}",
"received_events_url": "https://api.github.com/users/anirbansaha96/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-07-24T12:52:49 | 2020-08-21T17:22:04 | 2020-08-21T17:22:04 | NONE | null | It'd be great if you someone could share elaborate documentation on deploying Streamlit applications on the cloud. I have already tried HerokuApp. It is really easy to host an app running on Streamlit to be hosted on Heroku however Heroku has a 500 MiB limit on its Slug Terminal. I'm using the `Haystack` library which crosses this threshold. Is there a way to easily render a web app on Azure using Streamlit. I have already seen tutorials by Marc and other tutorials, but for hobby easy deployment (like on Heroku), it becomes cumbersome. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1760/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1760/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1759 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1759/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1759/comments | https://api.github.com/repos/streamlit/streamlit/issues/1759/events | https://github.com/streamlit/streamlit/pull/1759 | 664,901,126 | MDExOlB1bGxSZXF1ZXN0NDU2MDYzMDEz | 1,759 | Update publish_streamlit_components.md | {
"login": "hy9be",
"id": 3392907,
"node_id": "MDQ6VXNlcjMzOTI5MDc=",
"avatar_url": "https://avatars.githubusercontent.com/u/3392907?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hy9be",
"html_url": "https://github.com/hy9be",
"followers_url": "https://api.github.com/users/hy9be/followers",
"following_url": "https://api.github.com/users/hy9be/following{/other_user}",
"gists_url": "https://api.github.com/users/hy9be/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hy9be/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hy9be/subscriptions",
"organizations_url": "https://api.github.com/users/hy9be/orgs",
"repos_url": "https://api.github.com/users/hy9be/repos",
"events_url": "https://api.github.com/users/hy9be/events{/privacy}",
"received_events_url": "https://api.github.com/users/hy9be/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 1 | 2020-07-24T04:04:46 | 2020-07-24T21:02:26 | 2020-07-24T16:00:02 | CONTRIBUTOR | null | Update the online documentation to fix https://github.com/streamlit/streamlit/issues/1758 | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1759/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1759/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1759",
"html_url": "https://github.com/streamlit/streamlit/pull/1759",
"diff_url": "https://github.com/streamlit/streamlit/pull/1759.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1759.patch",
"merged_at": "2020-07-24T16:00:02"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1758 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1758/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1758/comments | https://api.github.com/repos/streamlit/streamlit/issues/1758/events | https://github.com/streamlit/streamlit/issues/1758 | 664,900,981 | MDU6SXNzdWU2NjQ5MDA5ODE= | 1,758 | Document for publishing react based component is incomplete | {
"login": "hy9be",
"id": 3392907,
"node_id": "MDQ6VXNlcjMzOTI5MDc=",
"avatar_url": "https://avatars.githubusercontent.com/u/3392907?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hy9be",
"html_url": "https://github.com/hy9be",
"followers_url": "https://api.github.com/users/hy9be/followers",
"following_url": "https://api.github.com/users/hy9be/following{/other_user}",
"gists_url": "https://api.github.com/users/hy9be/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hy9be/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hy9be/subscriptions",
"organizations_url": "https://api.github.com/users/hy9be/orgs",
"repos_url": "https://api.github.com/users/hy9be/repos",
"events_url": "https://api.github.com/users/hy9be/events{/privacy}",
"received_events_url": "https://api.github.com/users/hy9be/received_events",
"type": "User",
"site_admin": false
} | [
{
"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-07-24T04:04:10 | 2020-08-06T23:07:53 | 2020-07-24T16:00:02 | CONTRIBUTOR | null | # Summary
The recursive-include path in `MANIFEST.in` is ``package/frontend/build *``, but the [document](https://docs.streamlit.io/en/latest/publish_streamlit_components.html#publish-streamlit-component-to-pypi) did not mention you need to change ``package/frontend/build *`` into ``<component name>/frontend/build *``. Following the current documentation may build a wheel file without the frontend assets.
# Steps to reproduce
Follow the documentation to build a wheel file for a custom component
## Expected behavior:
The document should include the step of editing `MANIFEST.in` file
## Actual behavior:
The document does not include this step
## Is this a regression?
No | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1758/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/1758/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1757 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1757/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1757/comments | https://api.github.com/repos/streamlit/streamlit/issues/1757/events | https://github.com/streamlit/streamlit/pull/1757 | 664,842,692 | MDExOlB1bGxSZXF1ZXN0NDU2MDE1ODA3 | 1,757 | Update mono### overrides for sidebar to more specific theme overrides | {
"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/followers",
"following_url": "https://api.github.com/users/kmcgrady/following{/other_user}",
"gists_url": "https://api.github.com/users/kmcgrady/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kmcgrady/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kmcgrady/subscriptions",
"organizations_url": "https://api.github.com/users/kmcgrady/orgs",
"repos_url": "https://api.github.com/users/kmcgrady/repos",
"events_url": "https://api.github.com/users/kmcgrady/events{/privacy}",
"received_events_url": "https://api.github.com/users/kmcgrady/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | {
"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/arraydude/followers",
"following_url": "https://api.github.com/users/arraydude/following{/other_user}",
"gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arraydude/subscriptions",
"organizations_url": "https://api.github.com/users/arraydude/orgs",
"repos_url": "https://api.github.com/users/arraydude/repos",
"events_url": "https://api.github.com/users/arraydude/events{/privacy}",
"received_events_url": "https://api.github.com/users/arraydude/received_events",
"type": "User",
"site_admin": false
} | [
{
"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/arraydude/followers",
"following_url": "https://api.github.com/users/arraydude/following{/other_user}",
"gists_url": "https://api.github.com/users/arraydude/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arraydude/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arraydude/subscriptions",
"organizations_url": "https://api.github.com/users/arraydude/orgs",
"repos_url": "https://api.github.com/users/arraydude/repos",
"events_url": "https://api.github.com/users/arraydude/events{/privacy}",
"received_events_url": "https://api.github.com/users/arraydude/received_events",
"type": "User",
"site_admin": false
}
] | null | 0 | 2020-07-24T00:22:13 | 2020-08-05T21:40:23 | 2020-07-27T17:25:26 | COLLABORATOR | null | **Issue:** https://github.com/streamlit/streamlit/issues/220
**Description:**
The `mono###` variables were generically overridden in the sidebar. While it may worked, we started seeing some pieces of UI show visual degradation. Specifically, the issue references the select box hover color being non-existent. This PR will address that. I recommend looking at each commit specifically to identify what I did. I did the following:
1. I looked at Base UI's [Light Theme Variables](https://github.com/uber/baseweb/blob/v9.71.0/src/themes/light-theme/color-component-tokens.js) specifically from 9.71.0 (as identified by the [yarn.lock file](https://github.com/streamlit/streamlit/blob/develop/frontend/yarn.lock#L3993)) to identify all use cases of `mono100`, `mono200`, `mono300`, and `mono400` and replaced them all with the theme overrides in the `widgetTheme.ts`.
2. I then removed the theme overrides for components we do not use as I think we should decide on look and feel _before_ adding them into the project.
3. I then removed the culprit theme variable to the issue. In this case, the `menuFillHover`.
**UI Changes**
**Main Streamlit Select Box (Unchanged)**
![Main Streamlit Select Box](https://user-images.githubusercontent.com/69432/88350623-7daacf00-cd08-11ea-929c-cd26d25fa8cd.png)
**Sidebar Streamlit Select Box (Changed)**
![Sidebar Streamlit Select Box](https://user-images.githubusercontent.com/69432/88350674-a5019c00-cd08-11ea-9b46-89fdd559a94d.png)
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1757/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1757/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1757",
"html_url": "https://github.com/streamlit/streamlit/pull/1757",
"diff_url": "https://github.com/streamlit/streamlit/pull/1757.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1757.patch",
"merged_at": "2020-07-27T17:25:26"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1756 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1756/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1756/comments | https://api.github.com/repos/streamlit/streamlit/issues/1756/events | https://github.com/streamlit/streamlit/issues/1756 | 664,826,177 | MDU6SXNzdWU2NjQ4MjYxNzc= | 1,756 | I cant pip install streamlit | {
"login": "000Nobody",
"id": 65867770,
"node_id": "MDQ6VXNlcjY1ODY3Nzcw",
"avatar_url": "https://avatars.githubusercontent.com/u/65867770?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/000Nobody",
"html_url": "https://github.com/000Nobody",
"followers_url": "https://api.github.com/users/000Nobody/followers",
"following_url": "https://api.github.com/users/000Nobody/following{/other_user}",
"gists_url": "https://api.github.com/users/000Nobody/gists{/gist_id}",
"starred_url": "https://api.github.com/users/000Nobody/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/000Nobody/subscriptions",
"organizations_url": "https://api.github.com/users/000Nobody/orgs",
"repos_url": "https://api.github.com/users/000Nobody/repos",
"events_url": "https://api.github.com/users/000Nobody/events{/privacy}",
"received_events_url": "https://api.github.com/users/000Nobody/received_events",
"type": "User",
"site_admin": false
} | [
{
"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": "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 | 5 | 2020-07-23T23:31:12 | 2020-08-18T01:36:29 | 2020-07-24T23:13:09 | NONE | null | # Summary
When I run `pip install streamlit` I get a lot of errors. Quite a few of them seem to mention numpy being out of date, even though I have the newest version, 1.19.1
# Steps to reproduce
I am running python 3.8.2 and pip 20.1.1 on Windows 10. I type `pip install streamlit` into the cmd, and a long string of errors appears.
## Expected behavior:
Streamlit is installed.
## Actual behavior:
A bunch of errors appear
## Is this a regression?
no
# Debug info
- Streamlit version: N/A
- Python version: 3.8.2
- Using Conda? PipEnv? PyEnv? Pex? No
- OS version: Windows 10 version 1903
- Browser version: N/A
# Additional information
The error that appears:
```
ERROR: Command errored out with exit status 1:
command: 'c:\users\lori\appdata\local\programs\python\python38-32\python.exe' 'c:\users\lori\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\LORI\AppData\Local\Temp\pip-build-env-83llua1z\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
cwd: None
Complete output (579 lines):
Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
Collecting cython>=0.29
Using cached Cython-0.29.21-cp38-cp38-win32.whl (1.6 MB)
Collecting numpy==1.16.0
Using cached numpy-1.16.0.zip (5.1 MB)
Collecting setuptools
Using cached setuptools-49.2.0-py3-none-any.whl (789 kB)
Collecting setuptools_scm
Using cached setuptools_scm-4.1.2-py2.py3-none-any.whl (27 kB)
Collecting wheel
Using cached wheel-0.34.2-py2.py3-none-any.whl (26 kB)
Building wheels for collected packages: numpy
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\lori\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\LORI\\AppData\\Local\\Temp\\pip-install-o7qx_1kr\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\LORI\\AppData\\Local\\Temp\\pip-install-o7qx_1kr\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\LORI\AppData\Local\Temp\pip-wheel-eswv01zm'
cwd: C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\
Complete output (264 lines):
Running from numpy source directory.
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
return is_string(s) and ('*' in s or '?' is s)
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
blis_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blis not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
openblas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
atlas_3_10_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
atlas_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
accelerate_info:
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
self.calc_info()
blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
self.calc_info()
blas_src_info:
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
self.calc_info()
NOT AVAILABLE
'svnversion' is not recognized as an internal or external command,
operable program or batch file.
non-existing path in 'numpy\\distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
openblas_lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
openblas_clapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas,lapack not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
self.calc_info()
lapack_src_info:
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
self.calc_info()
NOT AVAILABLE
c:\users\lori\appdata\local\programs\python\python38-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running bdist_wheel
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build\src.win32-3.8
creating build\src.win32-3.8\numpy
creating build\src.win32-3.8\numpy\distutils
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Failed building wheel for numpy
Running setup.py clean for numpy
ERROR: Command errored out with exit status 1:
command: 'c:\users\lori\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\LORI\\AppData\\Local\\Temp\\pip-install-o7qx_1kr\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\LORI\\AppData\\Local\\Temp\\pip-install-o7qx_1kr\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
cwd: C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy
Complete output (10 lines):
Running from numpy source directory.
`setup.py clean` is not supported, use one of the following instead:
- `git clean -xdf` (cleans all files)
- `git clean -Xdf` (cleans all versioned files, doesn't touch
files that aren't checked into the git repo)
Add `--force` to your command to use it anyway if you must (unsupported).
----------------------------------------
ERROR: Failed cleaning build dir for numpy
Failed to build numpy
ERROR: opencv-python 4.3.0.36 has requirement numpy>=1.17.3, but you'll have numpy 1.16.0 which is incompatible.
Installing collected packages: cython, numpy, setuptools, setuptools-scm, wheel
Running setup.py install for numpy: started
Running setup.py install for numpy: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\lori\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\LORI\\AppData\\Local\\Temp\\pip-install-o7qx_1kr\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\LORI\\AppData\\Local\\Temp\\pip-install-o7qx_1kr\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\LORI\AppData\Local\Temp\pip-record-92442euk\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\LORI\AppData\Local\Temp\pip-build-env-83llua1z\overlay' --compile --install-headers 'C:\Users\LORI\AppData\Local\Temp\pip-build-env-83llua1z\overlay\Include\numpy'
cwd: C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\
Complete output (267 lines):
Running from numpy source directory.
Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:
- `pip install .` (from a git repo or downloaded source
release)
- `pip install numpy` (last NumPy release on PyPi)
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
blis_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blis not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
openblas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
atlas_3_10_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
atlas_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
accelerate_info:
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
self.calc_info()
blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
self.calc_info()
blas_src_info:
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
self.calc_info()
NOT AVAILABLE
'svnversion' is not recognized as an internal or external command,
operable program or batch file.
non-existing path in 'numpy\\distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
openblas_lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
openblas_clapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas,lapack not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\users\lori\appdata\local\programs\python\python38-32\libs
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack not found in ['c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\lori\\appdata\\local\\programs\\python\\python38-32\\libs']
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
self.calc_info()
lapack_src_info:
NOT AVAILABLE
C:\Users\LORI\AppData\Local\Temp\pip-install-o7qx_1kr\numpy\numpy\distutils\system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
self.calc_info()
NOT AVAILABLE
c:\users\lori\appdata\local\programs\python\python38-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\lori\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\LORI\\AppData\\Local\\Temp\\pip-install-o7qx_1kr\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\LORI\\AppData\\Local\\Temp\\pip-install-o7qx_1kr\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\LORI\AppData\Local\Temp\pip-record-92442euk\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\LORI\AppData\Local\Temp\pip-build-env-83llua1z\overlay' --compile --install-headers 'C:\Users\LORI\AppData\Local\Temp\pip-build-env-83llua1z\overlay\Include\numpy' Check the logs for full command output.
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\lori\appdata\local\programs\python\python38-32\python.exe' 'c:\users\lori\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\LORI\AppData\Local\Temp\pip-build-env-83llua1z\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
``` | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1756/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1756/timeline | null | completed | null | null | false |
https://api.github.com/repos/streamlit/streamlit/issues/1755 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1755/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1755/comments | https://api.github.com/repos/streamlit/streamlit/issues/1755/events | https://github.com/streamlit/streamlit/pull/1755 | 664,763,023 | MDExOlB1bGxSZXF1ZXN0NDU1OTQ5OTcz | 1,755 | 0.64.0 | {
"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/users/karriebear/followers",
"following_url": "https://api.github.com/users/karriebear/following{/other_user}",
"gists_url": "https://api.github.com/users/karriebear/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karriebear/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karriebear/subscriptions",
"organizations_url": "https://api.github.com/users/karriebear/orgs",
"repos_url": "https://api.github.com/users/karriebear/repos",
"events_url": "https://api.github.com/users/karriebear/events{/privacy}",
"received_events_url": "https://api.github.com/users/karriebear/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-23T21:01:25 | 2020-07-31T14:43:41 | 2020-07-31T14:43:40 | CONTRIBUTOR | null | ## Version 0.64.0
_Release date: July 23, 2020_
**Highlights:**
- π Default matplotlib to display charts with a tight layout. To disable this,
set `bbox_inches` to `None`, inches as a string, or a `Bbox`
- π Deprecation warning for automatic encoding on `st.file_uploader`
- π If `gatherUserStats` is `False`, do not even load the Segment library.
Thanks [@tanmaylaud](https://github.com/tanmaylaud)!
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
| {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1755/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1755/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1755",
"html_url": "https://github.com/streamlit/streamlit/pull/1755",
"diff_url": "https://github.com/streamlit/streamlit/pull/1755.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1755.patch",
"merged_at": "2020-07-31T14:43:40"
} | true |
https://api.github.com/repos/streamlit/streamlit/issues/1754 | https://api.github.com/repos/streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit/issues/1754/labels{/name} | https://api.github.com/repos/streamlit/streamlit/issues/1754/comments | https://api.github.com/repos/streamlit/streamlit/issues/1754/events | https://github.com/streamlit/streamlit/pull/1754 | 664,704,402 | MDExOlB1bGxSZXF1ZXN0NDU1OTAxMzg4 | 1,754 | Combine FAQ pages | {
"login": "randyzwitch",
"id": 2762787,
"node_id": "MDQ6VXNlcjI3NjI3ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2762787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randyzwitch",
"html_url": "https://github.com/randyzwitch",
"followers_url": "https://api.github.com/users/randyzwitch/followers",
"following_url": "https://api.github.com/users/randyzwitch/following{/other_user}",
"gists_url": "https://api.github.com/users/randyzwitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/randyzwitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/randyzwitch/subscriptions",
"organizations_url": "https://api.github.com/users/randyzwitch/orgs",
"repos_url": "https://api.github.com/users/randyzwitch/repos",
"events_url": "https://api.github.com/users/randyzwitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/randyzwitch/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | 0 | 2020-07-23T19:09:25 | 2020-07-24T18:18:49 | 2020-07-24T18:18:44 | CONTRIBUTOR | null | In the current documentation, Components has its own FAQ page with content hosted on docs.streamlit.io. The original FAQ is in the Support section, but links to the [FAQ wiki](https://github.com/streamlit/streamlit/wiki/FAQ) on GitHub.
To make a more cohesive experience, as well as promote docs.streamlit.io as the place for end-users to learn about Streamlit, combine the Components docs and core Streamlit docs and host on docs.streamlit.io
Finally, a minor CSS change was made to the `<hr>` element to separate that the page sections are distinct concepts.
Post-merge, the GitHub wiki page should continue for a while, but pointing at the docs.streamlit.io page. | {
"url": "https://api.github.com/repos/streamlit/streamlit/issues/1754/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/streamlit/streamlit/issues/1754/timeline | null | null | false | {
"url": "https://api.github.com/repos/streamlit/streamlit/pulls/1754",
"html_url": "https://github.com/streamlit/streamlit/pull/1754",
"diff_url": "https://github.com/streamlit/streamlit/pull/1754.diff",
"patch_url": "https://github.com/streamlit/streamlit/pull/1754.patch",
"merged_at": "2020-07-24T18:18:44"
} | true |