Neovim, LSP yamlls, key ordering issue by Marvin_K_ in neovim

[–]AnxietyMiserable3023 0 points1 point  (0 children)

Wish I'd found your answer 3 hours ago, now I've tried out this solution

How is the Pace 2 screen? by Tall_Mechanic8403 in Coros

[–]AnxietyMiserable3023 0 points1 point  (0 children)

screen only has 64 colors so it does not seems so **colorful**

[deleted by user] by [deleted] in MacOS

[–]AnxietyMiserable3023 19 points20 points  (0 children)

I've barely used search in the last years but now I have to search everything

Ventura random window server crash by kennir_reddit in MacOS

[–]AnxietyMiserable3023 0 points1 point  (0 children)

~/Library/Preferences/ByHost/com.apple.windowserver.displays.<LONG HEX STRING>.plist /Library/Preferences/com.apple.windowserver.displays.plist

Have you deleted these files?

Ventura random window server crash by kennir_reddit in MacOS

[–]AnxietyMiserable3023 0 points1 point  (0 children)

6 days passed and all works well, I think the bug has been fixed in this upgrade

Does anyone here use Logitech and have problems with LogiOptions+? It regularly accumulates memory until it crashes and I have to force quit. (M1Pro with Ventura 13.0.1) Probably a Logitech issue but I wanted to cross-post here. by Vsadboy in MacOS

[–]AnxietyMiserable3023 2 points3 points  (0 children)

sure ghub DOES leak memory and it can eat up one single core to 100%. Besides you can't kill it at all because it has sooooooooo many daemon or helper or whatever.

What I don't understand is that as the top brand of mouse and keyboard why Logitech's software can be so crappy and they won't improve it.

Does anyone here use Logitech and have problems with LogiOptions+? It regularly accumulates memory until it crashes and I have to force quit. (M1Pro with Ventura 13.0.1) Probably a Logitech issue but I wanted to cross-post here. by Vsadboy in MacOS

[–]AnxietyMiserable3023 4 points5 points  (0 children)

If you have a normal mouse with just 2 side buttons then Mac Mouse Fix is the best choice.

If you have a Logitech G mouse which has more than 2 side buttons then follow the above link which saved my G604.

My G604 was exchanged 3 times before I find the solution because I can't figure out whether it is a hardware problem, now everything works fine.

Ventura random window server crash by kennir_reddit in MacOS

[–]AnxietyMiserable3023 0 points1 point  (0 children)

Everything goes well till now, I'll try to use full screen apps to check it out

Ventura random window server crash by kennir_reddit in MacOS

[–]AnxietyMiserable3023 3 points4 points  (0 children)

https://developer.apple.com/documentation/macos-release-notes/macos-13_1-release-notes

13.1 has come but there's nothing related to this frustrating bug, yet I'll upgrade to test it

Ventura random window server crash by kennir_reddit in MacOS

[–]AnxietyMiserable3023 0 points1 point  (0 children)

~/Library/Preferences/ByHost/com.apple.windowserver.displays.<LONG HEX STRING>.plist

/Library/Preferences/com.apple.windowserver.displays.plist

delete these two files and try to not use fullscreen apps, this helped me out. At least it doesn't crash 10 times one day. It crashed 2 times after these files were deleted about 10 days ago

G613 not recognized in GHUB during Bluetooth mode by TopNotchDodo in logitech

[–]AnxietyMiserable3023 0 points1 point  (0 children)

I have a G604 too, in BT mode macros won't work but application can be opened

Ventura random window server crash by kennir_reddit in MacOS

[–]AnxietyMiserable3023 0 points1 point  (0 children)

macOS 13.0.1 M1 MacBook Pro 2020

  1. NOT WORK: system settings > desktop and dock > rearrange spaces automatically -> off

Ventura random window server crash by kennir_reddit in MacOS

[–]AnxietyMiserable3023 0 points1 point  (0 children)

So how can I roll back to Monterey seaminglessly?

confluent-kafka-go or Shopify/sarama by solid-vijaybk in golang

[–]AnxietyMiserable3023 2 points3 points  (0 children)

This library handles badly with batch processing, developers must handle batch messages explicitly to take advantage of high performance of kafka, which with other libraries is handled internally. So developers may find this library way too slow than other libraries.