FreeFull

Results 14 issues of FreeFull

The addchstr family of functions requires that the chstr array is null terminated, but the bindings currently don't ensure null termination. This could lead to reads out of bounds of...

The problem can be reproduced by choosing the Kings game and repeatedly starting a new game until there happens to be an overlap. A screenshot is included of what it...

The feature is useful for previewing instruments before loading them, and is present in other software, for example sunvox.

```rust use vizia::prelude::*; fn main() { Application::new(|cx| { Button::new( cx, |cx| cx.emit(WindowEvent::WindowClose), |cx| Label::new(cx, "Close window"), ); }) .run(); } ``` Given the code above, clicking on the button might...

bug

The short hexadecimal notation looks like `#RGB[A]`, compared to the long `#RRGGBB[AA]`. Also see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value

CUSE is "Character devices in user space", and the Linux cuse module (which depends on fuse) provides access to it via `/dev/cuse`, as well as the libfuse library providing an...

The `.width()` and `.height()` methods on `RustBox` return `usize`, but the `ResizeEvent` variant of `Event` provides a pair of `i32` integers. The types between the methods and the variant probably...

According to the JSON standard, most Unicode characters such as "ń" are allowed to be put into strings unescaped. The code in this repo seems to be parsing the strings...

P-Med

### Modpack FTB NeoTech ### Modpack version 1.7.0 ### Has the pack been modified No ### Log Files Debug log: [debug.log](https://github.com/user-attachments/files/16691097/debug.log) Latest log: [latest.log](https://github.com/user-attachments/files/16691098/latest.log) World save: https://drive.google.com/file/d/1sDayD229Ian9y5QrT6wcZa3sNV9fWAHO/view?usp=drive_link ### Describe the...

state: Confirmed
Bug
FTB NeoTech

It is the responsibility of the Wayland compositor to set the correct size for the window when it is tiled or maximized. https://wayland.app/protocols/xdg-shell#xdg_toplevel:enum:state also states that in the maximized case,...