Nicolas Talle
Nicolas Talle
The higher you go, the more passion you generate. Actix is "THE" framework that attracts me to Rust. If there is no more Actix, now my API servers in [Crystal](https://crystal-lang.org)...
Hello, Same here. Have you found a solution or a work around?
Hello, Generally, I do, either copy / paste the entire file or I merge incrementally with Meld (from the command Local history diff tool). A great feature would be to...
I think the best is to use a generic NPM module like [JSdiff](https://github.com/kpdecker/jsdiff) However, this require time to integrate. I'm busy at the moment :/ If you want make this...
Maybe it would be interesting to choose with [difftoolcommand](https://github.com/Nicolab/atom-local-history#difftoolcommand). So, a custom command that launches the diff view in Atom (same way as Meld). Concerning the autocommit, I don't know...
> _terraqout:_ > Do you investigate this before starting your plugin? No, because it's not the goal. The [goal](https://github.com/Nicolab/atom-local-history#why) is only to save the file revision (not the buffer revision)....
Just to follow the track: - Diff tool setting, support of internal command added by PR #38 - @NerdPad [posted](https://github.com/Nicolab/atom-local-history/issues/41) an awesome timeline view example, [git-time-machine](https://github.com/littlebee/git-time-machine) (show diff inside Atom...
Why not, I look as soon as possible :)
Hello, This is a good feature, but I will not have time to make it. PR welcome :)
I have the same issue. @paull39 (and other) do you have found a solution?