Visual Ehrmanntraut

Results 32 issues of Visual Ehrmanntraut

cargo build --out-dir Drive/EFI/BOOT/ --release Compiling bootx v0.1.0 (/Users/visual/Developer/BootX) error: linking with `rust-lld` failed: exit status: 1 | = note: "rust-lld" "-flavor" "link" "/NOLOGO" "/entry:efi_main" "/subsystem:efi_application" "/var/folders/8t/31hks2hx4vvdczdjxfvcp_qc0000gn/T/rustc6KmMXf/symbols.o" "/Users/visual/Developer/BootX/target/x86_64-unknown-uefi/release/deps/bootx64-dfc09ef20fcfbd31.bootx64.1834cb91-cgu.1.rcgu.o" "/LIBPATH:/Users/visual/Developer/BootX/target/x86_64-unknown-uefi/release/deps" "/LIBPATH:/Users/visual/Developer/BootX/target/release/deps"...

## System Details What platform are you running on? x86_64 macOS Monterey 12.0.1 (21A559) What platform did you use for compilation? x86_64 macOS Monterey 12.0.1 (21A559) Toolchain details: x86_64-w64-mingw32-gcc --version...

Is this a bug or am I doing something wrong? I'm making a headless server.

Software like Chrome and Sublime Text 4 can cause corruption and freezes. **To Reproduce** 1. Open software which uses dual source blend like Chrome and Sublime Text 4 2. Observe...

OS/All
Status/TriageRequired

Encountered a plist that can't be parsed when `` exists in the file. Example: ```xml UIDeviceFamily ```

Currently, the following is not supported: ```rust #[bitfield] pub struct Testing { #[skip] __: [bool; 512], } ``` It will complain with the error below: ```rust error[E0277]: the trait bound...

enhancement

### Description Merging in changes (syncing) creates redundant commits even if there were no changes done to the database. Only changes in the commits are the "last update" message. ###...

bug