Wren [Undefined]

Results 13 issues of Wren [Undefined]

The s-expression language used by wasm-as and wasm-dis is non-compliant. It's not even just a subset, it's simultaneously a subset and a superset. So using it with compliant WAT code...

### Checklist - [X] Zettlr does not possess this feature (if it does, but the feature doesn't work out for you, propose an enhancement instead.) - [X] Zettlr's current features...

feature

I attempted my best to improve my original description of atomics. This removes the giant ugly double-blockquote referencing the Rust `alloc` crate, which references the Boost documentation. Please let me...

The CE toolchain's latest version (8.8) replaced the `os_RclAns` function in `tice.h` with `os_GetAnsData`. The usage and functionality are the exact same; the name just changed.

This API is not very fully-fleshed right now, as the documentation regarding KSP editor APIs is sparse. However, it allows basic introspection of vessels in the VAB, allowing for vehicle...

enhancement
service:space-center

I apologize that I wasn't able to minimize this one. [Here's the code](https://paste.sr.ht/~thepuzzlemaker/4a27938d15b18adbf56a7c092e46ec7fc465c132). Additionally, here's the code that calls the parser: ```rs let (items, parse_errs) = parse::item() .separated_by(parse::maybe_nls()) .collect::() .then_ignore(end())...

Lombok 1.18.22 doesn't work on JDK 21+. The earliest version with support is 1.18.30.

@GoForPDI noted in the [Spaceflight Server `#nassp` channel][1] that LibreOffice was not supporting XLS checklists properly and causing a crash. It's probably a good idea to have an issue here...

# Objective This PR allows the use of `PrintTree` and `RoundTree` for smart pointer interfaced trees. Let me know how is best to update the changelog if you need me...

## `taffy` version v0.8.3 ## Platform Rust ## What you did ```rs use taffy::{AvailableSpace, Dimension, Size, Style, TaffyTree}; fn main() { let mut tree = TaffyTree::::new(); let root = tree...

bug