Brad Spencer

Results 7 comments of Brad Spencer

@irediaes Thanks for the information! Armed with this tip, I guessed that I can also set an `AR_*` variable just like `CC_*` in my current list of workarounds. Taking the...

FWIW, I managed to catch this in a locally rebuilt version of the stock Debian 10 backport of `emacs-lucid` 27.1 with the debugger. I am not familiar with emacs internals,...

Hmm. Actually, now that I look more closely, it looks like the "view1" parse of `Foo` used an offset of `0xc` which is just the position after the first demonstration...

It does seem like the "last chance" call to FormatMessageA() should use a LANGID of 0, and thus benefit from the built-in hunting algorithm of that function (which tries "en-US"...

Installing v0.113.2024072315 in the stable VS Code also fixed this issue for me.

I've read through #3260 and FWIW, it seems like it will fix the problem. Do I understand correctly that the workarounds for this issue are: 1. Set the _system_ (not...

> There is. Just define a custom implementation of std::error_category like this: That's a good idea. Thanks for clearly explaining it! Unfortunately, in my case, I don't already have an...