Dan Paulat

Results 152 comments of Dan Paulat

This functionality is now in the v0.4.8 release.

Thanks for the report. I'm able to reproduce it in a fresh install of Linux Mint 23.1. Not ideal, but you can workaround the issue in the non-AppImage version, from...

The problem appears to lie within libqgtk3.so. You should be able to remove the .so file (plugins/platformthemes), and the application should work as normal. I will ~~probably~~ end up removing...

I reproduced the issue by setting up an AWS credentials file using `aws configure` and sample access keys found here: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html I believe I have corrected the issue in the...

Yes! This issue seems to be gaining a lot of traction. I anticipate working on this in the May timeframe along with some other warning enhancements.

I recently updated a few submodules. Whenever they update, you'll need to `git submodule update --init --recursive`. This will likely take care of 3 of the 4 errors. As for...

It is only generated once you build. If it is just an IDE error, you should be able to ignore it. If it is a build error, try building the...

Is there more detailed info in the build output?

I suspect you have multiple conflicting installations of Python. You could check your path, or ensure you have the tools installed in each of your Python environments.

CMake 3.29.2 is used by CI, but as old as 3.21 should be just fine. This looks to be the issue you had awhile back of Conan not finding your...