-
the windows in `windows.jl` are always Float64. However, for many DSP applications this is not desirable - for example, audio data is usually `Float32` or even a fixed point type. Also for machine lea…
-
Feature gate: `#![feature(maybe_uninit_as_bytes)`
This is a tracking issue for APIs which allow access to individual bytes of a `MaybeUninit`. This is always safe even for padding bytes since t…
-
In prior gRPC versions, the stats handler provided direct access to raw serialized data through payload.Data in `*stats.InPayload`. This functionality enabled certain applications to retrieve unmodifi…
-
Hi there!
i'm currently having an issue with my ede3-cbc encrypted private key and signature creation.
i use the crypto modules to sign a string - this is being used in a node environment and work…
-
Consider the simple example of Alice and Bob who are both enabled with DIDComm messaging infrastructure and Alice wanting to send a message to Bobs DID which she has discovered by some means. Resolvin…
-
See title and demonstration:
### Steps to reproduce
1. Place multiple clefs
2. Use Shift+Click to select them across a system
3. Expected: all selected
4. Result: all save the first one
…
-
### Prerequisites
```
"vitest": "^2.1.2"
```
### Describe the bug
When configuring the vitest framework, and the vite config is defined using a function like so:
```
import { defineConfig…
-
We already decode some of the syscall arguments, but there are still some syscall arguments for which we don't decode the argument values although it can be useful.
- [ ] mmap flags
- [ ] all sock…
-
Feature gate: `#![feature(unsigned_signed_diff)]`
This is a tracking issue for https://github.com/rust-lang/libs-team/issues/381
### Public API
```rust
impl uX {
pub con…
-
Up to now, we have two experimental Key Broker Systems for CoCo: `offline_sev_kbc - simple-kbs` for SEV and `eaa_kbc - verdictd` for TDX and enclave-cc, which have been included in the [quickstart gui…