Sean

Results 7 issues of Sean

# Problem A common pattern when making an import is to make a top level declaration importing that module, and then make top level declarations for the namespaces of that...

proposal

Changed uses of `std.testing.expect` to `std.testing.expectEqual`, `std.testing.expectError`, and `std.testing.expectEqualStrings` where appropriate

- Added extern `SetConsoleMode` function to `os.windows.kernel32` - Added `GetConsoleMode` function to `os.windows` - Added `SetConsoleMode` function to `os.windows` - Added `ConsoleMode` type to `std.os.windows` - Returned by `os.windows.GetConsoleMode` -...

- Pass self via value instead of reference in numerous places throughout `HashMapUnmanged` and `HashMap` (orignally proposed in #19770) - Replaced some instances of `@intFromPtr` and `@ptrFromInt` with `@ptrCast` and...

In many placed in std, there are a few instances where we take the results of two `@intFromPtr` values and subtract them to perform pointer subtraction, which is now unnecessary...

Hey, I have made a project based upon `serialization.zig`, and I would like to add it to the README. This seems to be the first addition of a project into...

**Is your feature request related to a problem? If so, please describe the problem.** Currently, attempting to send a video simply sends the thumbnail of that video without indicating any...

enhancement