CosminPerRam

Results 20 issues of CosminPerRam

Related: #158 This adds an example for referencing how to do a shared state between our program and a pin interrupt. Note: This PR is a draft as I didn't...

The UI looks really small on resolutions like 4K, this should come in handy.

# Description Fixes an item event name being wrongfully concatenated due to missing comma in the const char list. Before: ``` "item_removed_attrib", "item_changed_style" // NEW STORE EVENTS "store2_entered", ``` Resulting...

# Description Replaces bitwise operator used with booleans with logical operator.

# Description Early returning `false` skips the threshold of hours check and because of the previous checks, makes the function always return `false` unconditionally.

# Description If we fail to load from file, the early return causes a memory leak. Archimedes wouldn't be happy if so.

# Description Same as #1312, after opening that PR I tried to find all the other cases like that one and found another one here.

To make use of the new updated dependency tree for `socket2 0.6.0`.

**Feature description** Hey! Some time ago I made a [sorting visualizer](https://github.com/CosminPerRam/StylishVisualizer/) by utilizing this great library and I'd like to add support for visualizing via pie plots, but I can't...

type:feat
prio:medium
status:idea

[sf::SoundBuffer::loadFromSamples](https://www.sfml-dev.org/documentation/3.0.0/classsf_1_1SoundBuffer.html#a8189b2f4dc98bfaeefa49cd2c5a0fc33) usage in the [v3 audio example docs](https://www.sfml-dev.org/tutorials/3.0/audio/sounds/#sound-or-music) is wrong: ![Image](https://github.com/user-attachments/assets/f48df845-4e0c-47d8-8e4d-7d147701008d) One must provide `loadFromSamples` with 5 arguments, the docs shows a call with 4 arguments, which does not compile...