VIPQualityPost
VIPQualityPost
@valeros anything I can do to help merge? I'm using this patch already in my own pio installation
Maybe, but I didn't have multiple mouse problem (or I need to double check, at least) and they say they couldn't resize or move window, but I could.
@valeros same for this one 😄
I wasn't really paying attention to this PR anymore because of this comment: https://github.com/platformio/platform-ststm32/pull/853#issuecomment-2900986199 Did the 'new' method for supporting generic hardware get implemented yet? ( @valeros ) I didn't...
I just tried a fresh build (not pull, clean clone) and hit the same issue again, so I don't think it's fixed unless I was supposed to pull a special...
Building on an M1 Air (2020 8GB). Grab the repo with git clone --recursive, then make a build folder and run `cmake ..` to configure build : ``` -- The...
I see there is a difference between /usr/local/cellar here and the script I put earlier which is looking in /opt/homebrew. I wonder if it is related to rosetta vs native...
I am not intentionally using rosetta (`arch` returns arm64`) but I am wondering if the keg or whatever brew calls the package is hosted primary as x86 or something. ~~I...
Removed brew (both native and x86_64) using scripts here: https://github.com/homebrew/install?tab=readme-ov-file#uninstall-homebrew However, I still get the issue! Even with logout/login and making sure to add env vars for libomp installations... ```...
@d235j ``` $: brew info libomp ==> libomp: stable 20.1.7 (bottled) [keg-only] LLVM's OpenMP runtime library https://openmp.llvm.org/ Installed /opt/homebrew/Cellar/libomp/20.1.7 (9 files, 1.7MB) Poured from bottle using the formulae.brew.sh API on...