-
-
Not sure if code size is a focus in this project or not, but for my own curiosity I did some wasm size measurements, posting in case it might be interesting:
```javascript
current binary 1.89 M…
-
Analyze INA226 driver and GUI to reduce code size for potential future release.
-
The download size for a reasonably-capable JIT-enabled interpreter currently clocks in at just over 4M of gzipped assets. We'll need to do better. Let's use this bug to collect ideas and comment on …
-
```
Allow to set font properties in code completion dialog (size, color,...).
What version of the product are you using? On what operating system?
SVN 291, Gentoo & WinXP
```
Original issue reported…
-
### Jdaviz component
Other (explain in Description below)
### Description
I was testing running a jupyter notebook in VS Code and showing jdaviz. The first surprise was: the basic workflow works f…
-
Given the recent interest in optimizing Tock for code size, I think it would make sense to summarize and track existing and future ways of decreasing the size.
- [x] **Capsule configuration in boar…
gendx updated
4 months ago
-
We found several crashing files (attached) through fuzzing the following program:
```
#include
#define PCRE2_CODE_UNIT_WIDTH 8
#include
int main(int argc, char *argv[])
{
FILE *f = fo…
-
### Code
```Rust
// inspired by https://github.com/rust-lang/rust/issues/130326
fn main() {
let mut a = String::new();
let b = String::new();
*a = *b;
}
fn other_fn(x: str) {
…
-
Hi, I wonder whether it would be possible to change the amount of information put into QR codes. Let's say that the printed paper degrades over time and printing small squares in QR code will make it …