Awesome. By the way, did you cancel the continuous integration workflow for this pull request? If not, it seems to have timed out. Maybe registering the runner will cue a retry.
Awesome! By the way, I'm pretty sure trunk serve calls trunk build, so there's no need to call the latter separately. The continuous integration system calls only calls trunk build because I…
If I am understanding Rust correctly, the move annotation specifies that the closure should take ownership of any free variables that appear therein. So that would mean that the function that…
Don't think I ever saw a response to
Whoops—I've now responded in that discussion.
currently in the code the only way to produce a SpecifiedValue is via the try_from operation on a string;
There's one more way: the from_empty_spec method is public too.
if one wants…