Jonny Harris

Results 164 comments of Jonny Harris

Safari I am seeing this error when I try active blur background. ![Screenshot 2022-09-14 at 17 16 29](https://user-images.githubusercontent.com/237508/190208401-e27d0c0a-6307-44e7-8e69-9f5a263c7738.png) ![Screenshot 2022-09-14 at 17 15 57](https://user-images.githubusercontent.com/237508/190208404-3c03dd4a-1356-4b93-9085-a7cc3ea2a9ee.png)

Not seeing firefox issues now. 🎉

> Yes, it's WASM and some of its memory issues. I added a try/catch there that's the best we can do. More testing, I am seeing the slow version in...

Hi @xianx . I am not sure what you are asking for here. Can you give me more detail. This drop-in is just a tool to enable you to build...

@JJJ @rmccue Any chance this gets merged?

I can't as I was only testing it on my VVV install. But here is a screenshot. It is in galleries that there is an issue. ![screenshot from 2017-09-09 21-59-10](https://user-images.githubusercontent.com/237508/30243875-81ad0886-95aa-11e7-9a49-e17547c6fdd2.png)...

Added the following to permalink file. ``` add_filter( 'attachment_link', array( $this, 'attachment_link' ), 10, 2 ); } function attachment_link($link, $post_id) { return home_url( '/attachment/' . $post_id ); } ```

@kosso I have answered the question of using user meta in the PR, if you want to take a look over the for an answer. As for expiring tokens, I...

@schlessera @dshanske I looked in it doing that, but I couldn't find a way to do it. There is a method called `get_access_token` which is used to get the access...