-
The rationale for having "flexible" integer types in C++ (for example, `int` is "at least 16bit") mostly doesn't apply to VGC. Indeed, the rationale for these types is that the compiler may choose the…
-
Even though panicking just translates into a `trap` without any diagnostic messages, we still include tons of `being_panic_fmt` etc type code. This has a *huge* code size footprint: ~75% of my code si…
-
When assembling E.coli with the multik script, it runs mdbg with k = 10 and l = 12, resulting in mdbg panicking with "Non-ACGTN nucleotide encountered!"
The multik script then continues silently.
…
-
I am a cryptography-loving c++ technician, and I have always wanted to implement a simple and portable future c++ version of the Blake3 hash algorithm.
But I don't know much about the Rust programmin…
-
Instead of hand-coding all the definitions, they should be parsed from the same XML definitions that are used to create vulkan.h. This should also add support for the recent extensions for free. I hav…
-
## Problem
In our current codebase, we sometimes use units (like `Pixels`, or `Radians`), and sometimes we use just raw values, like `f32`. Converting between them is sometimes hard, especially in …
-
### Admin comment by @mit-mit:
This request is being investigated as a feature. We've investigating a general mechanism for adding members (fields, methods, an unnamed const constructor) to enums, …
-
In the original PR I first added and then removed handling of float inputs - https://github.com/unicode-org/icu4x/pull/119/commits/f589e627049d3f55092a5b8cfc315aefe56ec45d
The rationale laid by @sf…
-
### What is the issue?
The issue is that linkerd change the HTTP response status phrase.
For example, my web application response code is `400 Only Managers Can Do This`, but linkerd response to thi…
-
## Environment data
- VS Code version: 1.76.0-insider
- Language Server version: 2023.2.40
- OS and version: Windows 10 22H2 (OS Build 19045.2251) and Fedora 37.
- Python version: 3.10 (…