Skip to content

Fix hello.py usage of os.path.join on a URL#285

Merged
tvst merged 56 commits intostreamlit:developfrom
tvst:fix-hello
Oct 8, 2019
Merged

Fix hello.py usage of os.path.join on a URL#285
tvst merged 56 commits intostreamlit:developfrom
tvst:fix-hello

Conversation

@tvst
Copy link
Copy Markdown
Contributor

@tvst tvst commented Oct 5, 2019

Don't use os.path.join on a URL in hello.py since that will join with backslashes on Windows.

tvst added 30 commits August 25, 2019 22:26
tvst and others added 23 commits August 28, 2019 14:41
…treamlit#149)

* Restore correct vertical spacing for report elements.

* Break Block.tsx into more functions.

* Tiny refactors in Block.tsx

* Add "key" property to element in DocString, to avoid warnings.

* Fix streamlit#1230: OSError not caught when writing cache to disk

* Don't show hashing warning when user imports a module inside a cached function.

* Fix #6: report should loads element by element (was broken since Sidebar PR)

* Try to fix CircleCI issue: Method 'renderElementWithErrorBoundary' expected no return value

* Add typing to function.

* Remove unecessary dockerfiles

* Fix a bunch of examples

* Fix color of syntax error code in modal dialog.

* Remove old style copyright from conftest.py

* Remove st.warning when hashing a class.

* Add astor to Python requirements

* Update widget API in some e2e tests

* Clean up st.foo_widget() signatures in st.help()

* Lint docs/getting_started.md

* Clean up widget examples in docstrings.

* Add comment to slider examples in docs.

* Tweak Streamlit's description in setup.py

* Sort pipfile modules

* Re-add scripts and Makefile rules to publish packages to conda.

* Fix update_version.py to support new conda location and remove old docker folder.

* Make `streamlit config show` pipeable to a file.

* Update docs/ site

* Remove /docs/api invalidation from Makefile

* Improve docstring for st.slider

* Remove st.Cache (capital C) from __init__ while we figure out what to call it.

* Up version to 0.45.0

* Turn off tests for st.Cache (capital C)

* Try turning off tests again

* Publish docs to both /docs and /secret/docs, until we deprecate /secret/docs in January.

* Improve docs site: add analytics, redirect from secret/docs/, fix DeltaGenerator docs bug

* Fix publish-docs in Makefile
@tvst tvst requested a review from monchier October 5, 2019 20:38
@tvst tvst self-assigned this Oct 5, 2019
@tvst tvst merged commit 0d77355 into streamlit:develop Oct 8, 2019
@tvst tvst deleted the fix-hello branch October 8, 2019 18:09
tconkling added a commit to tconkling/streamlit that referenced this pull request Oct 9, 2019
* develop:
  Fullscreen button to expand tables and charts (streamlit#137)
  Blacklist for hashing (streamlit#254)
  Adding utils and tests for hello.py (streamlit#261)
  Fix port-finding bugs (streamlit#280)
  Fix hello.py usage of os.path.join on a URL (streamlit#285)
@tvst tvst mentioned this pull request Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants