Joe Hoyle

Results 71 issues of Joe Hoyle

I am guessing all the JSObject stuff currently used to show tweets is going to want to change to use our own abstraction classes right?

Hey, Has anyone had any ideas on how to handle authentication with twitter? Is the idea to go with the approach of having a CappuTweetie back? I guess there is...

While trying to get some stuff running in a custom v8 environment, this heuristic is giving a false-positive. How about using the same heuristic as React (at https://github.com/JedWatson/exenv/blob/master/index.js#L11-L15) which I...

I believe recent versions of V8 have native support for ESM modules (https://v8.dev/features/modules). I don't _think_ this is bridged to V8Js via the `setModuleLoader` though (which perhaps just does something...

enhancement

In https://github.com/humanmade/S3-Uploads/pull/398 we merged the first part of private attachments implementation. When you use private attachments, it's quite likely that private / temporary URLs can get stored in the post...

This includes filters hooks, WP CLI stubs and more.

In short, WordPress supports a method of querying with `WP_Query` called `split_the_query` that only pulls the post IDs from the database in the main mysql query. It then calls `get_post`...

enhancement
low priority
module:posts

Sometimes when running PHPCS, you need to be able to specify the CWD, as paths are resolved relative to `cwd` in phpcs. If I have a config that has ``...

Usually, Apache doesn't pass the Authorization header by default to fgci. We should look into if we can add it to the WordPress rules for .htaccess, or somethign like that....

Discussion

In cases where a given oauth application is a first party client, it may be that one wants to disable the Authorization form (as it wants to be auto-allowed). This...