NaokiM03

Results 5 issues of NaokiM03

こんにちは! p120 ~ p121 のコード内では ``` [ input [ value model.input, onInput Input ] [] ``` と記載されていますが、 p121 `onInput` では ``` [ input [ onInput Input, value model.input ] []...

**Describe the bug** On windows, functions that use `fn keybd_event(flags: u32, vk: u16, scan: u16)` internally cause panic when used in Rust 1.64.0 or later. See also the following issue....

bug
needs investigation

Hi. Fixed following issue. https://github.com/enigo-rs/enigo/issues/121 The policy of the fix was to follow the README of winapi-rs. > ### How do I create an instance of a union? > >...

The unit to be displayed is `MB`, but `KB` value is displayed. https://github.com/irevenko/ferris-fetch/blob/main/src/main.rs#L100 There seems to have been a mistake when updating `sysinfo`. https://github.com/irevenko/ferris-fetch/pull/8 ![image](https://user-images.githubusercontent.com/37442712/209815183-2741cfe8-2764-46cc-8d0f-ca89a5e962d2.png) NOTE: In the current `sysinfo`...

Related to https://github.com/seanmonstar/reqwest/issues/646 Add file function to `async_impl::multipart::{Form, Part}`. ### Notes Since `From for Body` was added in https://github.com/seanmonstar/reqwest/pull/1360, I decided to use the `stream` function that uses it internally....