SangheeSon
SangheeSon
## Problem I was trying to use the context-monitor statusline on Windows and it just wouldn't work. After digging into it, I found that all the downloaded configs use `python3`...
### Description The context-monitor statusline fails to work on Windows because the downloaded configs use `python3` commands, which don't exist on Windows systems. Windows only provides `python` and `py` (Python...
## Description of change ### What this change does This PR addresses issue #11745 where `leftJoinAndMapOne` and `leftJoinAndMapMany` with subqueries ignore explicit `.select()` statements and return all entity columns instead...