Josue Andrade Gomes

Results 4 issues of Josue Andrade Gomes

Hi I'm playing with Electron and I'm trying to use WebSocket-Node on it. Not really special yet just: ``` var WebSocketClient = require('websocket').client var client = new WebSocketClient() ``` The...

### Describe the bug I'm getting the following error: `Failed to create a cross reference. A title or caption not found: troubleshooting` For a cross-reference to a label that appears...

question
markup

vcpkg is the package manager from Microsoft for Visual Studio. Please consider adding restc-cpp to vcpkg. Its dependencies (boost, openssl, rapidjson, zlib) are already there. Also restc-cpp build is CMake...

enhancement

### Describe the bug Ubuntu 22.04, GCC 11.2, aws-sdk-cpp 1.9.22 (from vcpkg) This code (excerpt); ```cpp Aws::S3::Model::CopyObjectRequest copyObjectRequest; auto outcome = s3Client.CopyObject(copyObjectRequest .WithCopySource("558007041168/Wedding/lenovelle.jpg?versionId=zm1uOxum.DfrtaVE9opSLgR21orgDN0L") .WithBucket("558007041168") .WithKey("Wedding/lenovelle1.jpg")); ``` fails with exception `NoSuchKey`...

bug
pending-release