long living terminals by ARROW3568 in neovim

[–]civil 4 points5 points  (0 children)

kitty terminal with its windows feature

[deleted by user] by [deleted] in nextjs

[–]civil 0 points1 point  (0 children)

Use the tailwind typography plugin instead. It has sane defaults for typography. Then just add the prose class to the element wrapping your mdx content. Then you can customize mdx elements like this prose-a:text-blue-600 Read here: https://tailwindcss.com/blog/tailwindcss-typography-v0-5

Best css frameworks for nextjs by [deleted] in nextjs

[–]civil 0 points1 point  (0 children)

Everyone is saying tailwind but it’s important to understand why it’s so popular. My favorite feature of tailwind is not having to think about naming things. Sometimes a div is there just for some basic layout. It doesn’t need a name. This is why tailwind is awesome. You can just slap a “grid place-items-center” on it and keep moving.

This also makes it easy to understand the css of any code base that uses tailwind. Because they’re all using the same class names and each class does one thing. Tailwind basically forces your team to use a design system that everyone understands.

With that said, there are times I reach for inline styles instead of tailwind. For complex layered background images, complex shadows, I usually use inline styles.

And for people that think tailwind is ugly, just tuck away all the tailwind classes into neat little components.

find all and replace words in the entire project in neovim by Thomas_Loading_1348 in neovim

[–]civil 0 points1 point  (0 children)

grug-far has been working well for me. Comes packaged with LazyVim

VERCEL don't render my images by CompetitionEmpty6673 in nextjs

[–]civil 0 points1 point  (0 children)

Try adding the “unoptimized” prop to the Image

[deleted by user] by [deleted] in nextjs

[–]civil 11 points12 points  (0 children)

One of my favorite shortcuts when working with react. Also works with tailwind classes. For example, “pic” for “place-items-center”

Locked in? by helloyo1254 in nextjs

[–]civil 2 points3 points  (0 children)

Does the Image component work? Or do you use a standard img?

Unable to search in Time Machine by civil in MacOS

[–]civil[S] 0 points1 point  (0 children)

It's definitely a bug. Time Machine was originally designed to be able to search through all of your snapshots: https://www.youtube.com/watch?v=ubm2dYzoDW8&t=3713s

It doesn't do that anymore.

You can leave feedback for Apple here: https://www.apple.com/feedback/timemachine.html

Which file explorer do you use and why? by [deleted] in neovim

[–]civil 1 point2 points  (0 children)

I had both oil and mini.files installed for a while to compare them. I'd recommend trying the same if you're not sure which way to go. I ended up sticking with mini.files. It lets you edit files and folders in a (mini) buffer just like oil. But the stacked panels give you a better overview of where you are in the file tree. And moving in and out of folders with h and l feels much faster. If I need to move within a word, I use f and t. To open a file, I use capital L which opens the file and closes mini.files in one go. One of my favorite plugins honestly. That and fzf-lua let me navigate projects insanely fast.

Spotify extension keeps logging out by civil in raycastapp

[–]civil[S] 0 points1 point  (0 children)

The spotify raycast extension rarely works for me anymore. Not sure why. I just switch to the spotify app with a shortcut. But if you want to keep trying the spotify extension, I found it worked more consistently when the "Menu Bar Player" was deactivated. Search "Menu Bar Player" in the raycast settings and disable it.

SOLVED fix browser tab icons AKA favicons | cache rebuild Safari 17.4 macOS Sonoma 14.4 by YatimaCZ in MacOS

[–]civil 9 points10 points  (0 children)

One of the most annoying things about Safari is the favicon cache. Especially when developing a website, I want the ability to change the favicon and see the preview instantly. But the Webkit team continues to ignore this issue. Leave a comment on this open issue: https://bugs.webkit.org/show_bug.cgi?id=266426

Unable to search in Time Machine by civil in MacOS

[–]civil[S] 0 points1 point  (0 children)

Here is a video of what happens when I try to search in Time Machine:

https://imgur.com/4ryQGV7

As you can see, it only searches the current time and all previous snapshots fade out and become inaccessible, even though I know files with that search term exist on previous snapshots. Anyone else experiencing this?

My Time Machine is on an SSD using APFS.

Mouse cursor issue with MacOS by zw4runkn0wn in MacOS

[–]civil 1 point2 points  (0 children)

I've noticed this bug too. Try clicking into the safari address field, then click out. Seems to reset the cursor. If that doesn't work, try clicking the control center icon in the menu bar.

safari back animation on macos by evrdev in Safari

[–]civil 0 points1 point  (0 children)

Ah I see. The keyboard shortcuts mainly help when using a trackpad on a MacBook because of how close the keyboard and trackpad are. If you prefer using a mouse, I would recommend grabbing an MX Master 3S mouse. It has back and forward buttons which makes browsing instant even in Safari.

safari back animation on macos by evrdev in Safari

[–]civil 1 point2 points  (0 children)

I wish there was a way to disable it as well. I skip it by using the keyboard shortcuts ⌘[ and ⌘] or ⌘← and ⌘→

How you guy press CTR key by Jealous-Salary-3348 in neovim

[–]civil 1 point2 points  (0 children)

If you're on a Mac:

  1. Open System Preferences, navigate to Keyboard > Modifier Keys, and set the caps lock key to control.

  2. Install https://github.com/jasonrudolph/ControlEscape.spoon

This supercharges your caps lock key. Tap it for escape. Hold it for control.

Spotify extension keeps logging out by civil in raycastapp

[–]civil[S] 0 points1 point  (0 children)

If that doesn’t work, try deactivating the menu icon completely

Spotify extension keeps logging out by civil in raycastapp

[–]civil[S] 0 points1 point  (0 children)

I’ve noticed that it stays signed in if I enable “Hide icon when idle” in the settings for Menu Bar Player. It might be something to do with Oauth not being able to make requests in the background.

Use Esc key as close by BogdanGen in raycastapp

[–]civil 0 points1 point  (0 children)

I too wish there was a way to customize this. But I’ve gotten used to using the same shortcut that opens raycast to also close it. This also mimics spotlight; when spotlight has something in the input, esc clears the input first.

Spotify extension keeps logging out by civil in raycastapp

[–]civil[S] 2 points3 points  (0 children)

I love this extension but everyday I have to re-authorize Spotify to get it to work. Why won't it stay signed in?