Carter Snook
Carter Snook
It's not that serious😅 I was applying for colleges and didn't want to leave any room for discrimination for my wording.
This is a minimal starter, I wouldn't expect grouping functionality to be included in this.
It could also take inspiration from the [`@intFromEnum` behavior](https://ziglang.org/documentation/master/#toc-intFromEnum) and return an integer denoted as `anytype` which _may_ have the smallest integer type possible. This leaves room for shrinking the...
> @sno2 Using RLS here is a bit tricky. There are two options: > > * The same integer value is returned regardless of the type. In this case, that...
Should we also remove the "Parameters" headers?  Parameter-specific documentation is disallowed by `zig fmt`'d code, so the only information that we show is going to be present right above.
> did you run into #18088 maybe? Yeah, you're right.
Should this be implemented in `Parser.zig`?
Now that we have permissions scoped to tests, it would probably be best to just unify a `deno.jsonc` config property `permissions` with [`Deno.test`'s permission object type](https://github.com/denoland/deno/blob/main/cli/dts/lib.deno.ns.d.ts#L119-L250). Also, when it is...
> `FormData` hasn't been imported from WebKit yet. It had some dependencies on `HTMLFileElement` that made it trickier. It needs to be added though Are you planning on importing it...
> Not sure of the improvement here, current implementation handles 999 characters size just well and maybe handling 9999 is too much for practical use cases : > > ```ts...