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: missing DEFAULT_HOST should still result in compiling code #2051

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 24, 2024

  1. Missing DEFAULT_HOST should still result in compiling code

    Previously the code would emit
    
    ```python
      DEFAULT_HOST: str =
    ```
    
    Note that there is nothing at the end of the line. Now it emits
    
    ```python
      DEFAULT_HOST: str = ''
    ```
    achew22 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f8410ea View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    d87a122 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    35aeb06 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    2ce4575 View commit details
    Browse the repository at this point in the history