Brandon Weeks
Brandon Weeks
Fixed #625, see libgit2/libgit2#3902 for more information. Since triggering the error condition requires connecting to a repository that requires authentication I wasn't sure what a good way to test this...
``` ruby require 'rugged' def credentials lambda do |_, _, _| return nil end end Rugged::Repository.clone_at 'https://github.com/example/my-project.git', 'my-project' , { credentials: credentials } ``` Calling `clone_at` with a credentials callback...
Follow up to #54. I was mostly able to migrate the example code to the v6 API, however I have a few questions about `device_control.rs`: - `server::comm_managers::test::new_bluetoothle_test_device` was moved to...
# What's new - Add support for the [Linear Delta-3](https://linear-solutions.com/delta3-radio-controls/) 310 MHz protocol. # Verification - A raw capture of a Delta-3 compatible transmitter (FCC ID: SU7CCF31B) is included as...
``` CONFIG_AMD_IOMMU = y CONFIG_AMD_IOMMU_V2 = m ``` appears to correctly setup the AMD v2 IOMMU on supported hardware (tested on NixOS) and is the config option used by [Fedora/RHEL](https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/configs/common/generic/x86/x86_64/CONFIG_AMD_IOMMU_V2)....
The AttestationApplicationId class contains two sets, which already convey presence. This change makes the Java API cleaner at the expense of the marshalling code being marginally more complex.
This reverts commit 9cecc206ea9dc819395b68cfbd46e8e463dce5f7.
> In macOS, some of the functions of this API block while waiting for input from the user (for example, when the user is asked to unlock a keychain or...
## 🤖 New release * `native-pkcs11-traits`: 0.2.25 -> 0.3.0 (⚠API breaking changes) * `native-pkcs11-keychain`: 0.2.26 -> 0.2.27 (✓ API compatible changes) * `native-pkcs11-windows`: 0.2.26 -> 0.2.27 (✓ API compatible...