Dan Volchek

Results 9 issues of Dan Volchek

## Description ~~Occasionally~~ Daily, I see duplicate groups of posts appearing in the search feed. Example video: https://github.com/mastodon/mastodon-android/assets/21993469/ff9c2e16-bf6f-4b2f-aba7-cf3dcce82623 The post order is: - Pumpkins - Computer gif - Dinosaur art...

### Pitch Similar to how hiding boosts for a specific account let's me control what I see when I follow someone, I'd like to be able to hide posts without...

suggestion

When using this file: ```go //go:generate minimock -i Foo type Foo interface { Bar[Baz] } type Bar[T any] interface { DoBar(T) } type Baz struct { // fields } ```...

# Setup Using this file structure: ``` ├── bar │   └── bar.go ├── foo.go └── gen.go ``` where **bar/bar.go:** ```go package bar type Bar[T any] interface { // methods }...

### What would you like to be added? I would like to be able to group projects by text field in the gallery view. I have a project for my...

kind/feature
needs-triage

I'd like to be able to hide the announcements that appear when launching Playlet. I've seen the current one about instances being blocked a ton of times now, I don't...

enhancement

## Context In the web app, when adding alt text to an image, one can also choose the focal point of the image and get a thumbnail preview of what...

**Describe the bug** When I send a media URL to be played on my TV the video doesn't play. There are two cases: - If the app isn't running already,...

bug

### Go version go version go1.25.4 X:nodwarf5 linux/amd64 ### Output of `go env` in your module/workspace: ```shell AR='ar' CC='gcc' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='g++'...

NeedsInvestigation