Maurício Kishi

Results 3 issues of Maurício Kishi

I came across another potential improvement. --- Suppose we want to match `editor localization` from a long list of candidates: ``` js const candidates = ['editor localization', 'edit', 'editor layout',...

Hello, folks. I've came across the following situation: ``` js const data = ['Eat ten pizzas', 'Ten Pizzas'] fuzz.filter(data, 'tp') // > ['Eat ten pizzas', 'Ten Pizzas'] ``` Wouldn't `Ten...

### Zig Version 0.11.0-dev.5+ddb9eac05 ### Steps to Reproduce and Observed Behavior I'm getting a `FileNotFound` error when building any projects with `-Drelease-small` on Windows, both with `-fstage1` and `-fnostage1`. The...

bug
os-windows