Daniel Stuart

Results 8 issues of Daniel Stuart

Hi, I'm using latest script, running OS X 10.11.2 with Clover v2 r3330, and I found a issue. ALC898 supports audio format of up to 192/24, but with your patch,...

Hi, I'm currently doing a research using beamNG.tech and one of the sensors I'm using is the IMU provided. I need for my research the linear acceleration values of the...

bug

We use a CC BY-NC-ND 4.0 license, and so, our material (code) can't be distributed, if any modification is made. (That's the ND part of the license) The issue here...

suggestion

Patches backported from upstream, tested and working. Now cros_ec_lpc is being loaded, and so, accelerometer sensors are available to userspace. This should allow iio-sensor-proxy to work (for gnome users), but...

Add clear_peripherals method to adapter, so that the peripheral list can be cleared after being used. Without this, the list would keep growing until the whole adapter object is dropped....

In some cases, when a underlying error happens to a TTY port between poll::wait_read_fd and unistd::read, the read function would hang waiting for some data that is never received. This...

Currently, tinywasm uses multiple vectors to store the stack values for each type size supported (https://github.com/explodingcamera/tinywasm/blob/c00031a82782393eb32a9143aedb61e902a7c5d0/crates/tinywasm/src/interpreter/stack/value_stack.rs#L13). This increases the default stack size by a lot, which makes it difficult to...

When embedding RustPython into a graphical windows application (where windows_subsystem = "windows"), it fails to create the RustPython VM. This happens because the VM will try to open stdin/stdout/stderr when...