Julian Braha
Julian Braha
This resolves a TODO comment in `core/src/p2p/sync/proto.rs`: ``` // TODO: Using `decode::Error` instead of `io::Result` ``` Closes #2077
### Describe the bug There's a TODO comment in `core/src/p2p/sync/proto.rs`: ``` // TODO: Using `decode::Error` instead of `io::Result` ``` ### Reproduction _No response_ ### Expected behavior _No response_ ### Platform...
This modifies the release workflow to switch from the ubuntu runner to the macOS runner. This runner is currently the fastest runner available for free in public repos. Also see:...
### Describe the bug Updating dependencies is a good practice for preventing supply chain vulnerabilities. ### Reproduction _No response_ ### Expected behavior _No response_ ### Platform and versions ```Shell 8.14.1...
### Check for existing issues - [X] Completed ### Misc notes Example in Helix editor:
This makes the `libm` dependency optional, and only enables it for the `no_std` feature, since that's the only time it's used.
A relevant Linux feature (UKL) has just been proposed: https://lore.kernel.org/lkml/[email protected]/ A research paper on the work: https://arxiv.org/pdf/2206.00789.pdf Brief introduction: "Unikernels are specialized operating systems where an application is linked directly...
Currently, running klocalizer on a C file in `linux/samples/bpf/` on Linux 5.13 gives an error that may be difficult for end users to understand. Example: ``` julian@kde-neon-desktop:~/linux$ klocalizer samples/bpf/sampleip_kern.c INFO:...
In `linux/drivers/pinctrl/qcom/Kconfig`: ``` config PINCTRL_MSM tristate "Qualcomm core pin controller driver" depends on QCOM_SCM || !QCOM_SCM #if QCOM_SCM=m this can't be =y select PINMUX select PINCONF select GENERIC_PINCONF ``` Similar...
`tracing-futures`, `transpose`, and `sendfd` are all unused. This PR removes them.