Berkus Decker
Berkus Decker
Even though json tools say that json is valid, it seems like profiler could not load a large (**557Mb**) profile for some reason. The error mentions abrupt EOF, so probably...
❯ rustc --version rustc 1.82.0-nightly (506052d49 2024-08-16) ``` error: item does not constrain `__rtic_internal_led_driver_F::{opaque#0}`, but has it in its signature --> src/bin/app.rs:7:1 | 7 | #[rtic::app(device = rp2040_hal::pac, dispatchers =...
`leptonic.dev could not be reached`
I'm following the steps outlined in the readme, Extensions > Install Dev Extension, pick a folder, and nothing else happens apart from these two log lines: ``` 2024-08-04T14:48:29.422224Z [INFO] compiling...
This helps debug what steps are taken and where the compiled extension ended up. Also remove duplicate "compiling Rust extension" / "compiling rust extension" text - it's confusing. Release Notes:...
Fixes a false positive that triggers tests_outside_test_module in integration tests. As per [The Rust Book](https://doc.rust-lang.org/book/ch11-03-test-organization.html#the-tests-module-and-cfgtest) the integration tests do not need neither `#[cfg(test)]` nor a separate module because they are...
far2l 2.6.3 on macOS (installed via homebrew) I've added the following macro to key_macros.ini: ``` [KeyMacros/Shell/Space] DisableOutput=0x1 EmptyCommandLine=0x1 NoSendKeysToPlugins=0x1 Sequence=Ins ``` Space stopped working in Shell completely, regardless of the...
``` 2024-08-04 10:51:30.487 Xcode[8871:69428] [MT] DVTAssertions: ASSERTION FAILURE in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-22235/DVTFoundation/PlugInArchitecture/DataModel/DVTExtensionPoint.m:186 Details: Attempting to register extension after extension point has been frozen Object: Method: -_registerExtension: Thread: {number = 1, name =...
And this is breaking my build - aarch64-cpu is the only crate that didn't update the dep. Please make a(n automated) release (pipeline).