#dev 2019-05-15

2019-05-15 UTC
KartikPrabhu and [Rose] joined the channel
#
[Rose]
Urgh, CSS hates me
#
[Rose]
wishes her columns would sit side by side, not stack
#
[Rose]
Ahahaha!
#
Loqi
hehe
#
KartikPrabhu
[Rose]: are you using floats?
#
KartikPrabhu
grid/flexbox are much better ways of doing columns. Though there is also the CSS columns thing
#
[Rose]
I'm using PureCSS's grids
#
[Rose]
Because I'm lazy
#
KartikPrabhu
\me ducks, rolls, hides
#
KartikPrabhu
whoops wrong slash;much latex
#
[Rose]
But the suggestion was appreciated regardless 🙂
chrisaldrich, snarfed and ingoogni joined the channel
#
[Rose]
So, whenever I try to upload to my media endpoint through Shortcuts it fails, I've tried those from the Wiki, known good tokens, and creating my own shortcuts. I always get: {"error":"forbidden","error_description":"User is not permitted to upload files"}
gRegorLove joined the channel
#
[Rose]
Bearer needs a capital B, oops.
cweiske, ichoquo0Aigh9ie, cweiske2, Murph1 and [frank] joined the channel
#
[frank]
My Bridgy/Syndication Links plugin from WordPress all of sudden refuses to post to Twitter. In the logfile I see the line "Disabling source due to: HTTP Error 401: Unauthorized" (Near the end). What should I do to fix this?
jeremych_ joined the channel
#
Zegnat
From Facebook to Twitter? The error seems to suggest it can no longer access the source (ie. Facebook). But I am not sure how you authorise it to access your Facebook
#
Zegnat
Or if it even still is possible to do so, I thought Bridgy dropped all Facebook integrations
#
Ruxton
[frank]: have you changed themes recently?
#
[frank]
[Zegnat] no from blog to Twitter. @Ruxton no changes...
#
Zegnat
Oh, from blog to twitter sounds weird that it would suddenly stop
#
Ruxton
[frank] possibly you need to re-auth bridgy against twitter?
#
Ruxton
looking at the log for ur last post to bridgy seems that mght be the case
swentel and swentie joined the channel
#
[frank]
Yeah I did reauth bridgy. Weird thing was it asked twice. But no luck there. I can try again...
swentel joined the channel
#
swentel
I've had this a couple of times too, not sure what goes 'wrong' there
#
Loqi
swentel: GWG left you a message 6 days, 7 hours ago: Are you going to follow the iOS Indigenous shift or stay the course?
#
swentel
GWG, I'm staying on course, I don't see much value in separating the funtionality IMHO
#
[frank]
Hmm.. re-auth still doesn't work. Also, when I update my blogpost in WP admin and check "Syndicate to Twitter via Bridgy", once I press update the checkmark is gone again. Weird behaviour on the WP side as well...
#
Ruxton
yeah I just tested mine to make sure twitter in general is working and it tweeted ok
#
Ruxton
[frank]: https://twitter.com/settings/applications maybe check access for the app here? Revoke it if it's read-only and then try reauth it
#
[frank]
Yeah what I did was revoke, re-auth and then tried through curl commands. I got the error "Publish is not enabled for your account.". Tried that again on Brdigy through the site, did the curl thing again and boom. It works.
#
jeremycherfas
!tell [cleverdevil] Did you ever discover what the rate limit for the full OPML from Overcast was?
#
Loqi
Ok, I'll tell them that when I see them next
#
GWG
Syndication Links will never save the checkbox, By the way
#
[frank]
Why is that GWG?
#
GWG
By design
#
GWG
The checkbox is a command to syndicate
#
GWG
Once the command is executed, the box shouldn't be checked
#
[frank]
Hmmm... I wonder if a checkbox is the best design for this idea. As a user, a checkbox gives the thought of some extra data or metadata that should be attached to the article. And even after you save the article, you would like to see a visual representation or acknowledgement the syndication is done or has been done. Now it looks like WordPress doesn't save the state of the chckbox and for me as a user, it feels like something is wrong with WordP
jgmac1106 joined the channel
#
GWG
It is modelled after the Micropub UI
[jgmac1106] joined the channel
#
GWG
The visualization is the link, but will contemplate the matter
ingoogni joined the channel
#
jgmac1106
is there a way for details/summary to toggle open using an anchor link like on: https://kevo.glass/Store.html
#
Zegnat
jgmac1106: sure: javascript
#
jgmac1106
I was triying to write the function now…but I hashed to the summary so it still works without javascript just takes an extra click to open
#
jgmac1106
I had to add the first piece of javascript yesterday to get the menu to toggle….made it quite far before putting a little sugar on top
#
Zegnat
If you know the only ID you will be linking to will be on the actual details element, you can probably get away with a much easier script
#
Zegnat
(if URL has hash, amd hash matches ID of a details element, and details element is currently closed: expand)
#
jgmac1106
okay will play with that makes sense
kisik21 joined the channel
#
kisik21
Hey! I've packaged mf2py for NixOS - my favorite Linux distribution (it isn't able to use pip due to its unique approach to packaging). I don't know when I'll upstream it but for now I have a nix derivation that produces mf2py package. Maybe I should package some more stuff?
[tantek] and [jgmac1106] joined the channel
#
Zegnat
jgmac1106, if you want some sort of start to play with: https://gist.github.com/Zegnat/3af4763584ebc491bd08cd32038a2484
ingoogni joined the channel
#
Loqi
zegnat has 46 karma in this channel over the last year (151 in all channels)
#
Zegnat
Minimal testing only. But it should be able to open a details element both when the page is first loaded with a fragment in the URL, and when the fragment changes while the page is already loaded.
#
[jgmac1106]
trying now, didn't work at first but I will keep tweaking
#
Zegnat
What HTML did you test with? The kevo.glass?
#
Zegnat
My code assumes the id="" to be on the <details> element, because that is the element with the open property
#
[jgmac1106]
ahhh okay lemme switch, yeah I put it on the summary
#
[jgmac1106]
you are awesome!! perfect it works, scrolls to the bottom rather than the top, is there a way to handle that,,,which is why I originally started putting the id on the summary
#
Zegnat
Weird that it would scroll to the bottom. But sure, should be able to change that, I guess? I didn’t change anything about the scrolling from what the browser does by default
#
[jgmac1106]
really I need to convince folks at Summit we need an ecommerce set of micropub UI's I have two other artist who want to build sites....but I can't keeo hand rolling these
#
[jgmac1106]
I am going to move HWC to town for the summer, hopefully they can do it on it's own, Kevo about done...takes about six moinths in my experience before take the keys completely
#
Zegnat
Stop hand rolling and start automating? ;)
#
[jgmac1106]
exactly what I am doing..debating Perch or continuing with https://myfirstcms.jgregorymcverry.com
#
[jgmac1106]
will have one of the two done for Summit, juts need to decide
#
Zegnat
Hmm. Did one of aaronpk’s How To Make A Micropub Endpoint In 40 Minutes ever make it online? You could follow one of those if you want to roll your own CMS
#
Zegnat
Have it accept h-product and you are halfway done with the ecommerce CMS ;)
#
[jgmac1106]
yeah and with snipcart and flat files the sstore part is so easy....wish I could convince them to add an mf2 parser but adding the details to <buttons> is still easy and human readable
#
[jgmac1106]
I am still on building a common header and footer.... endpoints might have to wait
#
[jgmac1106]
...hate learning alone...I am not built for Lynda.com.....if anyone else is interested in completing course at same time, I'm you're Huckleberry
#
[jgmac1106]
as far as I have gotten, have a common header and footer...which is nice not having to copy and paste a nav change 147 times
#
Zegnat
That is how I had my start with PHP. <?php include('nav.html'); ?>. Hahaha
#
Loqi
Zegnat: lol
#
[jgmac1106]
on the encoding url parameter lesson now, had to take a break for finals
[Rose] joined the channel
#
[Rose]
Zegnat: I think there's 2 online, one from Nürnberg last year, and there was another before that I'd watched
#
Zegnat
Maybe they do not have a clear name on youtube and that is why I didn’t see them immediately.
#
aaronpk
I know the last one I tried to record failed
#
aaronpk
I should just do one at home in my studio
#
Loqi
yea!
swentie, eli_oat, swentel, [eddie], snarfed, swentel__, [frank], [jgmac1106], [aaronpk], jackjamieson, [Rose], [chrisaldrich], KartikPrabhu, gxt, leg and gRegorLove joined the channel
#
gRegorLove
Should have youtube video
dougbeal|iOS and jackjami_ joined the channel; KartikPrabhu left the channel
#
[Rose]
Baltimore is the one I watched.
[pfefferle], [chrisaldrich], chrisaldrich, snarfed, gxt, ingoogni, tglobe, [aaronpk], gRegorLove_, [jgmac1106], KartikPrabhu and [tantek] joined the channel