Mara Huldra

Results 9 issues of Mara Huldra

I have a structure with a `Vec` that I serialize from Rust, using `cbor::ser::to_writer_packed` ``` #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] pub struct LevelInfo { pub name: String, pub intro:...

This adds a wayland specific hint `GLFW_WAYLAND_SHELL_LAYER` to make it possible to render to one of wayland's full screen layers using the [wlr-layer-shell-unstable-v1](https://wayland.app/protocols/wlr-layer-shell-unstable-v1) wayland interface. This can be used to,...

enhancement
Wayland

This was mentioned on the ulx3s discord by thorns514 and I thought it was a good idea. For bare-metal programming in rust and potentially other languages, it would be useful...

- `export` → `@export` - `setget` → `:set(new_value)` Also update to use new suggested syntax for emitting and connecting signals.

bug
topic:gdscript
area:manual

I sometimes run into strange behavior when hacking on ComfyUI and restarting it a lot: - ComfyUI is open in browser - I restart the server - I forget to...

I've dusted off some of my old FPGA projects and ran into some issues compiling `icestation-32` with the new yosys toolchain. This makes the build work again with yesterday's daily...

Since the Bluez update i can no longer connect from my laptop's bulit-in bluetooth to a BLE-controlled lamp (which uses a USR IOT WH-BLE 102 module). I have the following...

bug
deprecated

It looks like notifications received through `on_notification` have three extra bytes prefixed compared to when using gattool, `b'\x1b\x0e\x00'`. I think this is the 3-byte header containing the opcode and originating...

I ran into an error while reading ruby data: ``` Traceback (most recent call last): File "….py", line 5, in d = rubymarshal.reader.load(f) File "…/.local/lib/python3.8/site-packages/rubymarshal/reader.py", line 289, in load return...