David Dalcino
David Dalcino
I don't know much about the qt6_dev branch, but I think it's pre-alpha. I would like to clarify that alpha and beta releases are already available using aqtinstall, they just...
Unfortunately, that's not supported by aqtinstall right now. We looked at this possibility in #383; maybe it's time to revisit that idea?
@tsteven4, is your qt installation broken in any way? Are you unable to build a qt project that uses `qtactiveqt`? If so, there may be something to fix here. Otherwise,...
There's a lot of context missing here. Please fill out the following: **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce...
The response to the issue you linked suggested running `lddtree` against `libQt6Multimedia.so.6`. Can you show us the output of that command please? You should be able to find this file...
I attempted to build your QMediaMetaData_flac project, on a fresh VM of Ubuntu 22.04, and I can reproduce the problem with Qt installed via `aqtinstall`. I also tried to build...
I've attempted to get this working in https://github.com/ddalcino/ruby-advisory-db/tree/sync_github_advisories, but I keep running into credential problems. I can run the `rake sync_github_advisories` task locally, using the same github API token that...
I have added the `secrets.GITHUB_TOKEN`, so the sync step is now: ```yaml - name: Sync with Github Advisories env: GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: bundle exec...
duplicate #777
* Have you tried using your system’s built-in 7z extractor? See https://aqtinstall.readthedocs.io/en/latest/getting_started.html#external-7-zip-extractor * What version of py7zr do you have installed? * Does the problem persist if you use an...