Noa
Noa
The endpoints should be `/database/:name_or_identity/:verb`, not `/database/:verb/:name_or_identity`.
# Description of Changes This has been annoying me for months haha. This turns the instructions for each section into ``, so that they don't show up in the rendered...
# Description of Changes Fixes #2415 # Expected complexity level and risk 1 # Testing - [x] Running workflow in the second commit on this branch
# Description of Changes From the comment I put in the code: > set the patch version of newly-created metadata files to 0 [which means that patch number of existing...
# Description of Changes Fixes #2474. Turns out we weren't ever calling `Module::close()`, and thus were never calling `Scheduler::close()`. I'm still not able to actually repro the issue but if...
# Description of Changes Followup to #2504. Not sure why I didn't have this as part of that, I think I thought it would take a while to write this....
# Description of Changes Fixes #2509, #2511. Motivation from the latter: > Should probably just build from source. Otherwise you could get into a bad situation where a user has...
Should probably just build from source. Otherwise you could get into a bad situation where a user has `clockworklabs/spacetime:1.0.1` but has updated the cli inside to 1.2.0 and is confused...
# Description of Changes Instead of collecting to a single vec, we collect to a linked list of vecs, which is rayon's [recommended way](https://docs.rs/rayon/latest/rayon/iter/trait.ParallelIterator.html#method.collect_vec_list) of collecting a parallel iterator into...
# Description of Changes Follow-up to #2539, making it so core doesn't have 2 rand versions in the dependency tree. Because the `rand` feature of `bindings` is specifically 0.8, I...