Michael Marchetti

Results 6 issues of Michael Marchetti

Would you be willing to entertain a patch to make unit conversions easier? I've experimented with two possibilities. 1. Overriding `__getitem__` to enable a bracket syntax for conversions: ```python def...

This PR adds support for deploying a new git-backed content item using rsconnect-python. ## Intent This is based on [@colearendt 's PR](https://github.com/rstudio/rsconnect-python/pull/284). I moved it to a local branch (for...

In rsconnect-python 1.20, deploying from the command line with ``` rsconnect deploy fastapi -s $SERVER_URL -k $MY_API_KEY ... ``` fails if `CONNECT_API_KEY` is set in the environment. The same deployment...

Environment variables are silently ignored when deploying to shinyapps.io. > Does shinyapps.io just silently ignore the --environment parameters? Can this error informatively so that you don't have to read the...

We no longer need to use `six` since we have dropped Python 2 support.

This package depends on rsconnect-python. Currently, the version constraint is `rsconnect-python>=1.15.0`. Due to changes in rsconnect-python 1.21.0, that is now the minimum required version.