Max
Max
+1 to the explicit `before` and `after` in this proposal. I've seen instances where ambiguous execution order of `orchestrator`s vs `mutator`s leads to subtle bugs and hard to maintain code...
I'd be interested in getting in on something like this as well. Mind linking it in the comments once you've created the repo?
The simplest solve for this is to move to a package structure like this ``` package ├── test │ └── fence.json │ └── ...tests ├── lib │ └── fence.json ```...
Should we consider migrating to [wasm-git](https://github.com/petersalomonsen/wasm-git) instead?
It is, I would need to keep partial reconstructions of the tree stored in memory and then rebuild from a single node changing
Oh, I'm sorry! I didn't see it already had an issue someone had intended to work on for hacktoberfest! Didn't mean to step on anyone's toes, I've been kicking the...
That's what the PR does. On Fri, Oct 7, 2022, 08:55 knz ***@***.***> wrote: > Could we make this wrap the output instead of truncating it? > > — >...
Oh you mean with wordwrap? That has undesireable side effects I describe in the description: - println text does not reflow when resizing the terminal emulator - links and file...
@meowgorithm, we've been using this fork internally at my work for a while, so it seems to be stable enough! Looks like I have a stray comment leftover from rebasing...
Duplicate of #490