Joy Reynolds

Results 63 issues of Joy Reynolds

I am using Diffuse for a three way comparison and I have two reasons for wanting to be able to save the way I have told the tool how to...

I'm not sure of the internals of how Diffuse works, but there is something wrong with the flow when there is a character encoding problem. I was using Meld since...

In a recent javascript meeting for WordPress core, it was determined that the Lodash library would be used and the Underscores library would be phased out. Apparently, Lodash being more...

https://github.com/LeaVerou/bliss/blob/6bd9c0658693773b7a83db8ce18e7a9ecbe4306e/tests/objects/FetchSpec.js#L39 This test case is faulty. Not all `POST` requests should have the same default Content-type. If you look at this [example](https://developer.mozilla.org/en-US/docs/Using_files_from_web_applications#Handling_the_upload_process_for_a_file_asynchronously), and try to code that with `fetch` instead,...

At the bottom of docs/content/difference-between-pop-ubuntu.md it says > Refresh Installs are only available on a fresh install of either Pop!_OS 19.04 or 18.04 (not through upgrading). Is this a statement...

This is to implement the [petition for core to have more control over the front end](https://forums.classicpress.net/t/make-core-in-charge-of-front-end-output/3649/). ## Motivation and context The two main goals are - the required calls like...

https://github.com/ClassicPress/ClassicPress/blob/169f8a07543cf03b3b83f31b8bdb47a13caac6bd/src/wp-includes/class-oembed.php#L78 https://core.trac.wordpress.org/ticket/55997 > [Meetup.com](http://meetup.com/) have deprecated their oembed endpoint and will need to be removed from the allow list Also, [WordPress commit r53744](https://core.trac.wordpress.org/changeset/53744) > Embeds: Add Pocket Casts as a...

As crazy as it sounds, it appears that this polyfill messes up recent Firefox Developer Tools. I haven't been using Firefox Dev Tools much until lately, so I'm not sure...

Use the canvas gradient function to compute the correct colors, and don't overlap the arcs being painted for semi-transparent colors.

See http://dabblet.com/gist/d06a42034548c43bd7d5 as example.