bitbegin
bitbegin
rust msvc environment can't use pkg-config-sys crate. Is there any solutions?
If the file has a BOM header, the 'deserialize' will be failed. Report error like this: ``` Error { pos: 1:1, kind: Syntax("Unexpected characters outside the root element: \u{feff}") }...
error log: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: GlutinCreationError(NoAvailablePixelFo mat)', src\libcore\result.rs:860 stack backtrace: 0: std::panicking::default_hook::{{closure}} at C:\projects\rust\src\libstd\panicking.rs:354 1: std::panicking::default_hook at C:\projects\rust\src\libstd\panicking.rs:371 2: std::panicking::rust_panic_with_hook at C:\projects\rust\src\libstd\panicking.rs:549...
**Describe the bug** consider we have a so file, and the export api is like this: ``` MyStruct test1 ( int x1, int x2, int x3, int x4, int x5,...
cmake log: ``` $ cmake .. -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works...
run `./sio_list_devices --backend alsa --watch`, then changed the default capture, it can't detect devices changed. the alsa backend watch `/dev/snd` folder to detect devices changed, this way seems not work....
Now, `wallet` only support one key, maybe we can support more keys at the same time.
hid.rs: ```rust use core::cmp::min; use usb_device::Result; use usb_device::bus::{InterfaceNumber, StringIndex, UsbBus, UsbBusAllocator}; use usb_device::class::{ControlIn, ControlOut, UsbClass}; use usb_device::control; use usb_device::control::{Recipient, RequestType}; use usb_device::descriptor::DescriptorWriter; use usb_device::endpoint::{EndpointAddress, EndpointIn, EndpointOut}; use usb_device::UsbError; //use cortex_m_semihosting::hprintln;...
``` ALSA lib setup.c:547:(add_elem) Cannot obtain info for CTL elem (MIXER,'AC97 2ch->4ch Copy Switch',0,0,0): No such file or directory ALSA lib setup.c:547:(add_elem) Cannot obtain info for CTL elem (MIXER,'AC97 2ch->4ch...