-
KeychainSettings implement the Settings interface, but underneath it uses the Keychain API, which is intended for encrypting sensitive information. However, theres a lot of information that is not as …
-
https://github.com/getodk/central-backend/actions/runs/10702632292/job/29671272325
```
2024-09-04T13:27:47.9903658Z managed encryption
2024-09-04T13:27:47.9904491Z lock management
2024-09-…
-
### Expected Behavior
Application starts up no errors
### Actual Behaviour
Then the following error appears in the logs:
```
[default-nioEventLoopGroup-1-3] ERROR i.m.m.health.indicator.HealthRes…
-
## Description
According to example in https://github.com/open62541/open62541/blob/master/examples/client_connect.c
2 client-side certificates could be provided (-cert and -certAuth), and 2 co…
-
For example, the interface of SystemConfigClient should be defined as a trait, and everything else depends on this trait. This allows the project to have a more flexible architecture. Other developers…
-
```
What steps will reproduce the problem?
See Attached file for test file.
$ pdfsh
Welcome to the PDF shell (Origami release 1.2.6) [OpenSSL: yes, JavaScript: no]
>>> PDF.read('Downloads/HWS-POA.p…
-
First, thank you so much for developing this open-source software which is powerful and feature-rich but also simple and easy to use. I prepare to use it in my projects. However, I wonder whether this…
-
We got this question on Discord:
> The attached screenshot is taken from the “pinecone-semantic-search.ipynb”, and I assume that, in production, this portion of the code needs to be edited to confi…
-
Running the test code delivers wrong results.
Basically whatever is passed as plain text, the same cipher is returned.
The cipher changes only on changing the roundKeys.
mcfoi updated
3 weeks ago
-
The lack of `Send` and `Sync` make the library almost unusable. I've had to resort to weird thread local tricks like the one below:
```
mod hello {
tonic::include_proto!("hello");
}
use s…