-
While System.Array API supports LongLength and operator this[long i], the CLR does not allow arrays to be allocated with more than 2^31-1 elements (int.MaxValue).
This limitation has become a daily…
-
The specialization required for custom types in fmtlib requires having the definition of `fmt::formatter`, as you cannot specialize a template that isn't declared. Forward-declaring this in user code …
-
- [ y] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them.
- [ y] I checked if the issue/feature exists in the …
-
## GalliumOS 3.0: Package Selection
GalliumOS is defined by the packages we select for inclusion into the default install (and our visual design!).
We aim for a good baseline of useful and effi…
-
An idea that has been kicking around for years, but never written down:
The current definition of `int` (and correspondingly `uint`) is that it is either 32 or 64 bits. This causes a variety of pro…
-
Movie playback is an event command that uses DirectShow to show a video.
Really awful to support because any format can be thrown at us here...
#### Name of the game:
Any with Video event
#### K…
-
### Discord Account
_No response_
### What happens when the bug or crash occurs?
The bug is this simple,
The new username system is not functional, only usernames are shown. Commands do not work. …
-
**Purpose:**
uuid4 values have only `random_part`, so values are randomly distributed. This messes up with database indexes (e.g. primary keys) because B-Tree indexes are designed for comparable …
-
I was going to reply in #99 where the discussion started but as that is closed and off-topic for the issue, I'm adding this issue here now on behalf of @Vinhold so that there is a place for the discus…
-
I observed a significant increase in ICMP ping latency **after** a big file (~100MB) was transferred.
## My Setup
- ESP32c3 chip
- OpenWRT v21 linux-host
- First-Generation (latest master)
- …