practicalli

imre 2023-10-24T11:22:59.392479Z

Hey @jr0cket I just pulled the latest deps.edn and noticed a closing bracket error at https://github.com/practicalli/clojure-cli-config/compare/a5c1355015d9ed9239ca3ed936cd3b60f2eb3fdd...ca64d8b33fcc8a34919528144c37a677bc768301?w=true#diff-551f87f7577a57c2f4f74b35056d5c7985331f7a38976810fd2bbc213bfe7bb5R570 which (incorrectly) got added to the end of the file instead

imre 2023-10-27T09:42:05.343599Z

Cheers.

imre 2023-10-27T09:43:50.010549Z

Can't say I'm a fan of parinfer tbh... I'm in camp strict paredit

practicalli-johnny 2023-10-27T09:52:30.030059Z

Ironically it was when I put parinfer into paredit mode that I think the issue occured. But it's really user error, not noticing I changed the indentation in the commit. And not running the tools locally to check the config... I've found parinfer simpler to use with Neovim, but it does take a little adjustment in thinking. I still use Smartparents with Emacs, although rarely use any of the Smartparents structured editing commands directly (vim-style editing is often an easier approach for me in either editor)

practicalli-johnny 2023-10-27T11:17:29.261639Z

I pushed an update to the latest release to fix some minor issues with format and tool config. Should be good now, let me know if there are issues

imre 2023-10-27T12:18:51.418669Z

let me do a quick pull on it

imre 2023-10-27T12:36:19.139959Z

looks good, thanks!

👍 1
practicalli-johnny 2023-10-27T03:45:12.741329Z

I thought I had fixed the issue on the 17th October. But looking back at the commit it seems it was partially being masked. I had been trying the paren mode of parinfer and it did some 'interesting' things to the layout of the parens that I hadnt noticed. I've pushed another release that fixes the config, simplifies and removes some of the aliases and adds more useful documentation throughout. https://github.com/practicalli/clojure-cli-config/releases/tag/2023-10-27

imre 2023-10-24T11:23:22.984029Z

just thought I'd let you know

practicalli-johnny 2023-10-25T05:43:28.768789Z

Thanks. I'll fix this next time I'm at the computer