Gary Pendergast

Results 48 issues of Gary Pendergast

Should we keep writing our own emoji selector, or should we use a pre-built one?

question

As much as I love seeing pages of :+1: and 💩, it's unnecessary to display these things twice.

bug

Currently, all reactions on a post are shown. If there are lots of different reactions, that means a giant block of reactions, which can be a bit overwhelming.

enhancement

qmake defaults to adding -O2 when compiling, which can cause gcov to miss that some lines were optimised out. I fixed this by adding this setting to my .pro file:...

## Steps to Reproduce 1. Execute `flutter run` on the code sample 2. Pull down to refresh 3. Observe the flickering line appearing below the `CupertinoSliverRefreshControl` **Expected results:** That there...

platform-ios
framework
f: scrolling
f: cupertino
has reproducible steps
found in release: 3.7

## Bug Description The `WordPress.Files.FileName.InvalidTemplateTagFileName` sniff incorrectly throws an error on `src/wp-includes/template.php`. This file is part of the `Template` subpackage, but doesn't contain template tags. https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/e73a10e1c12ce07a12c3a8756efc54701458d23b/WordPress/Sniffs/Files/FileNameSniff.php#L213-L242 ## Minimal Code Snippet...

Status: Needs investigation
Type: Question
Component: Core

Given the following example: ```php

Type: Bug
Component: Docs

This is the only issue I've come across whilst testing the upcoming flutter_map release, hopefully it's going to be a fairly straightforward release. 🙂

I have a map view that isn't scrollable (that is, the `interactiveFlags` map option is set to `InteractiveFlag.none`). I'm also using a `PopupLayer` with `popupSnap` set to `PopupSnap.markerTop`. When these...

**Is your feature request related to a problem? Please describe.** It'd be useful to show an overview how much data will be extracted (eg, number of posts, quantity/size of media...

[Type] Feature