-
### What happened?
When playing a Youtube video, if you open the player settings pane and the file size of a given video at a given quality is sufficiently large to overflow the 32-bit integer hold…
-
This issue is for discussion of the proposal to introduce [unsigned integer types](https://github.com/Kotlin/KEEP/blob/master/proposals/unsigned-types.md) in Kotlin.
-
I ran `git checkout stdlib-fpm`. My gfortran version on WSL2 is
```
(fpm) /mnt/c/fortran/public_domain/github/stdlib$ gfortran --version
GNU Fortran (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
```
W…
-
Feature gate: `#![feature(integer_sign_cast)]`
This is a tracking issue for explicit signedness casting methods for integer primitive types. Libs discussion: https://github.com/rust-lang/libs-t…
-
### What happened?
I have an issue with energy monitor frequency precision.
Device Model: https://www.zigbee2mqtt.io/devices/SPM01V2.html#tuya-spm01v2
I've observed that ac_frequency is reporte…
-
Tracking https://github.com/rust-lang/rfcs/pull/1543.
- [ ] std::sync::atomic::AtomicI128
- [ ] std::sync::atomic::AtomicU128
Seems related to https://github.com/rust-lang/rust/issues/56071. Se…
-
How can I marshal a number from a structure to YAML in hexadecimal representation?
I have a structure with integer fields, the representation of which makes sense to humans in hexadecimal form. I w…
-
Also: support zero-based integer indexing with a `zb_int()` function (analogous to `zb_slice()`)
-
Comparing classes sometimes work:
```
gosh> (compare )
-1
```
But sometimes not:
```
gosh> (compare )
*** ERROR: Object # and # are not comparable
```
-
**rust-analyzer version**: rust-analyzer 1.82.0-nightly (1f12b9b0 2024-08-27)
**rustc version**: rustc 1.82.0-nightly (1f12b9b0f 2024-08-27)
**code snippet to reproduce**:
```rust
fn main…