Benjamin Brienen
Benjamin Brienen
### Summary missing_const_for_thread_local is already solved, but it triggers. See https://github.com/bevyengine/bevy/issues/15241 ### Lint Name missing_const_for_thread_local ### Reproducer I tried this code: ```rust #[cfg(feature = "debug_stack")] thread_local! { /// The thread-local...
## Summary by CodeRabbit - **Chores** - Upgraded Rust language settings to the latest standards. - Adjusted the directory for generated assets. - **Refactor** - Reorganized internal code ordering and...
https://osv.dev/vulnerability/RUSTSEC-2020-0168
I want to argue that the previous behavior was actually better (even though it seems inconsistent at first) :see_no_evil:. My argument rests on three points 1. that it's more convenient...
Device name: Pixel 7 Pro Rom name: LineageOS Android version: latest Pixelify version: latest If there is a known problem with installing pixelify on the latest version of Android, why...
``` YamlDotNet.Core.YamlException: No node deserializer was able to deserialize the node into type System.Collections.Generic.IReadOnlyCollection ``` Properties should not return arrays[CA1819](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819) The recommended solution is `IReadOnlyCollection`, especially if the intent is...
# Bug Report ## Environment Zola version: main / v0.20.0 ## Expected Behavior Installs successfully ## Current Behavior ``` PS C:\Users\BenjaminBrienen\source\bevy-website> cargo install --git https://github.com/getzola/zola.git --locked zola --tag v0.20.0 Updating...
```sh techn0@IO ~/source/AzureDevOps.WikiPdfExport pr dotnet clean Build succeeded in 0,5s techn0@IO ~/source/AzureDevOps.WikiPdfExport pr ± dotnet restore Restore complete (0,4s) Build succeeded in...
https://josefpihrt.github.io/docs/roslynator/cli/ It doesn't mention that .NET 9.0 is supported, which confused me.
```xml net9.0 Enable Latest false Latest All ``` `dotnet build` works, but `roslynator analyze` fails with: ``` Analyze 'redacted' 1/2 No analyzers found to analyze 'redacted' error CS5001: Program does...