π™΄πš•πš’πš“πšŠπš‘ π™ΌπšŠπš—πš˜πš›

@elijahmanor
39 Followers
270 Following
310 Posts
✝️ Christian
πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Family man
πŸ‘¨β€πŸ’» Sr. Software Engineer at Planview
βš›οΈ Specialize in Front-End Web Dev
πŸ–₯ Neovim user
Websitehttp://elijahmanor.com
YouTubehttps://youtube.com/elijahmanor
GitHubhttps://github.com/elijahmanor
@kng @jkup Wow, that is beautiful

I'm most likely going to be moving to another mastodon instance soon.

Hoping for a more aligned local timeline.

πŸ‘ I need to be thankful today, so here it goes.

πŸ—’οΈ I'm thankful for…

1️⃣ My wife and 3 children
2️⃣ My job and recent promotion
3️⃣ Communities like this

⁉️ What are you thankful for today?

πŸ†• Prettier 2.8: improve --cache CLI option and TypeScript 4.9 satisfies operator! https://prettier.io/blog/2022/11/23/2.8.0.html
Prettier 2.8: improve --cache CLI option and TypeScript 4.9 satisfies operator! Β· Prettier

This release includes improvements to the `--cache` option added in 2.7. A new `--cache-location` option has been added, and a bug that saved the cache even when `--write` wasn't specified has been fixed.

Excited to be taking off December 15th until the end of the year on vacation.

Looking forward to being with family and a slower pace. I don't normally take off such large chunks of time.

Last year I took off 2.5 weeks and I was a little nervous about it at first, but it ended up being amazing.

tut 1.0.24 by elijahmanor Β· Pull Request #116909 Β· Homebrew/homebrew-core

Created with brew bump-formula-pr.

GitHub
@rosactrl i've been meaning to try https://github.com/ldelossa/gh.nvim but haven't yet. there is a video of the creator using it https://www.youtube.com/watch?v=hhrWwYfMK1I
GitHub - ldelossa/gh.nvim: A fully featured GitHub integration for performing code reviews in Neovim.

A fully featured GitHub integration for performing code reviews in Neovim. - GitHub - ldelossa/gh.nvim: A fully featured GitHub integration for performing code reviews in Neovim.

GitHub

@jackf true, I'd like to play with that as well sometiime.

I've done some AST with ESLint custom rules before, but not treesitter and lua

@jackf Nicely done!

πŸ”Ž πŸ—‘οΈ Want to find empty folders on your machine to delete?

# locate empty folders
find . -type d -empty

# delete those folders
find . -type d -empty -delete

# https://github.com/sharkdp/fd
brew install fd

# locate empty folders ignoring .gitignore
fd . -td -te

# interactively delete empty folders
fd . -td -te -X rm -rfi

GitHub - sharkdp/fd: A simple, fast and user-friendly alternative to 'find'

A simple, fast and user-friendly alternative to 'find' - sharkdp/fd

GitHub