Taylor Steinberg
Taylor Steinberg
Can we suppress showing that directory / all subdirectories? Or, document it so people aren't wondering.
On timeout, the user currently sees the following opaque error message on client timeouts. ```shell Error: Exception trying to connect to https://rsc.radixu.com - _ssl.c:1091: The handshake operation timed out ```...
## Summary The CI GitHub Action occasionally fails when executing the following step: https://github.com/rstudio/rsconnect-python/blob/master/.github/workflows/main.yml#L156-L182 See https://github.com/rstudio/rsconnect-python/actions/runs/5478386182/jobs/9999333833 In some instances, this results in the following error: ``` docker-compose up -d rsconnect-python_rsconnect_1...
This is only half-baked, but it shows the idea of parameterizing the package name via setup.py instead of using pyproject.toml.
These failures stem from this change in Connect: https://github.com/posit-dev/connect/commit/88ce4ff4d46ae1c4ba831e99b0136d86c0718cf3#diff-db146a204844f1dd26bd7bcafabfbd64d399001dd8bad4e7174611c628a8bfbe It removed the Justfile commands that this CI uses (`just test-rsconnect-python-repo`). The original intention was to ensure that changes to rsconnect-python...
Replaces https://github.com/posit-dev/connect/issues/30437 ## System details OS Version : OSX Sonoma ## Problem Statement Creating it as a "bug" because it could be perceived as one from the users. ## Steps...