Jonny Harris
Jonny Harris
Safari I am seeing this error when I try active blur background.  
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?
Any update on this?
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. ...
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...