M1ngXU
M1ngXU
This is really useful to not specify the input size when the output size is clear (though this is not possible with type-aliases). For example: ```rust let model: (Linear, Linear)...
https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes `0x16` should be `VK_IME_ON`, but inside WINUSER, next to the other consts, `0x16` is "skipped". Same for `VK_IME_OFF`.
In [model.__init__.py|line351](https://github.com/happyleavesaoc/aoc-mgz/blob/5857d3c711cc4b02e4388df3223f50298c3643bf/mgz/model/__init__.py#L351), collections.Hashable needs to be replaced by collections.abc.Hashable.
`proc macro not expanded: Proc-macro dylib loading failed: unsupported metadata version 7` Running with the latest nightly rust version. Same setup works on vscode (with RA).
Status
What’s the status of this crate?
Pull request ============ Description ----------- [User Status](https://codeforces.com/apiHelp/methods#user.status) also accepts the `includeSources` parameter, which will then return a `Submission` object with an additional `sourceBase64` field. This contains the `Base64`-encoded `Submission`. Note...