-
Very valuable addition to avoid zero-copy would be API to serialize into `Span/Memory`. If there is not enough space - then return false. But the happy path for message of typical size is to get a lar…
-
From using teams4linux daily i notice my laptop goes into turbo mode whenever i enter a call and everyone turns on their cameras (and I have to turn on mine)
The teams v2 has a call health feature an…
-
Basically, at the moment `Arc` and its `Weak` uses:
```rs
pub struct Arc {
ptr: NonNull,
phantom: PhantomData,
alloc: A,
}
pub struct Weak {
ptr: NonNull,
alloc: A,
}…
-
I cannot find a place to add a mirror, zero-k has copy of all maps and it should serve as one of springfiles mirror for pr-downloader.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
Iframes are currently useless for small components because padding is added and is not related t…
-
### Description
Battle.net crash at login page
### Steps to reproduce
1. Install Whisky on Mac OS 14.0;
2. Upgrade Whisky to version 2.2.1 and restart Whisky;
3. Run Battle.net-Setup.exe an…
-
Hello,
As per our discussion on Slack I updated natiu-mqtt to latest main:
` github.com/soypat/natiu-mqtt v0.5.2-0.20241009154510-7c992f5072e3
`
Tinygo version:
`tinygo version
tinygo versio…
-
Marta wont work with FUSE mounted drives
Showing Error and create zero sized empty files when trying to copy/create
In Finder works
Tested with rclone and sshfs (mounting remotes (ftp, ssh, dropbox…
-
I ran the postgres example as-is with a postgres database version 14.2 and dedupe version 2.0.17.
After training and clustering, it will eventually fail during 'writing results' with the following er…
-
Backproping through `getindex` is pretty slow at the minute, due to the need to make copies of the entire array on the reverse-pass, and to fill it with zeros. The current implementation basically has…