#dev 2019-04-20

2019-04-20 UTC
GWG, KartikPrabhu, gRegorLove, iasai, tw2113, snarfed, leg and ingoogni joined the channel; tw2113 left the channel
#
Jeremycherfas
!tell [cleverdevil] You could also look at dgoldโ€™s site. He did something similar.
#
Loqi
Ok, I'll tell them that when I see them next
deathrow1, gRegorLove and [Rose] joined the channel
#
[Rose]
Uh oh, 500 error in my aperture when adding a source
#
[Rose]
And nothing in the error.log, which shouldn't happen
#
aaronpk
That's weird esp cause aperture doesn't actually do much in the http response to adding a new feed
#
aaronpk
dows it happen on every feed?
#
aaronpk
is it maybe because redis or whatever crashed?
#
aaronpk
Also check apertures own log which is different from the system PHP log
#
[Rose]
Column not found: 1054 Unknown column 'is_new' in 'field list'
#
[Rose]
Well, that would explain it
#
[Rose]
Apparently the DB structure changed
#
[Rose]
Teaches me to do a git pull without checking anything else ๐Ÿ˜›
#
[Rose]
Added that column as a boolean, and it seems to have worked
#
[Rose]
Not that I know what I'm doing, just took a guess
ingoogni, TheFerridge, gRegorLove and iasai joined the channel
djmoch_, djmoch, eli_oat and [chrisaldrich] joined the channel
#
sknebel
hm, trying to duplicate the content of an element into it's ::before. Is there a trick to do that using attr()?
#
sknebel
(content: attr(content); was my first guess, but doesn't appear to work...)
[jgmac1106] joined the channel
#
aaronpk
[Rose]: there is a migration command that will take care of stuff like that. Always a good idea to run it after a git pull
[Rose] joined the channel
#
[Rose]
Ahh, I didn't know that ๐Ÿ™‚
#
[Rose]
I'm unfamiliar with the laravel/artisan stuff ๐Ÿ˜‰
[gerwitz] joined the channel
#
[gerwitz]
I think this is it, it shows up when I send it to myself using Slack โ€œnativeโ€
djmoch, iasai, ingoogni, gRegorLove and [schmarty] joined the channel
#
[schmarty]
[Rose] i get lost w/ that stuff, too. fwiw the command is `php artisan migrate`
#
[schmarty]
not sure how it will react to that column already being in place
KartikPrabhu and [Rose] joined the channel
#
[Rose]
It grumped at me.
#
[Rose]
But no big deal, if it does it again next time I'll remove the column, I don't mind feeds being marked as not new :)
[tantek] joined the channel