Jasper v. B.

Results 10 issues of Jasper v. B.

In vim, you can replace `\n` with a newline by running `:s/\\n/\r`. In ex-mode, you have to use `:s/\\\\n/\n`. I'm not sure whether we should follow vim in the replacement...

I've got a filter set up that filters out a message containing my nick by regex and it doesn't show up in the chat anymore, but there's still a popup.

bug

This PR adds two options: `--hex-in` and `--hex-out`. If `--hex-in` is set, input is interpreted as space-separated bytes. E.g., `6a 61 7a 7a 70 69` is interpreted as `jazzpi`. If...

Addresses #21. I've never worked with PDFBox before, so I hope this is the right approach -- it works at least for [this file](https://github.com/tabulapdf/tabula-java/files/6427412/uebersicht_AstraZeneca-Impfpraxen_0504.pdf) (without the color filter, some of...

Configuring works fine once `CMAKE_INCLUDE_PATH` and `CMAKE_LIBRARY_PATH` are set correctly, but `mingw32-make` then fails at linking the library with a whole bunch of undefined references to `__imp_WSAStartup`, `__imp_WSACleanup`, `__imp_WSARecv` etc......

bug
client:cpp
needs-triage

Placing down and building a palisade (ID 72, WALL) produces [this](https://gfycat.com/QualifiedMistyGiraffe). Looks like it cycles through all palisade textures or something like that to me.

bug
lang: c++
area: simulation
blocked

### Describe the bug When sending a lot of packets very quickly to a physical socketcan bus, `bus.send()` raises a `can.exceptions.CanOperationError: Failed to transmit: No buffer space available [Error Code...

bug

I'm trying to work through the Embedded Rust Book. After cloning [cortex-m-quickstart](https://github.com/rust-embedded/cortex-m-quickstart/tree/ac02415275d0190a1a7aa730ec2b0bdf7c3ef88f) (and checking out the last pre-deprecation commit), I can build the project just fine. But for some reason,...

I added the indicator to `ya-expirable` so that it's automatically shown everywhere the expired icon is shown. But I suppose the name is now a bit misleading :sweat_smile: Closes #1060.

I've added a `` to a ``. With an invalid value, the HTTP API (`/api/processors/INSTANCE/realtime/parameters/GOS/EPS/PSU/PSU_mission/SA1_Current`) shows the `acquisitionStatus` as `INVALID`: ```json { "id": { "name": "SA1_Current", "namespace": "/GOS/EPS/PSU/PSU_mission" }, "rawValue":...