Yuya Nishihara

Results 49 comments of Yuya Nishihara

I don't know if `metaedit` is discoverable name, but maybe `describe` could be aliased to that command. I tend to use `describe` to fix up commit message of earlier revisions,...

"copy" could be implemented as a template expression (or some shorthand syntax for that.) For example, `jj describe -m @deadbeef` copies commit description from `deadbeef` revision. Obviously `@` isn't a...

Thanks, the change looks fine to me. It's simple and small. > can't figure out if theres a cleaner way to do it, Can you add a short `# TODO:...

Seems fine as an optional feature. Patches are welcome.

Hi, thanks for the benchmark data. Suppose we'll have to use temporary files, I think we can instead batch the execution of plantuml. Pseudo code: ``` target_nodes = {} #...

Can you try my batch-rendering PoC? I think it'll be faster than FTP since plantuml process can leverage more CPU cores to render multiple documents. https://github.com/yuja/plantuml/tree/batch-rendering Your FTP implementation is...

> It uses !include colors.puml and for sure this relative path is now no longer valid, Yup, it's in my TODO list. I should mentioned that, sorry. > I made...

Can you try updated version? https://github.com/yuja/plantuml/tree/batch-rendering It's still PoC, but the `!include` issue should be addressed. Any docs containing `!include` are excluded from the batch. > Maybe you could call...

It's just a limit to not exceed the maximum length of command line arguments, so 100 or 1000 should be fine. > 192 -> 42 mins So the number looks...

Pushed 0.19 to pypi, which includes the batch-rendering branch.