mcclure

Results 166 issues of mcclure

The "Load More" button is a recurring source of controversy. I see it as having two problems: First off, it is *confusing* whether it loads "up" or "down", leading to...

See #4161 for full explanation. This is a followup to #4160. It causes keep-screen-alive to *only* occur for videos (and GIFVs), and for audio attachments it uses [setWakeMode](https://developer.android.com/reference/androidx/media3/exoplayer/ExoPlayer.Builder?hl=en#setWakeMode(int)) (with the...

Is this idea weird?: So Tusky [doesn't register to auto-open Mastodon URLs](https://github.com/tuskyapp/Tusky/issues/2927), for (see issue) reasons that make sense. As a halfway measure, what if it were possible to "share"...

In v23, we used the default Android video player. While video or audio were playing with this player, the device would not dim or sleep, it just stayed on. Exoplayer,...

I don't quite understand what Range and Set are for. It would be good if they had documentation strings, or at least an example. I could help write documentation as...

The recommended way to use pom (per your examples) is parsing 'u8's. If pom fails to match, it gives messages like: `Err(Mismatch { message: "expect: 120, found: 101", position: 1...

Here is a [simple sample program](https://github.com/mcclure/aoc2022/blob/stable/4-1-range/src/main.rs) that uses Pom to decode a list of ranges, like "30-42,10-40". To parse an integer it adapts number() from the sample code: ``` fn...

I recently wrote a small program with pom. I found the API interface lovely, but I found it very hard to get string values into the library. All sample code...

Today I tried to use pom. I got stuck for a long time on this problem: Say I take the sample code in the README and [modify it so that...

### Steps to reproduce The "@‍room" tag, messaging everyone in the room, no longer shows up as a "tag" for me in Browser Element. It is just the word "@‍room"....

T-Defect
X-Needs-Info
X-Regression