FND
FND
Ouch, that seems tricky indeed... I don't really know much about Paste's user base, nor can I quite imagine why someone would want localized logs (fully aware that's somewhat ignorant)....
Any reason not to make the entire timestamp configurable while you're at it, e.g. `timestamp='%d/%b/%Y:%H:%M:%S'`?
In terms of use cases, people like myself who create/use [local-only applications](https://prepitaph.org/articles/web-fs/) (AKA self-saving HTML documents) might need to reconstruct the current document's HTML in order to persist changed state....
Thanks for the feedback - very useful indeed! (After all, this is still just a proof of concept.) I currently don't have a CouchDD instance handy to test these modifications...
> so it's basically a cherry-pick in reverse? Exactly. However, turns out the above script doesn't work reliably; seems like the last line's `rebase` call is not passed the `grep`-filtered...
`punt` seems like a good name. However, perhaps this whole thing not such a good idea after all, as it kinda encourages rebasing (which should generally be avoided, unless you...
FWIW, I managed to fix the aforementioned (original) issue by using `sed`: ``` GIT_EDITOR="sed -i /.*${treeish:0:7}.*/d" git rebase -p -i "${treeish}~2" ```
I like the thinking here, though we might also want to consider whether there's a precedent or whether we'd be introducing new API patterns (which might be warranted, but should...
@keithamus et al.: I don't disagree, but the original proposal quite intentionally limited its scope to the event context - in part because that seemed like a potential quick win[^1],...
@mayank99, please allow me to pick this up again. I'm not quite sure what you're referring to when you say "this is automatically handled by VSCode": Am I correct in...