Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jeroen created a branch on jeroen/libmongocrypt
c23 - Required C library for Client Side and Queryable Encryption in MongoDB
jeroen created a comment on a pull request on mongodb/mongo-c-driver
Moved to https://github.com/mongodb/libmongocrypt/pull/944
jeroen closed a pull request on mongodb/mongo-c-driver
Fix a compiler warning on Windows
Fixes a warning with mingw-w64 on Windows: ``` kms/kms_crypto_windows.c:171:35: warning: pointer targets in passing argument 3 of 'CryptDecodeObjectEx' differ in signedness [-Wpointer-sign] ...jeroen opened a pull request on mongodb/libmongocrypt
Fix compiler warning on Windows
Fixes a warning with mingw-w64 on Windows: ``` kms/kms_crypto_windows.c:171:35: warning: pointer targets in passing argument 3 of 'CryptDecodeObjectEx' differ in signedness [-Wpointer-sign] ...jeroen created a comment on an issue on jeroen/mongolite
OK I'm really out of ideas. One thing could do yourself is enable windows schannel event logging as explained here: https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagn...
jeroen created a comment on an issue on jeroen/mongolite
@Lorenzmeire do you have any of these variables set on the system that has the problem? ```r Sys.getenv("CA_FILE") Sys.getenv("CLIENT_FILE") ```
jeroen opened a pull request on mongodb/mongo-c-driver
Fix a compiler warning on Windows
Fixes a warning with mingw-w64 on Windows: ``` kms/kms_crypto_windows.c:171:35: warning: pointer targets in passing argument 3 of 'CryptDecodeObjectEx' differ in signedness [-Wpointer-sign] ...jeroen created a comment on a pull request on mongodb/mongo-c-driver
@kevinAlbs it's fine by me but literally all other mongoc headers in this file use quotes so for consistency that seems to make more sense? This line is the only odd one out... https://githu...
jeroen pushed 3 commits to master jeroen/mongolite
jeroen created a comment on a pull request on mongodb/mongo-c-driver
I maintain the R bindings and we vendor mongo-c-driver. We have a custom makefile so this might explain some subtle differences with your cmake config. What makes the above lines a bug, is that ...
jeroen created a comment on an issue on jeroen/curl
@LynnChan99 what code are you using to get this error?
jeroen pushed 1 commit to update-c-driver jeroen/mongolite
- Reapply 7c8ce967b0f51c6a35061fa96b6afe7e95df50cc: workaround pragmas 58e74df