-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Evaluate D2 from Terrastruct #1323
Comments
it is now open-source =) |
Looking good, thanks for the heads-up. I will prototype an integration 😄 |
First step, compile v8go on Alpine (musl libc): rogchap/v8go#350 which is a dependency of d2. |
@Mogztter , i found your PR there on v8go and had actually linked it in an issue of D2, sharing with a fellow maintainer that "oh cool, someone's working on this" terrastruct/d2#31 I didn't know til checking back here that it was motivated from this hah. I'm sure it's going to be useful for a lot of projects, but for D2, we've actually just moved off of v8go. It didn't support Windows, so that was a nonstarter. (we're running Javascript in Goja now). The new release this morning has no dependency on v8go, hopefully that can remove this blocker! |
Awesome! I will give it a try, thanks for the heads-up 🙌 |
unrelated to inclusion of D2 -- ty for the work you do in open source @Mogztter. When we were just starting on the design of D2 and researching various tools, Kroki made it easy to try out many. It's also clear how much value the community gets from Kroki -- I see it everywhere in threads on diagramming, including posts we make (https://news.ycombinator.com/item?id=33705778). Terrastruct is proud to sponsor your work 🙌 |
Thank you so much, it means a lot 🤗 |
How to passing D2 flags like: https://d2lang.com/tour/sketch |
@Airkro you can configure the theme: https://docs.kroki.io/kroki/setup/diagram-options/#_d2 but the |
https://d2-lang.com/tour/intro
It looks interesting! 🧐
The text was updated successfully, but these errors were encountered: