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

feat: Add shinylive url command #20

Merged
merged 41 commits into from
Jan 12, 2024
Merged

feat: Add shinylive url command #20

merged 41 commits into from
Jan 12, 2024

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    313debf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d570bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a231982 View commit details
    Browse the repository at this point in the history
  4. require lzstring

    gadenbuie committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    13a4d9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6944fd View commit details
    Browse the repository at this point in the history
  6. noqa and pyright ingore

    gadenbuie committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    18cf274 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    163f452 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    cccffbc View commit details
    Browse the repository at this point in the history
  2. allow piping into shinylive url encode and detect app source code

    Using the "newline trick" (if it has newlines it's source code, not a path)
    gadenbuie committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    281e47a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    637725d View commit details
    Browse the repository at this point in the history
  4. demote unused f string

    gadenbuie committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e36fbd7 View commit details
    Browse the repository at this point in the history
  5. add comment

    gadenbuie committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7b02ac9 View commit details
    Browse the repository at this point in the history
  6. document --out option

    gadenbuie committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dd3d6f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    294341a View commit details
    Browse the repository at this point in the history
  8. include files, recursively

    gadenbuie committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0dea7a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d725e57 View commit details
    Browse the repository at this point in the history
  10. rename --out to --dir

    gadenbuie committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a7cc038 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    331f958 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Apply suggestions from code review

    Co-authored-by: Winston Chang <[email protected]>
    gadenbuie and wch authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    2b9d3ce View commit details
    Browse the repository at this point in the history
  2. import Literal

    gadenbuie committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    479f55c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5da6d8 View commit details
    Browse the repository at this point in the history
  4. don't need to import os

    gadenbuie committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    f635f55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef8218f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2da9c8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07c952f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f9e75a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1b0b81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b87490b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    246cdad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a96487 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    89f4d27 View commit details
    Browse the repository at this point in the history
  14. require typing-extensions

    gadenbuie committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6d5c22a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    373f639 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    d3a7665 View commit details
    Browse the repository at this point in the history
  2. simplify types and remove need for AppBundle

    by detecting language earlier in aggregate processes
    gadenbuie committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    dd75236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6674c6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9199b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. rename version to _version

    gadenbuie committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b6bf76f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80e99c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a73146 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc0fad7 View commit details
    Browse the repository at this point in the history