Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report getdave

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. The accompanying code repository for my official Gutenberg docs tutorial on creating a custom instance of a “block editor”.

    JavaScript 72 12

  2. Code repoistory to accompany my Smashing Magazine article Better Dependency Management In Team-Based WordPress Projects With Composer

    PHP 24 3

  3. On-demand image manipulation for WordPress via the Intervention Library.

    PHP 18 5

  4. [BETA] Enables PJAX (PushState + Ajax) style navigation with the native Fetch API

    JavaScript 7

  5. 1
    javascript:(function()%7B(async%20function()%20%7Bconst%20video%20%3D%20document.querySelector('video')%3Bif(!video)%20%7Balert(%22No%20video%20element%20found%20on%20page%22)%3B%7Dif%20(video%20!%3D%3D%20document.pictureInPictureElement)%20%7Bawait%20video.requestPictureInPicture()%3B%7D%20else%20%7Bawait%20document.exitPictureInPicture()%3B%7D%7D())%7D)()
  6. 1
    // ==UserScript==
    2
    // @name         Recursively expand Github PR comments
    3
    // @namespace    http://aheadcreative.co.uk/
    4
    // @version      1.0
    5
    // @description  Automatically expands all those pesky folded Github PR comments.

518 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2021

Created 20 commits in 1 repository

Created a pull request in WordPress/gutenberg that received 25 comments

Fix stripHTML to preserve leading spaces

Description In #33849 I discovered that stripHTML() will also strip any leading space characters from the string. I believe this is because the DO…

+79 −1 25 comments

Created an issue in WordPress/gutenberg that received 3 comments

Handle merging of URL Details REST API endpoint into Core for WP 5.9

Rich URL previews were introduced for the Link UI in Gutenberg Plugin version 10.9.0. This work is now due to be merged into Core for the upcoming …

3 comments

Seeing something unexpected? Take a look at the GitHub profile guide.