3x380V
3x380V
Why is '°' sign replaced with text? The patch seems as a bunch of random changes without any explanation. Care to explain them?
Huh... I though Microsoft abandoned whole concept of code pages decades ago and they are now used by legacy apps only. Btw, why does compiler does not complain to other...
That is local issue, git has no concept of encoding unless something like UTF-16 is used in which case it detects it as a binary blob.
That sounds reasonable. UTF-8 is standard for at least a decade now, so it is probably not worth doing anything on behalf just one IDE of many. Besides, if you...
> To get this to compile with both Qt5 and Qt6, the incompatible changes should be wrapped in version checks, such as: > > ``` > #if QT_VERSION < QT_VERSION_CHECK(6,...
@YakoYakoYokuYoku, damage follows in #13851
@chennes, that was really fast, so I'm not worried any more. I would appreciate is someone could look at Addon Manager part. I works now, it is a bit ungly.
The problem with Addon Manager is that I do not know where that float comes from. It ends this way: ``` TypeError: 'float' object cannot be interpreted as an integer...
Ah, `repo.updated_timestamp` is updated also with `os.path.getmtime()` which _returns a floating-point value of class ‘float’ that represents the time (in seconds) of last modification of the specified path._
Addon Manager has its PR #12100 now. However I do not know how to remove label.