puffy_with_eyes

Results 4 issues of puffy_with_eyes

Compile issue in ```capture``` example on Raspberry Pi 4. Please fix it for simple start ``` error[E0432]: unresolved import `nokhwa::CallbackCamera` --> src/main.rs:96:13 | 96 | Buffer, CallbackCamera, Camera, | ^^^^^^^^^^^^^^...

```thread 'main' panicked at 'Unable to parse toml config.: Error { inner: Error { inner: TomlError { message: "invalid type: integer `8`, expected a sequence", original: Some("# Border thickness\nborder_thickness =...

I have ```default.nix``` which compiles the application. I have my own crate that uses several functions from nightly. My ```default.nix```: ```nix { pkgs ? import ./nix/nixpkgs.nix { config = {...

When writing similar code now: ```rust pub trait DummyTrait { type DummyIn; type DummyOut; extern "C" fn dummy(self, in_: Self::DummyIn) -> Self::DummyOut; } #[repr(C)] pub struct Dummy0 { dummy: usize,...