Chris Hardie

Results 12 issues of Chris Hardie

I tried `linkTweet()` and `linkify()` methods on an API v2 instance, and got undefined method errors. Further, related to #339, it seems that the array structure used by the v2...

# Bug Report In a high-traffic WooCommerce site, we noted that 75% of all Stream entries (many thousands of them) are for the event `"1" tax rate updated`, often many...

@nickdaugherty once said, "return values should always be checked before calling methods on them"

enhancement
dynamic analysis
static analysis

Feature request: it would be nice to support passing through additional configuration options to the underlying `Automattic\WooCommerce\Client` instance. For example, specifying a custom user agent. Maybe it could be done...

I'm using NNW 6.1.4 on iOS 17.3.1 with Feedbin. Every few weeks I notice that there are no new feed items coming in. When I pull down to do a...

Somehow my `/etc/hosts-localdev` file became populated in a way that led to errors with list/add/remove operations. It looked like: ``` --- - domain: domain.com ip: 195.5.83.200 195.5.83.200 ``` Then I'd...

I think this fixes https://github.com/beaulebens/keyring-social-importers/issues/20 by retrieving the Flickr "rotation" property for photos being imported and, if rotation is needed, fixes the image before sideloading it. This introduces a 6th...

In running a test import against my Flickr account, I noticed that many of the imported images are upside down. It's not currently practical to re-take all of those photos...

Right now it's difficult to find information about working with terms in a custom taxonomy via the REST API. There may be a better place for this, but my hope...

/reference/

The installation instructions currently specify that `artisan migrate` is to be run before the the DB dump is imported manually. In my case, this led to a migration error: >...