Mike Myers
Mike Myers
As the name states, I added the 2018 edition.
Given the following schema: ```xml ``` In the method `XmlSchemaClassGenerator.ClassModel.Generate()`, the code will go through ```c# if (BaseClass != null) { ... else if (!string.IsNullOrEmpty(Configuration.TextValuePropertyName)) { ... } } ```...
This fixes timestamp deprecation warning by moving to `timestamp_opt()` as the behavior of `timestamp()` is to panic on error. - [x] I have read the [contribution guidelines][Contributing] - [ ]...
Various version bumps. - [x] I have read the [contribution guidelines][Contributing] - [ ] This change has tests (remove for doc only) - [ ] This change has documentation -...
> By submitting this pull request, you agree to the [contribution guidelines](https://github.com/pnp/sp-dev-fx-extensions/blob/main/CONTRIBUTING.md) > If you aren't familiar with how to contribute to open-source repositories using GitHub, or if you find...
## Overview In the unlock screen, when entering a wrong password, the HMAC mismatch notification causes resizing of the password textbox and Unlock and Close buttons so that they become...
Quick copy of get_feature_report to add support for get_input_report.
```rust use hidapi::HidApi; fn main() { env_logger::init(); let device = HidApi::new() .expect("Failed to create HidApi instance") .open(0x6603, 0x1003) .expect("Failed to open device"); let mut report = [0u8; 512]; let report_r...