Skip to content

Fix port-finding bugs#280

Merged
tvst merged 57 commits intostreamlit:developfrom
tvst:fixport
Oct 8, 2019
Merged

Fix port-finding bugs#280
tvst merged 57 commits intostreamlit:developfrom
tvst:fixport

Conversation

@tvst
Copy link
Copy Markdown
Contributor

@tvst tvst commented Oct 5, 2019

  • Fixed: Could not search for more than 1 port, due to is_manually_set return False once the port was set by Streamlit to 8502.
  • Fixed: Port-finding failure in Python2 due to different exception type.

tvst added 30 commits August 25, 2019 22:26
tvst and others added 20 commits August 28, 2019 15:27
…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
- Fixed: Could not search for more than 1 port
- Fixed: Port-finding failed in Python2
@tvst tvst requested a review from dnuske October 5, 2019 05:16
@tvst tvst self-assigned this Oct 5, 2019
@dnuske
Copy link
Copy Markdown
Contributor

dnuske commented Oct 7, 2019

Code looks good. Tested it on py3 and 2 and works fine 👍

@tvst tvst merged commit 53c0065 into streamlit:develop Oct 8, 2019
@tvst tvst deleted the fixport 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)
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.

3 participants