r-a-y

Results 116 comments of r-a-y

> > > It looks like OLW already has code for a portable version. > > https://github.com/OpenLiveWriter/OpenLiveWriter/blob/master/src/managed/OpenLiveWriter.CoreServices/ApplicationEnvironment.cs#L78 > > Can anybody confirm how 'stable' or usable this is =) I...

When I integrated the `two-factor` plugin onto the frontend for BuddyPress, these are the following issues I encountered: ### 1. Save routines do not return useful information See #244. 2FA...

I ran into this myself while integrating the `two-factor` plugin outside the admin area. I had to use the `'updated_user_meta'` hook to see which user meta key was being saved...

Although dropping the `'wp_login'` hook priority can workaround the issue in the short-term, I think #406 would be better to implement.

@kasparsd - You need to use `wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES )`. WP uses it internally when sending emails such as in `wp_notify_postauthor()`. I can send a PR if you'll...

> Given that we're looking at a larger UX review of this part of the plugin Yeah, the Enabled / Primary UX needs to be overhauled (see #342). I'm injecting...

I think having the Backup Verification Codes option as a selectable 2FA method is wrong. It should be moved out of the 2FA table and displayed similar to the Security...

I noticed the same thing, which is why I opened #88 to help clean up job entries via WP-CLI, but it would be great to know what is causing these...

If you're using the Adguard DNS filter, you need to enable CNAME blocking in your filtering app. It looks like Blokada v4 has an option to do this: https://community.blokada.org/t/cname-blocking-with-blokada/3573 However,...

> In reality, I discovered today that Wire is effectively saving the images, but in another place, into the /android directory. This folder is not indexed by gallery apps, so...