SetOfAllSets

Results 12 issues of SetOfAllSets

[This](https://google.github.io/comprehensive-rust/comprehensive.html) link referred to as the deep dive into chromium in the README is a 404 page.

Affected games: team fortress 2 System: x86_64 gentoo linux openrc, nvidia 2070 max-q, tested with X/bspwm and wayland/sway When running from the steam launcher TF2 launches and shows the valve...

Team Fortress 2
Linux

Upon launching with launch options set to ``__GLX_VENDOR_LIBRARY_NAME=nvidia SDL_VIDEODRIVER=wayland %command% -vulkan`` I get the error ``D3D9SwapChainEx: Failed to recreate swap chain: VK_ERROR_INITIALIZATION_FAILED`` and the game does not launch EDIT: OS:...

Team Fortress 2
Linux

The guide references trixie, this causes the repo to not work, a safe choice would probably be to set it to bookworm. I set it to bookworm on my sid...

### Hyprland Version System/Version info ```sh Hyprland, built from branch HEAD at commit c5e28ebcfe00a510922779b2c568cfa52a317445 (props: bump ver 0.37.1). Date: Sat Mar 16 14:51:49 2024 Tag: v0.37.1 flags: (if any) System...

bug

In the example ```Rust #[derive(Deserialize)] struct SomeStruct { something: String, #[serde(skip_deserializing)] SomethingElse: String, AThirdThing: &String, } ``` the AThirdThing field causes the error `` the trait bound `&std::string::String: Deserialize

> ONLY report a feature request if it was already discussed at: https://redeclipse.net/world/issues > PLEASE search the issues before submitting your own. Be sure to rename your `config.cfg` and check...

status: please discuss further
priority: showstopper
branch: master
difficulty: medium

While glass transparency in front of water is fixed, the outline a block has when hovered over still lets you see through the water as if it weren't there.

When running ``vkcube --gpu_number 0`` I get ``Selected GPU 0: Intel(R) UHD Graphics (CML GT2), type: IntegratedGpu`` and it runs, when running ``vkcube --gpu_number 1`` I get ``` Selected GPU...

Instead of returning an empty value on unsupported systems an err could be returned.

feature request