clobotorre

Results 7 issues of clobotorre

Could you please add suppor in duckling for the next currencies used in LATAM countries? Peso / Pesos: Colombia, Chile, Argentina, Uruguay, República Dominicana, México Bolívar / Bolívares: Venezuela Sol...

Hi. I have correctly running a running a fleck websocket using Tls12: ``` server = new Fleck.WebSocketServer("wss://0.0.0.0:" + _wsPort.ToString()); X509Certificate2 certificate = new X509Certificate2(_certFilePath); if (certificate != null) { server.Certificate...

### What happened? Trying to solve Exception 'jwt::error::signature_verification_exception' while running examples jwks-verify and private-claims This is on Ubuntu 18.04 OpenSSL 1.1.1 ### How To Reproduce? ```Shell cd jwt-cpp-0.6.0 mkdir build...

bug
information needed

I have this minimal jwt verification example that throws a jwt::InvalidKeyError exception: #include "jwt/jwt.hpp" ``` int main() { std::string token = "(omitted)"; std::string secret = "-----BEGIN PUBLIC KEY-----\nMIID"(omitted)"\n-----END PUBLIC KEY-----";...

All I can get is a black image after call to rasterizeHTML.drawHTML(document, canvas) Note: No error is given. It's my document fault or am I missing some needed options?

Based on the answer to this issue https://github.com/apache/logging-log4cxx/issues/362 I have done following steps on both Ubuntu 18.04 and Ubuntu 22.04. Initial steps ``` # mkdir /home/test_build_log4cxx_with_static_apr_libs # mkdir /home/test_build_log4cxx_with_static_apr_libs/target ```...

Steps to reproduce: ``` # curl -L -O https://dlcdn.apache.org/logging/log4cxx/1.2.0/apache-log4cxx-1.2.0.tar.gz # tar xzvf apache-log4cxx-1.2.0.tar.gz # apt-get install build-essential libapr1-dev libaprutil1-dev gzip zip # cd apache-log4cxx-1.2.0 # mkdir build # cd build...