Miguel Sánchez de León Peque

Results 184 comments of Miguel Sánchez de León Peque

@smcv Maybe you could help clarify whether the issue should be considered as closed? In particular, to support controllers in Steam without having to layer system-level packages (i.e.: Flathub installation...

@adritium @peterhinch Thanks for your help! :blush: I opened this issue as I was not sure if this could be considered a bug or missing feature (i.e.: the behavior is...

Worth noting @rephus's workaround (for those waiting for this to be implemented in ECharts): https://github.com/lightdash/lightdash/pull/2730 :blush:

Works for me with `tensorflow.compat.v1.disable_v2_behavior()` importing `get_session()` from `tensorflow.compat.v1.keras.backend`: ```python import tensorflow from tensorflow.compat.v1.keras.backend import get_session tensorflow.compat.v1.disable_v2_behavior() ```