Vincas Dargis

Results 129 comments of Vincas Dargis

I've discovered this issue when trying to cross-compile libpng using Conan package manager: https://github.com/conan-io/conan-center-index/issues/8003 Matthias on Stackoverflow found solution - use `-DHAVE_LD_VERSION_SCRIPT=OFF`: https://stackoverflow.com/a/62541328 Not sure if this is "correct" or...

@villevoutilainen so if it's (ever) fixed, it's only for Qt 7..? :/

Oh, I forgot that I was using... Thanks @villevoutilainen . I guess we can close this, as it's not ranges issue?

+1 from transform_apply of some sort. Some people suggest create wrappers: https://stackoverflow.com/a/65855073, but having this as a ranges "vocabulary" view would be awesome.

Same for filtering. Currently I have: ``` //find first empty slot in the grid, starting from top left, moving in rows to the right for (const auto& [row, column]: rv::cartesian_product(rv::indices(gridHeight),...

So it would look like this? ``` | filter(unpack(mylambda)) | ... ```

I see there's also "Summary of completed trade" widget that could halve this info too once trade is done.

OK so its double-reference-counted, AND eager, so in the result it works rather transparent in Qt signal-slots and event loop. Thanks @danvratil , your explanation helped a lot! > [This...

This is what I get: ``` phablet@ubuntu-phablet:~$ wget http://localhost:8553/v1/poi_types -O- --2022-10-25 21:43:40-- http://localhost:8553/v1/poi_types Resolving localhost (localhost)... ::1, 127.0.0.1 Connecting to localhost (localhost)|::1|:8553... failed: Connection refused. Connecting to localhost (localhost)|127.0.0.1|:8553... connected....

Distributed from Open-Store, as it is already unconfined, I did not need to rebuilt it for UBPorts.