Massimo-B

Results 199 comments of Massimo-B

I changed main like this: ```diff diff --git a/kdwsdl2cpp/src/main.cpp b/kdwsdl2cpp/src/main.cpp index 306a269..6524296 100644 --- a/kdwsdl2cpp/src/main.cpp +++ b/kdwsdl2cpp/src/main.cpp @@ -26,6 +26,7 @@ #include #include #include +#include static const char *WSDL2CPP_DESCRIPTION =...

Hi, I still need to set the proxy manually and the environment settings are ignored: ```cpp m_service.clientInterface()->setProxy(proxy); ```

Hi, in applications using QNetworkAccessManager it's possible to do ```cpp m_networkAccessManager.proxyFactory()->setUseSystemConfiguration(true); ``` In KDSOAP I only found ```cpp QNetworkProxy KDSoapClientInterface::proxy () ``` Is there any way to get access to...

I've written and read ~21GB successfully, so at least the usable 4GB counterfeit is wrong. I could write the whole card, but I like to avoid as this even reduces...

Ignoring the reduction of lifetime I ran a complete test on the sane reader, all sane. I re-ran the complete write/read test on the USB reader and there I see...

Hi, the issue is still unsolved. Will Psi+ get SNI support?

Since updating from FF 91.12.0 to FF 102.3.09 (ESR) on Linux TMP was disabled and can't get it enabled again. I followed the guides to install userChromeJS but can't find...

I also prefer very small height for multi-row tabs. After migrating from Palemoon with ThinTabs addon back to Firefox, I realized that tab height and font is only possible to...

![Screenshot_2022-10-13-08-42-28-320_keepass2android keepass2android-crop](https://user-images.githubusercontent.com/3286728/195583019-1c61e0a3-f252-418f-a4d4-e72214ae0251.jpg) Just to give an idea here is a screenshot of the keepass2android application Password Generator with profiles.

Thanks. Can you please be more specific in the `:help find`? `Argument: A string you want to search for.` What kind of string or pattern is excepted here, any wildcards...