David Dalcino
David Dalcino
`Utility.hpp` was added in December; should this be closed now?
Cool! Is there any way to get it running in a CI environment? I mean, like, a Github Actions workflow or something.
Really? Can you double-check that you’re on VS 2019? That particular line has a lot of trouble compiling if your compiler doesn’t fully support c++17, and VS2019 is the first...
Maybe run a `git diff` to see if there's something you changed? The most recent commit doesn't compile for me on VS unless I add `#include ` to src/Input.hpp; I...
Do you have multiple CMake profiles for this project? On my machine, I usually have several CMake profiles for each project (one Debug build, one Release build, one for sanitizers,...
I agree that this info should be mentioned in the documentation. If you're expecting this dependency to be installed automatically, I think the proper place to discuss that is #332....
> I cannot find any dependency for `gcc_64` binary in the definition from Qt distribution site. All the specified binaries in the XML file are end with `ARMv7.7z` in the...
> In the file `android_arm64_v8a/lib/cmake/Qt6/` there are paths to my desktop install of Qt set in stone, but not in GitHub CI using aqtinstall: Yes, there are probably a lot...
I'm not sure what's going on with the CI run here: https://github.com/miurahr/aqtinstall/runs/7594667290?check_suite_focus=true#step:7:68 ``` File "/home/runner/work/aqtinstall/aqtinstall/.tox/check/lib/python3.8/site-packages/flake8_isort.py", line 3, in from isort import SortImports ImportError: cannot import name 'SortImports' from 'isort' (/home/runner/work/aqtinstall/aqtinstall/.tox/check/lib/python3.8/site-packages/isort/__init__.py)...
I think this PR is done for now, except for a couple of things: 1. It should probably be squashed into fewer commits 2. I’m not really happy about the...