diff --git a/docs/posts/2024/october/21.md b/docs/posts/2024/october/21.md new file mode 100644 index 00000000..b4563b0b --- /dev/null +++ b/docs/posts/2024/october/21.md @@ -0,0 +1,62 @@ +--- +title: Holiday in Paramout Plus +date: 2024-10-21 +authors: + - practicalli +categories: + - practicalli +tags: + - clojure +--- + +Enjoying my second week of holiday, binging on some Paramount+. + +Updating Practicalli Journal and Clojure CLI Config repositories, fixing links and markdown issues from the Megalinter reports. + +Issues + +- **DOING** [security: add clj-watson to clojure cli config](https://github.com/practicalli/clojure-cli-config/issues/87) + + + +## Clojure CLI Config + +Resolved all the issues reported by Megalinter. + +Updated the Megalinter config and workflows to the latest versions and common Practicalli configs. + +Installed [markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) npm package globally to ensure all the markdown tables were correctly formatted. + +```shell +npm install markdown-table-formatter -g +``` + +The README.md file containing the markdown tables was saved and any changes staged, so I could see exactly what the markdown-table-formatter tool fixed. + +```shell +markdown-table-formatter README.md +``` + +All the markdown tables were updated and nicely formatted. + +> NOTE: There is a `--check` option, but this did not give any details of what tables were not correctly formatted, so not a useful option in this case. + + +## TV Series + +Star Trek Lower Desks provides a different and often quite silly experience of the world of Star Fleet. Catching up with season 3 this week. + +A Gentleman in Moscow is a moving Drama that covers some of the darkest times of the USSR. It provides a unique view of the peoples revolution and Stalin era from a person of privilege, adjusting to their new and revoltingly dark reality. + +The Castaways was okay, a nice distraction whilst fixing issues reported by Megalinter. + +--- +Thank you. + +[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button} + +[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button} +[:fontawesome-brands-github: practicalli-johnny profile](https://github.com/practicalli-johnny){target=_blank .md-button} + +[:fontawesome-brands-mastodon: @practicalli@clj.social](https://clj.social/@practicalli){target=_blank .md-button} +[:fontawesome-brands-twitter: @practical_li](https://twitter.com/practcial_li){target=_blank .md-button}