#wordpress 2018-07-18

2018-07-18 UTC
[matpacker] joined the channel
#
[matpacker]
I'm with [Vanessa] here, I'm getting the 401 errors when trying to post to my WP install from Quill, Together, OwnYourGram, etc.
#
[matpacker]
IndieAuth is working OK, I'm able to authenticate and login on Aperture and Together, however, it all fails after that.
#
[matpacker]
Also just discovered that there's no media endpoint as part of the plugin, any suggestions for a workaround here?
[kevinmarks] joined the channel
#
dougbeal
matpacker: I think all the client will use wordpress/webserver media upload as a fallback?
#
aaronpk
GWG is working on the next version of the micropub plugin which has media endpoint support
#
[matpacker]
[dougbeal] ahh, just had a thought, I have Jetpack installed and active and I think it's set to use WordPress hosting for images. I wonder if that's causing an issue also.
#
GWG
aaronpk: Media endpoint is merged.
[manton] joined the channel
#
GWG
But the 2.0 Milestone has a lot more fixes
[chrisaldrich] joined the channel
#
Loqi
snarfed has 4 karma in this channel (402 overall)
#
Loqi
gwg has 74 karma in this channel (386 overall)
#
dougbeal
GWG: micropub.rocks alt img test failed, there is an alt tag with no text. Is that a micropub bug?
#
GWG
dougbeal, there's an issue already open where it is discussed.
#
dougbeal
GWG: excelent, I will go emoji it ;)
#
GWG
aaronpk: Do you have any unit tests for Micropub endpoints I might derive ideas from?
#
aaronpk
just micropub.rocks, no unit tests
[eddie] joined the channel
#
GWG
aaronpk, snarfed is big on them
#
dougbeal
Looks like the metadata is fine
#
dougbeal
So its probably a Post Kinds or Theme bug/
[jgmac1106] joined the channel
#
GWG
The alt text?
#
GWG
I'll keep it in mind
#
dougbeal
GWG: is it the photo post kind that should render the alt text/
#
GWG
No, it should be in the upload.
[miklb] joined the channel
#
[miklb]
will teh media endpoint just attach images so that the current photo-kind template will work as is?
#
GWG
[miklb]: I thought this was alt text
#
GWG
What dougbeal was talking about
#
[miklb]
oh, I wasn’t referring to that. Just curious if will need a new way to display images, or if they’ll be sideloaded attachments
#
GWG
No. They'll be sideloaded attachments.
#
[miklb]
ok, thanks
#
GWG
[miklb]: That's one of the reasons I was looking at that code. I took the REST API Attachment endpoint as inspiration. I figured they know better than I
jgmac1106 and [matpacker] joined the channel
#
[matpacker]
Any suggestions on getting past the “403 Forbidden” error when trying to post to WP from Quill, OwnYourGram, etc. ?
#
[miklb]
my approach is to chill a few more days while the rewrite of micropub gets done then test the shit out of the master branch.
#
[matpacker]
Just thinking out aloud, wondering it the WP prevent brute force attack thing is interfering, i.e. should I whitelist the IP addresses of the various sites trying to post?
#
[miklb]
are you using the indieauth plugin with self-auth?
#
[miklb]
pulls down master of everything and checks out the status
#
[matpacker]
[miklb] yes, just did the standard setup using the indie web plugin
#
[miklb]
well, don’t pull down master of micropub to your live site
#
[matpacker]
Haha yeh, probably a good idea [miklb]
#
GWG
[miklb]: At least not till 2.0 is done.
#
[miklb]
ok. I take a different philosophy of git master, but duly noted.
#
GWG
[miklb]: It should be stable now.
#
[miklb]
as in the last few seconds?
#
GWG
[miklb]: Yes.
#
GWG
[miklb]: Days, not minutes
#
GWG
[miklb]: But as there is new code coming, I would wait for testing everything until it was all in
#
[miklb]
I just pulled master and getting a fatal error
#
GWG
Why test something that is changing.
jgmac1106 joined the channel
#
GWG
[miklb]: Really? I'm running that code. Let me check
#
GWG
What's the error?
#
[miklb]
`PHP Fatal error: Uncaught Error: Call to a member function get() on null` that traces to `micropub/includes/class-micropub-authorize.php(124): get_query_var('micropub')`
#
[miklb]
checked out latest tag and everything came back
#
[miklb]
master branch of indieauth plugin as well.
#
GWG
[miklb]: class-micropub-authorize should never load if you have indieauth activated
#
[miklb]
then that’s a bug
#
GWG
Exactly.
#
[miklb]
do you want an issue with the stack trace?
#
GWG
Please do.
#
GWG
I'm not releasing till everything works about the new setup.
#
GWG
[miklb]: I just checked. When I have the IndieAuth plugin active, it will not load class-micropub-authorize.
tantek joined the channel
#
GWG
Strange
#
GWG
But that line is going to be removed in a future PR. So, let's see if that will solve it
jgmac1106 and [chrisaldrich] joined the channel
#
dougbeal
Is it worrying that a single ip is repeatedly accessing xml-rpc.php/
#
tantek
yeah, likely someone attempting various passwords
#
tantek
via the old metaweblog API which I'm pretty sure uses that endpoint
#
dougbeal
Hopefully nothing useful is using it
#
tantek
yeah I believe you can just block that endpoint
[miklb] joined the channel
#
[miklb]
I have a deny all for that endpoint in my nginx rules
#
[miklb]
and remove them header links for it in my theme
[chrisaldrich] joined the channel
#
dougbeal
That is what I ended up doing. My first thought was to block their IP with iptables, but there are docker iptable shenanigans to direct the traffic from host to VM 🙃
#
[chrisaldrich]
Who was it the other day who was having issues with the Admin UI disappearing except for part of the post kinds response properties? I went to edit an old post and am having the same general issue. I can't remember how they side-stepped it.
#
[chrisaldrich]
Looks like the answer is to clear out the URL from the response properties... somehow that saves/updates the page which then redisplays properly... very odd...
#
[chrisaldrich]
Post was from 10/2017, not sure which version of Post kinds it was or what the issue may have been, but seems to have sorted itself, at least for this particular post.
[xavierroy] joined the channel
#
[xavierroy]
[chrisaldrich] Have you had an issue with the response properties cleared but still the data is present in the db?
#
[chrisaldrich]
Not that I'm aware of.... I was going to look in the db on this one, but tried clearing out the URL first.
#
[chrisaldrich]
I'd have to see if I could find another one with this same issue to see what actually exists in the db
#
[xavierroy]
i have had issues where all properties are cleared, yet data from that is searchable
#
[xavierroy]
I've been adding machine tags to my books and movie posts
#
[chrisaldrich]
That's odd. In this case I was befuddled that the post in question seemed to auto-save itself when I'd cleared the data. At least the display of the rest of the UI came back and I was able to restore the missing data.
#
[xavierroy]
when i opened up an old post to check, the data inthe response properties are missing, but searching for it shows up in search results
#
[chrisaldrich]
I've seen that issue before [xavierroy]. When I checked it was because the mf2 value for the post (I think it was reads) changed from `read` to `read-of` so when the post went to display it wasn't find the right version and couldn't find the proper data. When I manually updated the meta key, it was able to find the data for the response properties and everything was fine.
ben_thatmustbeme, Kaja____, dougbeal, [xavierroy], [matpacker], gRegorLove, deltab, dougbeal|imac, GWG, Zegnat, aaronpk, petermolnar, sknebel, [chrisaldrich], drkokandy, Ruxton, wagle, voxpelli, jeremycherfas, globbot and chrisaldrich joined the channel
#
[chrisaldrich]
[matpacker] It's not an endpoint per se, but GWG built the simple location plugin that knows where micropub clients store geo data and allows you to retrieve and display it smartly. (You'll need an API key from one of the map providers to get it working). https://wordpress.org/plugins/simple-location/
#
Loqi
[David Shanske] Description Supports adding geo coordinates or textual description to a post, comment, user, or attachment. Supports adding weather data to a post or to a widget based on location. Offers choice of map displays. It supports retrieving location usin...
#
sknebel
[matpacker] what Location error? "Your endpoint did not return a Location header"?
#
[chrisaldrich]
sknebel, good point, that's another issue altogether... two different types of location.
#
sknebel
for some reason people jump from that error to the theory that they are missing some kind of endpoint.
#
[chrisaldrich]
I'll also mention that there's a discrepancy between Slack and the web version of chat. I'm not seeing Mathew's note in the web version, while it shows up in Slack and apparently in IRC.
#
sknebel
what note?
#
[chrisaldrich]
His message above at 10:14 "Interesting, was able..." It's not showing up on https://chat.indieweb.org/wordpress/2018-07-18#bottom
#
sknebel
oh, interesting
#
[chrisaldrich]
alright... it's way too late here... got to go to bed to be able to function tomorrow... goodnight all.
#
sknebel
good night!
#
Loqi
laila tov!
#
sknebel
oh, there apparently was a netsplit at that time, so loqi likely didn't see them
[jgmac1106], [davross] and [tantek] joined the channel
#
GWG
Morning all
#
[jgmac1106]
Morning @gwg
#
GWG
What are you up to this morning?
#
[jgmac1106]
Nothing but coffee for a change. Had kids out at All Star game went into extra innings. They didn't get back until late
#
[jgmac1106]
When is Manilla?
#
Loqi
what
#
GWG
Tentatively 3 weeks on/around 8/13.
#
GWG
Why? Waiting for a burst of activity from me?
#
GWG
I think I burst enough some days.
#
[jgmac1106]
Just curious.
#
GWG
I'm kidding, either way. I have a class to finish in NY before I go.
#
GWG
I'd like to finish the Micropub rewrite soon though.
#
[jgmac1106]
Cool. That is a bear of a project. My goal next week is to finish the WordPress for Beginners guide
#
[jgmac1106]
Have to have it done by 7/23 to give my students a "Week Zero" for those who want an extra week of set up time
#
GWG
I also have some Post Kinds things I want to do. Some Location. Indieweb plugin, etc.
#
GWG
Lots of little things
#
GWG
Maybe even help more with the Microsub effort
#
[jgmac1106]
I think we should take [miklb] advice and label and/or close post kind plugin issues
#
[jgmac1106]
That doesn't really touch indieweb core and has good "first bugs" in it
#
[jgmac1106]
I also need to finish my IES #IndieWeb proposal by end of month. That is a 1.4 million dollar grant
#
[jgmac1106]
So basically more WordPress community than code for me next few weeka
#
GWG
I probably will post Micropub project
[xavierroy] joined the channel
#
[xavierroy]
[dshanske] any idea how to display the tag field values in views template?
jgmac1106 joined the channel
#
dougbeal
[xavierroy]: I have a tag cloud widget, I think from a taxonomy plugin?
#
[xavierroy]
[dougbeal] Not that. I also have that. I meant the tags withing the post kind response box
[jgmac1106] joined the channel
#
dougbeal
[xavierroy]: when editing a post?
#
[xavierroy]
[dougbeal] you can add tags when creating a post.. I want to know how to display them.
#
dougbeal
[xavierroy]: I think the Post Kinds views directory has the default template
#
dougbeal
[xavierroy]: are you writing a custom theme?
#
[xavierroy]
https://files.slack.com/files-pri/T03QR2B2T-FBSQMJVFF/image.png?pub_secret=de0922de90&name=image.png [dougbeal] No. I'm using the 2106 indieweb one. I just want to display any tags that i enter in the tags field
joeld joined the channel
#
dougbeal
Oh, I have never used that tag box, just the general post one
#
dougbeal
If you add them there, do they show up in the other tag box?
#
[xavierroy]
no. they don't. They never show up anywhere.
#
[jgmac1106]
use the hastag box further down
#
[xavierroy]
Any plugin that searches metadata will surface those tags..
#
[jgmac1106]
ohh didn't know, I thought it was the whole WP, whats a category? whats a tag? they are the different but the same debate
#
[jgmac1106]
that is what I see
#
[xavierroy]
which plugin is for hashtags?
#
dougbeal
Maybe those are the tags from the post you are replying too, let me go check
#
[xavierroy]
I think that Hashtags is by a separate plugin
#
jgmac1106
yeah it is and neither worked….hmmm. I use categories
#
dougbeal
yeah, it is
#
dougbeal
I wonder if its even supposed to be editible
#
[xavierroy]
i use a plugin called hashtagger to convert any hashtags in the post content to WP tags. Useful in PESOS posts
#
[jgmac1106]
realizes using wordpress as a tag was a stupid idea when trying to investigate it tags worked
#
Loqi
[Douglas Beal] Micropub update test for adding a category. After you run the update, this post should have two categories: test1 and test2.
#
dougbeal
with tags test1, test2
#
dougbeal
Thats categories in the microformats2 sense
#
[xavierroy]
did you use the tags in the response properties?
#
dougbeal
I didn't actually post it, just loaded in a note with tags
#
[jgmac1106]
no, the publication sidebar. tested categories work but tags do not for me. Let me test...don't even have the option
#
[jgmac1106]
but I think I am a version or two behind master, need to update theme...but that means manually updating theme
#
[jgmac1106]
scatch that I do have it
#
[xavierroy]
the tags in the response box has been there for a long time
#
[jgmac1106]
yes I am using it
#
dougbeal
let me see what is providing the tag box, maybe the taxonomy plugin?
#
dougbeal
The repsonse to a post with tags doesn't do anything to display them, only its own tags
#
[xavierroy]
yes. I would like to display them also..if possible
#
[xavierroy]
for example, if you repost from huffduffer, the tags for that are populated in the tags box in the response properties
#
[jgmac1106]
my categories work
#
[jgmac1106]
and tags work on articles I think: http://jgregorymcverry.com/tag/indieweb/
#
dougbeal
Looking at the metadata, the tags are stored, so you could add display of them
#
[xavierroy]
yeah. that's what i want to do
[kim_landwehr] joined the channel
#
[xavierroy]
This post has these tags : podcast:type=book reading; book:author=k.j. parker; short story; read:by=heath miller; recording:by=beneath ceaseless skies; fantasy
#
[xavierroy]
They are not displayed but they can be searched for.. try a search for podcast:type=book reading on my site
#
Loqi
The Thought That Counts By K.J. Parker on Huffduffer Read the whole story at The Thought That Counts By K.J. Parker.
#
jgmac1106
<p>Tags: <?php the_tags(); ?></p>
#
dougbeal
Do you want to display them, or promote them to tags in your site?
#
[xavierroy]
display them
#
[jgmac1106]
that would display them, has to be a plugin so you don't have to edit the theme
#
dougbeal
or you can use a child theme and override the Post Kinds plugin views
#
[xavierroy]
[jgmac1106] Will this display the tags entered in the response properties?
#
[jgmac1106]
just trying to find where it goes in theme, just gimme sec, but again probably a plugin that does this
#
dougbeal
indieweb-post-kinds/views/kind.php is responsible for the summary of the cited post
#
dougbeal
so if you copied it to a child theme
#
dougbeal
indieweb-post-kinds/templates/reply-details.php is what displays them when editing a post
#
[jgmac1106]
[dougbeal] should be in the theme not the plug in
#
dougbeal
I'm not sure what is setting the <textarea name="cite_tags" id="cite_tags" data-role="none" class="widefat"><?php echo ifset( $tags ); ?></textarea>
#
dougbeal
Right, but thats what I would override to display them for every kind
#
[xavierroy]
the_tags() wil display only the tag associated with the tag... I am not looking for that. I want to display any tags that are entered in the tags field withing hte resposne properties section
#
dougbeal
What does generate/set the variables for a view?
#
[jgmac1106]
..oooh okay this? If you're using your own custom Post Types the_tags() and related functions will not work. You must use the_terms() and its related functions.
#
dougbeal
if ( isset( $_POST['cite_tags'] ) ) {
#
dougbeal
$cite['category'] = array_filter( explode( ';', $_POST['cite_tags'] ) );
#
dougbeal
that looks promising
#
dougbeal
Is there a wp function to format the tags?
#
dougbeal
Gotta go, but if there are cite-tags, they are in $cite['category']
#
[xavierroy]
got it to work
#
Loqi
The Thought That Counts By K.J. Parker on Huffduffer Read the whole story at The Thought That Counts By K.J. Parker.
#
[xavierroy]
but only one tag is displayed.. 🙂
#
dougbeal
Oooh, I liked the emoji/icons by the tags
#
dougbeal
How did you do that?
#
[xavierroy]
just added the emoji to the tag name manually
#
[xavierroy]
manual till it hurts.. .i believe is the indieweb motto 😛
#
dougbeal
So thats why they have a name and a slug :)
[manton] joined the channel
#
[jgmac1106]
tags', ', ',
#
[jgmac1106]
Would display three I think separated by commas if you added it. Gonna copy what you do.
[dougbeal] and [chrisaldrich] joined the channel
#
[chrisaldrich]
[xavierroy] I think the 2016 fork removes the Categories from display altogether: https://github.com/dshanske/twentysixteen-indieweb/commit/36689b72fbb4e70db3c4dd0fd6f7aef6d2edac69
#
[chrisaldrich]
It would be interesting to have a template/view that displays the tags contained within the Post Kinds' Response Properties tag field. These are the tags given to the original post and might be different from the tags your own site might give to a post.
#
[chrisaldrich]
It would be nice to be able to search and find posts using both the internal WP core tags as well as by the Post Kinds tags. They are two different data stores, typically made by two different sites.
#
[jgmac1106]
[chrisaldrich] you were still up when I wake up. Go back to bed
#
[jgmac1106]
I think [xavierroy] figured out how to display tags
#
[chrisaldrich]
It's 8am here... time to work.
#
[chrisaldrich]
It sounded like he's got several areas of "tags" he wanted to display though. He's got (1) the core WordPress taxonomy (not to mention the core category taxonomy);
#
[dougbeal]
i get fewer rel-me icons on mobile 🤔
#
[chrisaldrich]
(2) the tags stored by the Post Kinds plugin, which picks up the tags set on a post by a separate author on another site as part of the reply context;
#
[chrisaldrich]
and (3) an additional store somewhere that allowed him to search for something like `reading; book:author=k.j. parker;` which he set via machine tags somehow: https://xavierroy.com/search/
#
[chrisaldrich]
None of the views provided actually displays the tags from within the Post Kinds response properties tag field. https://github.com/dshanske/indieweb-post-kinds/tree/master/views
#
[jgmac1106]
And core documentation said if you use custom taxonomies the tag display code does not work
#
[jgmac1106]
But I think [xavierroy] has it and just needs to have it display multiple tags
#
[dougbeal]
get_the_tag_list looks promising
#
[dougbeal]
Oh, no, need cite tags
[kevinmarks], [kim_landwehr] and [xavierroy] joined the channel
#
[xavierroy]
At dinner now... Will share the gist soon...
tantek__ joined the channel
#
[xavierroy]
if ( isset( $_POST['cite_tags'] ) ) {
#
[xavierroy]
$cite['category'] = array_filter( explode( ';', $_POST['cite_tags'] ) );
#
[xavierroy]
echo '<p><small>This post has the following machine tags: <br />';
#
[xavierroy]
echo sprintf ( '<span class="machinetags">%1s</span></small></p>', implode (";",$cite['category']) );
#
[jgmac1106]
And I think if you had x number of ', after cite_tags I think you get X number of tags to display
#
[jgmac1106]
Thx for gist, adding as soon as I get home
#
[xavierroy]
i added this to the listen view template.
#
[xavierroy]
since this is not tied to the WP tags, I am not creating links to the tags.
#
[xavierroy]
Another improvement would be to not add the tags if there are no tags associated with the post.
#
[xavierroy]
and also style it 🙂
#
GWG
I have not figured out a good display method for hashtags from the URL
#
GWG
dougbeal, views displays them, templates displays the ui for the response box
#
Loqi
[colin-walker] hashtags: Replace pattern for hashtags in WordPress
#
GWG
I think I need to doc8
#
GWG
document
#
GWG
Sorry, on lunch
#
Loqi
[dshanske] #195 Citation tags
#
[xavierroy]
added my snippet there for reference and improvement
#
GWG
I would add a helper function
[cleverdevil] joined the channel
#
dougbeal
GWG: and the class prepares the data?
tantek, [manton], [ryan339], [chrisaldrich], [jgmac1106] and [colinwalker] joined the channel
#
[colinwalker]
[xavierroy] Ha. I’d forgotten I had added a separate function for changing the actual post content. I only use the one for display time conversion. Thanks for reminding me 😉
#
[jgmac1106]
Chrisaldrich++
#
Loqi
chrisaldrich has 10 karma in this channel (98 overall)
#
[jgmac1106]
Nice response to link manager
[chrisaldrich] joined the channel
#
[chrisaldrich]
I wonder how he came across my usage?
#
[jgmac1106]
I spoke to @rboren a lot yesterday (mainly about using his I am autistic post on class). It was just a Twitter search set up for WordPress
#
[jgmac1106]
I did notice @photomatt never replied about IndieWeb on WordPress.com
#
[jgmac1106]
... That would be ultimate in free IndieWeb hosting
[cleverdevil], [eddie] and tantek__ joined the channel
#
@fncll
Why does the #indieweb validator keep giving me this error "A h-card was found on your site, but it’s not marked up as the representative h-card!" for https://fncll.org/ ? I have the u-url class (not to mention u-email and p-note markup) there.
(twitter.com/_/status/1019688512180719616)
#
gRegorLove
Are there WP-specific recommendations for making this pass?
#
gRegorLove
Issue seems to come with WP linking to the author profile URL
#
sknebel
the properties are on the h-feed, not an h-card
#
sknebel
so the problem is more basic: how to add an h-card
[chrisaldrich] and chrisaldrich joined the channel
#
gRegorLove
indiewebify.me is finding the `p-author h-card`
#
sknebel
yes, and he added a sidebar thing with p-note and u-url to homepage, but it's not in an h-card
#
gRegorLove
ahh, gotcha
#
dougbeal
I ran into a similar error trying to get fed.bridgy/webfinger working, since fed.bridgy wants to use http:// since webfinger is webfinger
[ryan339] and [cleverdevil] joined the channel
#
gRegorLove
Markup not escaped in that post
[matpacker] joined the channel
#
[matpacker]
Can anyone advise how to remove the Location plugin and how to remove any references to it in the database? I'm wanting to install it fresh and clean to see if that's what's stopping some things posting to my site, i.e. I can post to my blog via teacup.p3k.io but not via quill.p3k.io, from Quill I get the "Your endpoint did not return a Location header." message.
#
dougbeal
gRegorLove: its just text in a block...
#
dougbeal
What is a location header
#
Loqi
It looks like we don't have a page for "location header" yet. Would you like to create it? (Or just say "location header is ____", a sentence describing the term)
#
dougbeal
I think thats not a physical location... let me track that down
#
gRegorLove
WP stripped the HTML markup, looks like.
[Chris_Lott] joined the channel
#
[Chris_Lott]
Indeed I did. Since fixed and thanks. If it's still true that sempress is "the only theme to support microformats, microformats2 and schema.org" - perhaps some specific instructions for it would be useful?
#
dougbeal
matpacker: I'm pretty sure it means that the http headers doesn't have location
tantek joined the channel
#
[matpacker]
[dougbeal] makes sense, when I create the post on Quill it can't load the location, despite me giving the permission to use my location.
#
gRegorLove
Hi [Chris_Lott]. Did you try the h-card widget? https://indieweb.org/Getting_Started_on_WordPress#Identity_2
#
[matpacker]
Teacup doesn't try to add a location, whereas Quill, OwnYourGram, etc. do.
#
gRegorLove
Different "location". The error message means it expected your server to return an HTTP header like "Location: http://example.com/post"
#
gRegorLove
Where the newly-created post is
#
dougbeal
[matpacker]: are you on the latest indieweb plugins?
#
[matpacker]
[dougbeal] yes
#
[Chris_Lott]
I didn't. I will try it. It was unclear to me if, given that my theme is microformat ready/etc if I still needed the IndieWeb plugin or not. I think I have it disabled at the moment. Still trying to get my head around all of this!
#
dougbeal
matpacker: did you login into Quill with http:// or https://?
#
Loqi
[sknebel] #57 misleading error for wrong endpoint protocol
#
[matpacker]
[dougbeal] have tried both, same response
#
gRegorLove
[Chris_Lott], Understandable; it is a bit confusing and we're always iterating. Feel free to ask questions. AFAIK, IndieWeb Plugin is still recommended and includes the h-card widget.
#
gRegorLove
I think that h-card widget is the easiest way to add a representative h-card to any theme.
#
dougbeal
matpacker: I think I ran into this. aaronpk says its most likely a wordpress error. Can you turn on debugging and write everything to a file?
#
dougbeal
When I ran into it, it was sending php notices to Quill
#
[chrisaldrich]
What is WordPress Troubleshooting?
#
Loqi
WordPress Troubleshooting is a list of things one can try when asking for help from the WordPress Outreach Club https://indieweb.org/WordPress_Troubleshooting
#
[chrisaldrich]
[matpacker] ^^ that has some details for debugging if you should need them.
#
[matpacker]
[chrisaldrich] thanks for that, will work through it
#
GWG
I'll have to read up and determine what's been going on
#
[chrisaldrich]
[matpacker] if it doesn't have everything you need, ping the chat for help; then we should improve the documentation if necessary.
#
[matpacker]
I'll write up some notes as things progress and report back.
bradenslen joined the channel