MastaG

Results 81 comments of MastaG

Alright from my initial testing, it seems to behave the same as qt5. The same bugs still exist though. I'm running Fedora 38 (default Genome desktop on wayland) which ships...

Based on the Dockerfile it seems Flaresolverr is using the Chromium package from the debian bullseye repository: ```apt-get install -y --no-install-recommends chromium chromium-common chromium-driver``` Did anybody try the official chrome...

.17 didnt fix things for me ``` 2024-04-10 20:56:29 INFO FlareSolverr 3.3.17 2024-04-10 20:56:29 INFO Testing web browser installation... 2024-04-10 20:56:29 INFO Platform: Linux-6.8.4-300.fc40.x86_64-x86_64-with-glibc2.31 2024-04-10 20:56:29 INFO Chrome / Chromium...

I'm running it on Python 3.12 using the official fedora:39 image for testing purposes. See: https://github.com/FlareSolverr/FlareSolverr/issues/1109#issuecomment-1978801971 The only warning I'm getting when running using Fedora 39 Python 3.12 would be:...

Same here on Fedora 37.

``` ../src/xenia/base/threading_posix.cc:908:13: error: 'Query' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override] EventInfo Query() { ^ ../src/xenia/base/threading.h:306:21: note: overridden virtual function is here virtual EventInfo Query() = 0;...

When I apply this patch to the ARCH linux ARM PKGBUILD, it seems to fully compile all the way to end but fails to link with: ``` 5541/5634] Linking CXX...

yeah especially migration to python3 would be nice...

This seems to fail for me: ``` $ make build yarn install --frozen-lockfile --network-timeout=100000 yarn install v1.22.10 [1/5] Validating package.json... error [email protected]: The engine "node" is incompatible with this module....

Yes but F35 comes with node 16... I really don't want to pollute my system with older packages just to satisfy building Lens from source. Isn't there some other way...