I AirPlay’d my display to a second computer/monitor during IWC Online 2019, and it was great. Even better during a video chat is controlling the second computer with my primary mouse and keyboard. My go to used to be Synergy, but they went paid without convincing me they were doing anything interesting. Since its GPL, its been forked, and was easy to install https://github.com/debauchee/barrier.πŸ‘
dshanske/indieweb-post-kinds – PHP Notices Β· Issue #196 Β· dshanske/indieweb-post-kinds (GitHub)

PHP Notice: Only variables should be passed by reference in /var/www/html/wp-content/plugins/indieweb-post-kinds/views/kind-video.php on line 10 PHP Notice: Undefined index: kind in /var/www/html/w…

Noticies in last 10,000 message

1 PHP Notice: Undefined index: kind in /var/www/html/wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php on line 43
1754 PHP Notice: Undefined index: name in /var/www/html/wp-content/plugins/indieweb-post-kinds/views/kind-checkin.php on line 12
21 PHP Notice: Undefined index: type in /var/www/html/wp-content/plugins/indieweb-post-kinds/includes/class-kind-plugins.php on line 117
21 PHP Notice: Undefined index: type in /var/www/html/wp-content/plugins/indieweb-post-kinds/includes/parse-this/includes/functions.php on line 11
166 PHP Notice: Undefined index: url in /var/www/html/wp-content/plugins/indieweb-post-kinds/views/kind-rsvp.php on line 11

dshanske/syndication-links – PHP Notices Β· Issue #85 Β· dshanske/syndication-links (GitHub)

PHP Notice: Array to string conversion in /var/www/html/wp-content/plugins/syndication-links/includes/class-syn-meta.php on line 144 PHP Notice: Array to string conversion in /var/www/html/wp-conte…

Updated line numbers?
[09-Mar-2019 23:59:14 UTC] PHP Notice: Array to string conversion in /var/www/html/wp-content/plugins/syndication-links/includes/class-syn-meta.php on line 146
[09-Mar-2019 23:59:14 UTC] PHP Notice: Array to string conversion in /var/www/html/wp-content/plugins/syndication-links/includes/class-syn-meta.php on line 446
clear localStorage syndicateTo on logout. by dougbeal Β· Pull Request #85 Β· keithjgrant/omnibear (GitHub)

Fixes#84

This should work now, but getting an error:

Context
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map
page.js:5013 (anonymous function)

_browser2.default.runtime.sendMessage({
action: ‘focus-window’,
payload: {
pageEntry: pageEntry,
selectedEntry: selectedEntry
}
});

Several localStorage fail to remove

keithjgrant/omnibear (GitHub)

A Micropub browser extension. Contribute to keithjgrant/omnibear development by creating an account on GitHub.

Old syndication targets not cleared when logging out.

I was disabling the obsolete WordPress plugin Bridgy Publish, since the functionality is now in Syndication Links. The github target name was bridgy-publish_github and now is github-bridgy. After disabling the plugin I logged out/in with Omnibear to https://dougbeal.com. The log shows just the new syndication targets:

[
{
uid: bridgy-publish_twitter
name: Twitter via Bridgy Publish
},
{
uid: bridgy-publish_flickr
name: Flickr via Bridgy Publish
},
{
uid: bridgy-publish_github
name: Github via Bridgy Publish
},
]

Sending a reply gives a Status 400 error:

{
message: Error sending request
status: 400
data: h=entry&in-reply-to=https%3A%2F%2Fgithub.com%2Fdougbeal%2Fdocker-dougbeal.com%2Fissues%2F7&content=Fixed%20by%20https%3A%2F%2Fgithub.com%2Findieweb%2Findiewebify-me%2Fissues%2F75%0A%F0%9F%8E%89&category%5B%5D=docker-dougbeal.com&category%5B%5D=github&category%5B%5D=h-card&mp-slug=fixed-by-https-githubcom-indieweb-indiewebify&mp-syndicate-to%5B%5D=bridgy-publish_github&mp-syndicate-to%5B%5D=github-bridgy
method: post
url: https://dougbeal.com/wp-json/micropub/1.0/endpoint
headers: {
Accept: application/json, text/plain, */*
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
}
}

due to Omnibear sending both the old and new targets.

website – h-card no representative Β· Issue #7 Β· dougbeal/docker-dougbeal.com (GitHub)

I thought I had this fixed… maybe a change in plugins? Almost there! A h-card was found on your site, but it’s not marked up as the representative h-card! Add a u-url property which matches a rel=m…

Fixed by https://github.com/indieweb/indiewebify-me/issues/75
πŸŽ‰