off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
sova-soars-the-sora 2020-10-20T00:37:59.417900Z

View Source in Chrome initiates a new HTTP request and when I brought this to the dev team's attention they said it's a wontfix too much work... after sitting on the bug report for a year

sova-soars-the-sora 2020-10-20T00:38:09.418100Z

Chrome -> trash can.

seancorfield 2020-10-20T00:57:39.418800Z

Yeah, I've always found that behavior in Chrome to be weird... but it's done it for as long as I can remember I think?

sova-soars-the-sora 2020-10-20T03:39:33.419900Z

Dev Tools (Inspect Element) actually shows the rendered code correctly, so the current suggestion is to use that copy, which i'm in support of. How did they ever get out of sync I don't know

orestis 2020-10-20T17:35:24.424300Z

https://lobste.rs/s/w6ivyh/better_git_diff_output_for_ruby_python#c_fetwln it seems you can add regex patterns to git diff to make it produce a better “context” eg the function name that has changed. Would be pretty cool to submit a regex for Clojure if anyone is inclined :)

2020-10-30T12:34:50.147Z

check out https://www.jefftk.com/icdiff - master is way more evolved than latest published version. it goes beyond providing better context