Alexander Wang
Alexander Wang
@ppenguin Thanks for this PR! Can you screenshot what it looks like? And no the goal isn't to have a dark theme equivalent to every light theme. There's very [few...
@ppenguin Nice build script! I think that'd be useful as a dev tool in the d2themes package if you want to make a separate PR to help include that. The...
@MxHonesty go for it!
The tests for our programmatic API is probably the most extensive out of any subpackage in D2. You'll find examples for anything you're looking to do with the API there:...
Hi, to create a board in root: `g, _, err := d2oracle.Create(g, nil, "layers.dbroles")` After, to add things to that, you use that as the board path `g, _, err...
The CLI doesn't overwrite it in any way. If the remote icon uses https, you need `HTTPS_PROXY`.
reopening since dynamic imports still aren't supported
A true streaming implementation is actually not possible. WASM to JS calls are synchronous, so to use D2's stream-on-demand import mechanism, we'd have to await some node openfile api which...
good to see you again @bo-ku-ra ! 1. Yes, correct for now, but it's temporary. Later this week we will change globs to apply to objects made after it. But...
it should, we tested it really early on this use case. but it currently doesn't. it's a TODO