mwberry

Results 8 issues of mwberry

Give the regex `E((AT*S?)|(ST*A?))?T*Q` to the [Regex Gym](http://ivanzuzak.info/noam/webapps/regex_simplifier/) and it reports the following simplification as the first step: ``` R1: E((AT*S?)|(ST*A?))?T*Q Rule: ab(cd) => abcd R2: E(AT*S?)|(ST*A?)?T*Q ``` I can't...

bug

I've been using `yabar` for a few days and I like it a lot, however it quite frequently crashes on my system. I've installed it via the AUR package, but...

I'm very much a novice when it comes to web development, so maybe this is supposed to be self-evident, but I don't understand how to receive the value of a...

Based on the suggestions in https://github.com/mapbox/webgl-wind/issues/15 I put together a commit to update the data download procedure. Below is the atmospheric block that occurred around 2021-06-27 and caused a heat...

I'm able to talk to the modem using `screen`, and am able to dial in / dial out if I manually issue AT commands. However, `mm_manager` is displaying an error...

I'm working on using Bindgen 0.71.1 to add Rust bindings for a library with several hundred header files. The library [makes extensive use of `atomic`s](https://github.com/rust-lang/rust-bindgen/issues/2151) (which I know Bindgen won't...

**Describe the bug** Prior to the 4.7.7 release, healing a party might take 3-4 taps of the Blessing skill. The taps could be made in rapid succession because it was...

Type: Bug

## Lapce Version Version 0.4.5 from the Debian Bookworm arm64 deb package ## System information Raspian OS 2025-12, based on Debian 13.2, running on a Raspberry Pi 5 ## Describe...

C-bug