-
In #511 I added the DQLITE_VISIBLE_TO_TESTS attribute to functions and globals that are not part of our public API but are currently used by integration tests. It currently expands to `__attribute__((…
-
Heyyo! I've got a curious question, I'm working on scenarios where I'd like to use the public half of an RSA key to encrypt content with skopeo as the runner (e.g., `skopeo copy --encryption-key jwe:m…
-
```
What steps will reproduce the problem?
1. Generate private/public keys using openssl (PEM for private key and DER for
public key)
2. Use the public key to encrypt a small string in Java, with "RS…
-
CryptPad has a built in Checkup (https://reallylonglocaladdressgoeshere.local/checkup/). There are currently 43 tests. CryptPad wrapper should implement whatever is needed in configuration etc. so th…
-
https://asciinema.org/a/jbeHb3zISfeDUTDOyKKq6HXnT
numinous errors compiling ggml-cuda.cu
```
/usr/include/c++/14.1.1/x86_64-pc-linux-gnu/bits/c++config.h(827): error: user-defined literal opera…
-
**Scenario**: You have a SPA, say a VueJS one built with Vite. This app is to be deployed on a public path, say `myapp` so it'd be www.example.com/myapp/.
When the SPA bundle is built, its assets l…
-
This is a request from an internal team to add support for serializing `ConcurrentDictionary`
Here is untested sample code that we could base support on:
```C#
[Serializer(typeof(ConcurrentDictio…
-
-
```sh
"printWidth": 110,
"singleQuote": true,
"jsxSingleQuote": false,
"arrowParens": "avoid",
"parser": "vue"
```
**Input:**
```jsx
{{ …
-
[Yves Alter](https://jira.spring.io/secure/ViewProfile.jspa?name=altery) (Migrated from [SEC-2961](https://jira.spring.io/browse/SEC-2961?redirect=false)) said:
I already [posted this issue on stacko…