poypoyan

Results 5 issues of poypoyan

**Is your feature request related to a problem? Please describe.** I wanted to make a very simple form with a required file input and a required text input. After the...

External: Lightning Components

Hi! Thanks for this software. I'll start understanding it. 1) I want to code some unbalanced short circuit analyses. Yeah this is not new stuff, but I want to try...

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior In a brand new Windows 11 laptop, this code leads to compile error: ```zig const std = @import("std"); const...

bug

Fixes: #19787 Error occurs because in the [current code](https://github.com/ziglang/zig/blob/e2ec54bb38eb7b157667f0a87c9eb929017c3710/lib/std/math/big/int.zig#L2234-L2237), the size of `limbs` (hard-coded to 128) can be less than the `calcToStringLimbsBufferLen`, which is the [minimum](https://github.com/ziglang/zig/blob/e2ec54bb38eb7b157667f0a87c9eb929017c3710/lib/std/math/big/int.zig#L2276-L2277) according to `toString()` documentation....

Fixes #20521 Implements the first option. Technically a breaking change.