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

glob: panic? #1628

Closed
alixander opened this issue Sep 27, 2023 · 3 comments
Closed

glob: panic? #1628

alixander opened this issue Sep 27, 2023 · 3 comments

Comments

@alixander
Copy link
Collaborator

classes: {
  component: {
    grid-columns: 2
  }
}

*.class: component
*.icon2.shape: image

x -> y -> z

x.icon2: https://icons.terrastruct.com/gcp%2FProducts%20and%20services%2FAI%20and%20Machine%20Learning%2FAI%20Platform.svg
x.description: |md
  # Ingest
  ## App Engine
  Streaming changes
|
@cyborg-ts cyborg-ts added this to D2 Sep 27, 2023
@bo-ku-ra
Copy link
Contributor

x.icon2.icon: https://icons.terrastruct.com/gcp%2FProducts%20and%20services%2FAI%20and%20Machine%20Learning%2FAI%20Platform.svg

@bo-ku-ra
Copy link
Contributor

ok

classes: {
  component: {
    grid-columns: 2
  }
}

*.class: component
x.icon2.shape: image

x -> y -> z

x.icon2.icon: https://icons.terrastruct.com/gcp%2FProducts%20and%20services%2FAI%20and%20Machine%20Learning%2FAI%20Platform.svg
x.description: |md
  # Ingest
  ## App Engine
  Streaming changes
|

NG

classes: {
  component: {
    grid-columns: 2
  }
}

*.class: component
*.icon2.shape: image  # <--

x -> y -> z

x.icon2.icon: https://icons.terrastruct.com/gcp%2FProducts%20and%20services%2FAI%20and%20Machine%20Learning%2FAI%20Platform.svg
x.description: |md
  # Ingest
  ## App Engine
  Streaming changes
|

@alixander
Copy link
Collaborator Author

this was fixed by #1691

@github-project-automation github-project-automation bot moved this to Done in D2 Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants