Vincas Dargis

Results 63 issues of Vincas Dargis

Consider we have `Consts.h`, where we want to declare some defaults used across application. (very)Old way where macros, now we have `constexpr`. BUT, there's multiple variations of that, and I...

This call fails to compile: ``` const auto it{ranges::find(values, stringToFind, &Value::value)}; ``` with: ``` error: no match for call to '(const ranges::find_fn) (const std::vector&, const std::string&, )' ... note: couldn't...

bug

I have some code like this: ``` | r::views::filter([](const auto &rect) { return rect.childCount() == 3; }) ``` It kinda feels too verbose for such simple task... Alternatives I can...

Hi, I see `tests/coverageobject.h` has infrastructure to allow testing endpoints. It would be useful to have TestEngine (and all other relevant code) in public, "official" Cutelyst API, to test our...

Looking at `seccomp_init()` and `seccomp_load()` man's raised me a question, what happens if I try to init() and load() another set of seccomp filters while running on another child thread,...

enhancement
priority/medium

Relative of mine had Eclair wallet with some funds on-chain and some on LN channel. That phone is now dead. He has recovery phrase, recovered into another (BlueWallet, iOS) wallet,...

Hi, I've noticed that once I've enabled offline maps & routing in uNav app, calculated route no longer have speed cameras displayed on it. uNav developer states that offline routing...

- Volla Phone X with Ubuntu Touch OTA-23 - Pure Maps 3.1.0 - Onine and Offline modes I often get Pure Maps app hung/frozen just on clicking "Play" button. If...

Take a look at Openroute Service solution - which is correct: [maps.openrouteservice.org](https://maps.openrouteservice.org/#/directions/Auk%C5%A1tabalio%20st,%C5%A0iauliai,SH,Lietuva/Auk%C5%A1tabalio%20g.,%C5%A0iauliai,SH,Lietuva/data/55,130,32,198,15,97,4,224,38,9,96,59,2,24,5,192,166,6,113,0,184,64,38,1,152,3,167,192,14,0,88,5,98,160,118,1,25,245,162,139,105,160,54,0,104,110,32,78,123,218,247,203,193,187,49,21,243,176,160,27,136,169,74,173,105,53,171,218,189,42,220,169,247,162,54,153,122,106,0,51,230,162,19,136,8,0,29,83,192,136,155,14,80,0,188,160,5,181,207,86,185,203,208,32,3,55,128,1,183,69,193,5,134,135,128,3,114,64,7,48,5,163,6,70,131,49,1,247,67,247,70,135,68,67,1,11,194,204,133,117,118,205,135,69,129,0,5,240,170,0) [OpenStreetMap routing](https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=55.9168%2C23.2846%3B55.9220%2C23.2827) solution is also correct with both engines. This is PureMaps 3.1.0 screenshot on UBPorts OTA-23 using...

My setup; Pure Maps 2.9.0 OSM Scout Server 1.17.1 Ubutnu Touch OTA-22 Volla Phone X Pure Maps settings: Maps: OSM Scout Navigation: Every option (including "Snap position to road enabled")...

ubuntu touch