Riccardo

Results 258 comments of Riccardo

You need to tweak the user agent as specific override in about:config, currently AF identifies as mobile, for better support. Full desktop mode works, but has some limitations and is...

I don't know a way to force it in YT interface, @Putt2551. But you can force it by tweaking the user-agent. Go into about:config and set `general.useragent.override.youtube.com` to e.g. `Mozilla/5.0...

Any news, @H1r0u ? Did you try the tweak?

I want to try to enable it in ArcticFox, but it doesn't enable - in PaleMoon and TenFourFox it is explcitely removed. I imported a big deal of e10s patches,...

Apparenlty thread and processes have serious issues when used on older macs (10.6 IIRC) and Windows XP and perhaps vista, so it was disabled for a long time, at one...

spaces after methods are tedious :) We should be sure that clang-format outputs the same format that emacs uses with obj-c, to avoid tedious ping-pong of formatting. I hate big-reformats,...

Another issue is respecting indentation with macros. e.g NS_DURING NS_HANDLER NS_ENDHANDLER emacs gets it wrong, imo, so I tweak it manually. Careless reformatting causes issues. Similar is with long method...

Even without setting XMODIFIERS (when things appear to "work" for the user) I noticed that KeyPress and KeyRelease characters are different for extended characters: ``` 2024-09-11 23:19:51.042 Ink[2352:100713] XKeyEvent keyCode...

I found out that when the Latin1 is not interpreted correctly, count my XLookupString is > 1, it means it cannot be a single char of a key. It may...

Hmm... it is a minor detail. It doesn't work under linux either, so it is not mac64 specific. But looking at the code and preferences, I wonder if it ever...