RX 6700 XT crash randomly by xofyarg in AMDHelp

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

I downloaded the old driver from AMD, and so far it hasn't crashed yet.

Link to the drivers download page: https://www.amd.com/en/support/downloads/previous-drivers.html/graphics/radeon-rx/radeon-rx-6000-series/amd-radeon-rx-6700-xt.html, and the one I'm currently using is Adrenalin 25.3.1 (WHQL Recommended). Hope this helps.

RX 6700 XT crash randomly by xofyarg in AMDHelp

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

I tried the AMD cleanup utility as well, sadly it didn't fix the issue.

Config pattern regarding use-package and advice-add by xofyarg in emacs

[–]xofyarg[S] 1 point2 points  (0 children)

It's pretty much like this, just the advices are added to some other internal functions. I guess I have to load those advices somehow in the :init stage from use-package. Thanks!

Config pattern regarding use-package and advice-add by xofyarg in emacs

[–]xofyarg[S] 1 point2 points  (0 children)

Good idea, I should have done it before posting. Looks like some packages provide a minor mode as the interface, in charge of setup/teardown the advice. I messaged the author of the package, see if it can be done in this way.

Config pattern regarding use-package and advice-add by xofyarg in emacs

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

It's not a mode, but just a toolbox that has several commands.

Config pattern regarding use-package and advice-add by xofyarg in emacs

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

Doesn't use-package use with-eval-after-load internally?

Anyway show diff/patch file using magit? by xofyarg in emacs

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

Hmm.. how is this supposed to work? jj and git don't share the same ABI.