Erin

Results 9 issues of Erin

I have a project and its `meson.build` is an a subdirectory. The subdirectory can be set by `subdir` option in module's definition. `flatpak-builder` respects this option normally, but this extensions...

## Description Extension version: Loupe (new GNOME Image Viewer) does not copy the image bitmap, instead it copies data for locating the file. ### Problem Explanation Pano interprets this as...

bug

Wimlib supports setting its own allocation hooks. I tried writing custom allocator, but then I encountered error when it tried to read off-bounds. Found out the allocation comes from `LibC`,...

#### Use Case: Sled, as far as I know currently uses OS-provided I/O and FS facilities. This may be an issue on platforms, like in embedded cases where there may...

feature

Added wrapper around type from `atomic_float`. On platforms supporting 64-bit atomics, this is no change. On platforms without them, it will lead to precision loss, but it will at least...

As Smithay uses AtomicF64 from `atomic_float`, which isn't supported on platforms without 32 bit atomics, like 32bit PowerPC, the compilation fails. Maybe provide a fallback using F32 or emulate?

## Is your feature request related to a problem? I am trying to create IPv6 address registry where I have a common prefix I just register suffices. As IPv6 addresses...

feature
language

Not as much in IPv4 networks, but IPv6 interfaces often, I dare to say except edge cases, always have multiple addresses assigned, starting with link-local address, which is used then...