You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what I consider to be an operational bug. Looks like this has only been designed to run in CI and deployed to whereever you're deploying this to 😅
I tried to build this locally and run it and failed.
go build ../d2-playground`
should "just work"™ (but it does not)
Also it should be possible to install the binary elsewhere and have the assets builtin using the embed package, e.g:
go install .cd ~d2-playground
But this also does not work.
Honestly this should also help make it a hell of a lot easier to contribute too as well 🤞
Can we please fix this? 🙏
The text was updated successfully, but these errors were encountered:
This is what I consider to be an operational bug. Looks like this has only been designed to run in CI and deployed to whereever you're deploying this to 😅
I tried to build this locally and run it and failed.
should "just work"™ (but it does not)
Also it should be possible to install the binary elsewhere and have the assets builtin using the embed package, e.g:
But this also does not work.
Honestly this should also help make it a hell of a lot easier to contribute too as well 🤞
Can we please fix this? 🙏
The text was updated successfully, but these errors were encountered: