Alexander Kiselev

Results 4 issues of Alexander Kiselev

Adapts the `Table` Visualization settings to `ObjectDetail` Visualization.

See the [project doc](https://www.notion.so/metabase/Clean-up-and-add-view-details-action-to-drill-through-menus-on-unaggregated-rows-63cd958ec5884127a991b7af1d9435b3) **To Reproduce** 1. Browse Data > Sample Database > Review 2. All cell filter popovers should include a `View Details` option ![image](https://user-images.githubusercontent.com/653604/190601823-a52a5b3a-55ef-42d1-b936-0224d0c5395f.png) 4. Categories and short...

I'm trying to bind [QT Advanced Docking System](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/) but i'm getting the following error: ``` Qt-Advanced-Docking-System/src/ads_globals.cpp:45:10: fatal error: qpa/qplatformnativeinterface.h: No such file or directory 45 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```...

⬆️ feature
🙋 good first issue
🔨 build system

When combining async Rust channels and QT objects, it's really easy to end up in a situation where a message is received on the channel after the `QObject` has already...