Vincas Dargis

Results 129 comments of Vincas Dargis

> mono-complete from the Mono repository (5.20.1) It's 5.18 on Sid. I guess that's the issue. I did not know Mono has it's own repo, I can try that.

OK, so after installing `nuget mono-complete` from Mono repo it did build, well, lot's of stuff but I don't see main OpenBVE executable..? ``` # ls -c1 bin_release/ AssimpParser.dll AssimpParser.dll.mdb...

> Ex: `make all-debug` ``` nuget restore OpenBVE.sln MSBuild auto-detection: using msbuild version '15.0' from '/usr/lib/mono/msbuild/15.0/bin'. All packages listed in packages.config are already installed. msbuild /t:build /p:Configuration=Debug OpenBVE.sln Microsoft (R)...

> We probably should put a mono version check in there too. Yes, that would be useful.

OK, so first of all, I used Ubuntu repo, not Debian (I've missed the fact that there was Mono repository for Debian, now it's right), and secondly, I've got `.exe`...

Maybe instead of creating _equal|greater|.. better to make: ``` rv::filter_value(std::equal_to(), valueToCompare, &Foo::getName); ``` Or even better, maybe same-name overload against unary/binary predicates would work? ``` rv::filter(myCustomUnaryPredicate); // as before, default...

Sorry, I don't grok your discussion. Can it be fixed in Ranges library, or this needs new C++ language feature?

Any ideas how "deducing this" C++23 feature will help (or not)? It will allow to write single template function for all ref-qualified overloads: https://youtu.be/b0NkuoUkv0M?t=188 (3:08).

+1. Not sure if IP whitelist will be good enough, what if you are roaming? What about using "yet another" port with client certificate auth. or something similar? Although of...

> Not sure how certificates work with electrumx Well, there's actually problem with Electrum wallet - it should have client certificate support for my proposal to work.. so that's out...