Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loading port from endpoint to be 443 or 80 by default. #497

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

rohinb2
Copy link
Contributor

@rohinb2 rohinb2 commented Feb 15, 2024

Bug when doing:

import runhouse as rh

sg = rh.fn(name="/dongreenberg/get_stargazers")
for users in sg("run-house/runhouse"):
  print(users)

@rohinb2
Copy link
Contributor Author

rohinb2 commented Feb 15, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@rohinb2 rohinb2 merged commit fe44809 into main Feb 15, 2024
10 of 11 checks passed
rohinb2 added a commit that referenced this pull request Feb 15, 2024
Bug when doing:

```
import runhouse as rh

sg = rh.fn(name="/dongreenberg/get_stargazers")
for users in sg("run-house/runhouse"):
  print(users)
```
@jlewitt1 jlewitt1 deleted the rohin/fix-loading-port-from-endpoint branch March 11, 2024 10:53
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.

1 participant