tmpod

Results 112 comments of tmpod

Sorry for the delaye reply, seems like I missed the notification. Anyways, `optimus-manager` properly shows the mode, as well as the gtk tray icon.

It shows ``` Runtime D3 status: Enabled (fine-grained) Video Memory: Active GPU Hardware Support: Video Memory Self Refresh: Supported Video Memory Off: Supported ``` I also noticed something weird now....

I'm using SDDM (I use Manjaro with KDE Plasma) and I have followed the [https://github.com/Askannz/optimus-manager#important--manjaro-kde-users] described in the README.

There's a lot to clean up from reformatted files (noticed auto clang-format too late).

The crash happens in [this](https://github.com/organicmaps/organicmaps/blob/6991fe017ae48fd86f8f08fa059beaa6405683b7/drape_frontend/line_shape_helper.cpp#L186) line. As mentioned in the Zulip chat, this are the values of the variables used to calculate `segmentsCount`: ```gdb (gdb) i lo segmentAngle = 0.39269908169872414...

@CLOVIS-AI Thank you for adding more context! > This could be worked around by creating an extension function and hard-coding the name `type`, but KotlinX.Serialization will actually name the discriminant...

> I guess what you want here is [#1664](https://github.com/Kotlin/kotlinx.serialization/issues/1664), so it's a duplicate. I suppose it is related, yes, but what I was suggesting was more versatile, as I see...

> Do you mean you want to read the value of the type without using runtime type information (using the fact that the instance is of the specific type). Yeah....

Thank you for the input @pdvrieze. I think your example helps to show the problem I was talking about — it's awkward to work with the current closed polymorphism implementation,...

Nice! Might look into it, but can't promise anything :P